• bammeh2

    (@bammeh2)


    I am getting the following errors:

    Warning: session_start() [function.session-start]: open(tmp/sess_8311edb55203fa190ddd75d067ae4dfb, O_RDWR) failed: No such file or directory (2) in /hermes/waloraweb045/b2841/moo.neoxpresscom/jailbreaky/wp-content/plugins/custom-sidebars/inc/external/wpmu-lib/functions-wpmulib.php on line 70
    
    Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /hermes/waloraweb045/b2841/moo.neoxpresscom/jailbreaky/wp-content/plugins/custom-sidebars/inc/external/wpmu-lib/functions-wpmulib.php:70) in /hermes/waloraweb045/b2841/moo.neoxpresscom/jailbreaky/wp-content/plugins/custom-sidebars/inc/external/wpmu-lib/functions-wpmulib.php on line 70

    And, I have tried to remedy this by creating /tmp/ in my www directory and giving it 777 access and then adding the following code:

    ini_set('session.save_path', 'tmp');

    above the “Session_start();” in the affected file.

  • The topic ‘Custom Siderbars – Having some Session_Start errors.’ is closed to new replies.