I want to integrate postgresql with wamp for php and laravel development but getting deprecated error when i logged in postgresql....
Asked
Active
Viewed 1,193 times
-1
-
So your question is? What is the error message? – Lithilion Nov 12 '18 at 07:32
-
If you use laravel framework, you doesn't need wamp server. – Oleg Nurutdinov Nov 12 '18 at 07:32
-
What did you try so far? – Lithilion Nov 12 '18 at 07:33
-
Notice: Undefined variable: postgresqlMinVer in C:\wamp64\apps\phpPgAdmin-5.1\classes\Misc.php on line 493 – Usama Hadi Nov 12 '18 at 08:14
-
yeah but i am assigned to install wamp @OlegNurutdinov – Usama Hadi Nov 12 '18 at 08:15
-
Notice: Undefined variable: postgresqlMinVer in C:\wamp64\apps\phpPgAdmin-5.1\classes\Misc.php on line 493 @Lithilion – Usama Hadi Nov 12 '18 at 08:54
-
Version of PostgreSQL not supported. Please upgrade to version or later. @Lithilion – Usama Hadi Nov 12 '18 at 09:20
1 Answers
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