Bug tracker
failed to open stream:file_get_contents(/proc/loadavg) (fix completed in vcs)
file_get_contents(/proc/loadavg): failed to open stream: No such file or directory
Click here to reload the STK
what could be?
Comments / History
Open: stk/includes/functions.php; Find:
- Code: Select all
// If we're in a fully running STK simply call the phpBB msg_handler
Before-add:
- Code: Select all
// Do not display notices if we suppress them via @
if (error_reporting() == 0 && $errno != E_USER_ERROR && $errno != E_USER_WARNING && $errno != E_USER_NOTICE)
{
return;
}