Trying to view the page shows a blank page.
I investigated and found the cause on line 471 in ManageServer.php,
Code: [Select]
When I remove the supression operator, I get the following errors,Quote
I investigated and found the cause on line 471 in ManageServer.php,
$settings['load_average'] = @file_get_contents('/proc/loadavg');
When I remove the supression operator, I get the following errors,
Warning: file_get_contents() [function.file-get-contents]: open_basedir restriction in effect. File(/proc/loadavg) is not within the allowed path(s): (/home/...:usr/lib/php:/usr/php4/lib/php:/usr/local/lib/php:/usr/local/php4/lib/php:/tmp) in /.../wedge/Sources/ManageServer.php on line 471
Warning: file_get_contents(/proc/loadavg) [function.file-get-contents]: failed to open stream: Operation not permitted in /.../wedge/Sources/ManageServer.php on line 471