APC configuration breaks module integration
Hi,
After doing it for other panels, we're now working on implementing our module/plugin in Plesk as well by employing the same technique as other modules are doing (e.g. Softaculous)
For some reason, something (I assume is auth.php3) is including phpPgAdmin files in a lot of the requests, causing 75% of our module loads to fail with the following PHP errors:
Is there a workaround for this?
Its quite bad that this system is included in all requests.
Hi,
After doing it for other panels, we're now working on implementing our module/plugin in Plesk as well by employing the same technique as other modules are doing (e.g. Softaculous)
For some reason, something (I assume is auth.php3) is including phpPgAdmin files in a lot of the requests, causing 75% of our module loads to fail with the following PHP errors:
Warning: include_once(./libraries/lib.inc.php) [function.include-once]: failed to open stream: No such file or directory in /opt/psa/admin/htdocs/domains/databases/phpPgAdmin/functions.php on line 10
Warning: include_once() [function.include]: Failed opening './libraries/lib.inc.php' for inclusion (include_path='/usr/local/prospamfilter/library/') in /opt/psa/admin/htdocs/domains/databases/phpPgAdmin/functions.php on line 10
Notice: Undefined variable: misc in /opt/psa/admin/htdocs/domains/databases/phpPgAdmin/functions.php on line 539
Fatal error: Call to a member function printHeader() on a non-object in /opt/psa/admin/htdocs/domains/databases/phpPgAdmin/functions.php on line 539
Is there a workaround for this?
Its quite bad that this system is included in all requests.
Last edited: