• willroy

    (@willroy)


    I have started to see these 3 lines of code within the Backwpup screens and is preventing me from taking any backups:

    Warning: session_start() [function.session-start]: open(/home/###/public_html/wp-content/uploads/backwpup-98372-temp//sess_7346daffd01465658d2a8d5cc1016bb7, O_RDWR) failed: No such file or directory (2) in /home/###/public_html/wp-content/plugins/backwpup/inc/class-admin.php on line 253
    
    Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /home/###/public_html/wp-content/plugins/backwpup/inc/class-admin.php:253) in /home/###/public_html/wp-content/plugins/backwpup/inc/class-admin.php on line 253
    
    Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/###/public_html/wp-content/plugins/backwpup/inc/class-admin.php:253) in /home/###/public_html/wp-content/plugins/backwpup/inc/class-admin.php on line 253

    I have see a similar issue where the tmp file isn’t writable, can someone provide any light?

    Thanks

    http://wordpress.org/extend/plugins/backwpup/

Viewing 1 replies (of 1 total)
  • Plugin Author Daniel Hüsken

    (@danielhuesken)

    Ok, in next update the session handling will only used in pro wizards.

    The sessions only need to displaying messages in free version.

    I hope that can help you.

    Them main problem will be that the folder: /home/###/public_html/wp-content/uploads/backwpup-98372-temp/ not exists. Try to create it.

Viewing 1 replies (of 1 total)
  • The topic ‘Session Error Appearing’ is closed to new replies.