Hi,
we prepend a script to all executed php files (via auto_prepend_file in php.ini). The script captures the IP via mod_geoip and Maxminds country database.
That works well except for the direct admin interface: in the control panel we get the following error: Fatal error:
That happens several times on the main control panel page.
apache_note() is a standard php function, there shouldn't be an error(?).
Server runs Apache 2.2.6, PHP 5.2.4, DA 1.31.1
Any idea what to to or where to look? Thanks.
we prepend a script to all executed php files (via auto_prepend_file in php.ini). The script captures the IP via mod_geoip and Maxminds country database.
That works well except for the direct admin interface: in the control panel we get the following error: Fatal error:
Code:
Call to undefined function apache_note()
apache_note() is a standard php function, there shouldn't be an error(?).
Server runs Apache 2.2.6, PHP 5.2.4, DA 1.31.1
Any idea what to to or where to look? Thanks.