Skip to content

Bug in required adodb library #475

@richp10

Description

@richp10

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions