-1

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

Usama Hadi
  • 17
  • 9

1 Answers1

1

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.

anoldermark
  • 366
  • 3
  • 8