| Author |
Post |
|
|
#1 Sun Sep 11, 2005 7:36 am
|
|
Member
Registered: Sep 2005
Posts: 10
Location: Netherlands
|
I installed de older version, I think 5 or 6. But I get an error with version 6a. Quote In file functions.php on line 1468:
E_WARNING - file_exists(): open_basedir restriction in effect. File(/proc/loadavg) is not within the allowed path(s): (/home/httpd/vhosts/pleepapier.nl/httpdocs:/tmp)
« Last edit by Elect on Sun Sep 11, 2005 7:52 am. »
|
|
|
#2 Sun Sep 11, 2005 7:53 am
|
|
Member
Registered: Sep 2005
Posts: 10
Location: Netherlands
|
Found the fix as well. Change in the functions.php to this. Maybe a check to find out if open_basedir restriction is in effect as well? Quote // // Get the server's load avarage value // function get_server_load() { $found_load = false; }
|
|
|
#3 Sun Sep 11, 2005 10:42 am
|
|
Developer
Registered: Apr 2004
Posts: 2215
Location: Belgium
|
What OS are you on? Which PHP version number?
|
|
|
#4 Sun Sep 11, 2005 11:32 am
|
|
Member
Registered: Sep 2005
Posts: 10
Location: Netherlands
|
It's a shared hosting account. The details:
Systeeminfo UseBB-versie: 0.6a (Versiecontrole) PHP-versie: 4.3.2 SQL-server driver: MySQL/3.23.58 HTTP-server: Apache/2.0.46 (Red Hat) Besturingssysteem: Linux
|