Search code examples
phppostgresqlintegrationdeprecatedphppgadmin

Integration of postgreSQL on WAMP and phppgadmin


I want to integrate postgresql with wamp for php and laravel development but getting deprecated error when i logged in postgresql....


Solution

  • In classes>databases line 76 add

    echo 'pgv ',$version;

    Refresh your page and you probably see the number 11 - and that is not in the next switch statement. Add a line for 11

    Refresh your page - error is now in classes\database

    Add a file for Postgres11 - it can be the same as fiel for 10, apart from version number.

    Done.