Bug tracker

failed to open stream:file_get_contents(/proc/loadavg) (fix completed in vcs)

Emergency Repair Kit
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

Posted by Erik Frèrejean (Support Team Member) on Jan 9th 2012, 05:51

Could try the following fix?
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() == && $errno != E_USER_ERROR && $errno != E_USER_WARNING && $errno != E_USER_NOTICE)
    {
        return;
    } 

Posted by trap on Jan 9th 2012, 09:20

Great! that's finest, it runs! SOLVED

Edited post #233744

Action performed by trap on Jan 9th 2012, 09:20

Assigned ticket to user "Erik Frèrejean"

Action performed by Erik Frèrejean (Support Team Member) on Jan 9th 2012, 11:07

Changed ticket status from "New" to "Reviewed"

Action performed by Erik Frèrejean (Support Team Member) on Jan 9th 2012, 11:07

Changed ticket status from "Reviewed" to "Pending"

Action performed by Erik Frèrejean (Support Team Member) on Jan 9th 2012, 11:07

Posted by trap on Jan 9th 2012, 23:22

Ticket can be closed as solved.

Changed ticket status from "Pending" to "Fix completed in VCS"

Action performed by Erik Frèrejean (Support Team Member) on Mar 12th 2012, 11:54

Ticket details