when i tried to go to the admin panel it gave this error:
E_WARNING - fopen() [function.fopen]: SAFE MODE Restriction in effect. The script whose uid is 1001 is not allowed to access /proc/loadavg owned by uid 0
fixed this for the moment with putting comments arround line 2018 till 2037 (the whole if structure that tries to use fopen)
shouldn't use fopen on files which are owned by root

« Last edit by Dietrich on Wed Jun 07, 2006 2:44 pm. »

