Skip to end of banner
Go to start of banner

Errata - 3.3.0 Database access in Community

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

We have been advised of a bug when clicking the database table to view under menu → Admin → Database → List Tables.

A work-around is to view the database table details in Professional or Enterprise.

A patch is below. Edit file open-audit/code_igniter/application/controllers/include_read.php. Lines 51 and 52 are as below

    }
        $this->response->dictionary = $this->{'m_'.$this->response->meta->collection}->dictionary();

They should be

    } else {
        $this->response->dictionary = $this->{'m_'.$this->response->meta->collection}->dictionary();
    }

A patched file can also be found on github at https://github.com/Opmantek/open-audit/blob/master/code_igniter/application/controllers/include_read.php

Apologies for any inconvenience.

  • No labels