Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug in required adodb library #475

Open
richp10 opened this issue Sep 20, 2021 · 0 comments
Open

Bug in required adodb library #475

richp10 opened this issue Sep 20, 2021 · 0 comments

Comments

@richp10
Copy link
Contributor

richp10 commented Sep 20, 2021

Fresh installation, php 8.0.1

Composer ran okay including this:
Installing adodb/adodb-php (v5.21.0)

But I get the following error when trying to load the app:

Fatal error: Declaration of ADODB_pdo::metaIndexes($table, $normalize = true) must be compatible with ADOConnection::MetaIndexes($table, $primary = false, $owner = false) in F:\TOOLS\phpPgAdmin6\vendor\adodb\adodb-php\drivers\adodb-pdo.inc.php on line 276

I changed line 276 to this:
public function metaIndexes($table,$normalize=true, $owner = false)

And phpPgadmin loaded - so this appears to be a bug in adodb - I will report on their site but you might need to force use of a deprecated version of their library until this is fixed.

I also tried updating to latest version of adodb but the bug is still there.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant