Direct Admin Interface: Fatal error: Call to undefined function apache_note()

andren

New member
Joined
Nov 3, 2007
Messages
6
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:
Code:
Call to undefined function apache_note()
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.
 
Got a bit further: error only shows up in enhanced and power user skin.
 
Back
Top