So I followed every step of the YouTube video on getting phpPgAdmin setup with XAMPP.
After I access localhost/phppgadmin using the credentials..
- USERNAME: postgres
- password: the password I created during setup..
I click login and I get ..
Virtual Class -- cannot instantiate
Having a hard time figuring this out, can someone please help me. Thank you
I searched for the string "Virtual Class -- cannot instantiate" within all files in the folder and found it in the file "adodb.inc.php" (in my version it is on line 432):
So I commented the line and phpPgAdmin started working again.
PS: it doesn't seem like the most appropriate way to fix the problem, but I needed it working soon