ReimuHakurei / phpPgAdmin

Actively maintained fork of phpPgAdmin.
GNU General Public License v2.0
102 stars 24 forks source link

ADODB issues? #10

Closed alaricljs closed 1 year ago

alaricljs commented 1 year ago

Upon authentication in phpPgAdmin w/ my postgresql 15 host, I get a number of lines like this:

Deprecated: Return type of ADODB_Iterator_empty::current() should either be compatible with Iterator::current(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /var/www/html/libraries/adodb/adodb.inc.php on line 2747

Doing the recommended changes lands me at "Virtual Class -- cannot instantiate"

Thoughts?

alaricljs commented 1 year ago

Never mind, that was a deployment issue. Was still old code.