ddorsett
Forum Replies Created
-
OK, I finally gave up and commented out the session_start() call on line 11 of classes/em_notices.php- we’re not using user ID/bookings/etc., so no session is really needed anyway.
But this is still disturbing (would like to know what and why), and only was introduced after the site moved hosting…Changed themes (was twentyeleven, activated twentyten), still getting these errors with EM activated:
Warning: session_start() [function.session-start]: open(/var/chroot/home/content/32/9998032/tmp/sess_f8t0m4qti6kk4p7cl55rm1pc44, O_RDWR) failed: No such file or directory (2) in /home/content/32/9998032/html/wp-content/plugins/events-manager/classes/em-notices.php on line 11 Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /home/content/32/9998032/html/wp-content/plugins/events-manager/classes/em-notices.php:11) in /home/content/32/9998032/html/wp-content/plugins/events-manager/classes/em-notices.php on line 11 Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/content/32/9998032/html/wp-content/plugins/events-manager/classes/em-notices.php:11) in /home/content/32/9998032/html/wp-content/plugins/events-manager/classes/em-notices.php on line 11OK, uninstalled the plug-in, then re-installed and now after activating I see the following:
Warning: session_start() [function.session-start]: open(/var/chroot/home/content/32/9998032/tmp/sess_6iq4c3tegbgo17eetp0oe88tj2, O_RDWR) failed: No such file or directory (2) in /home/content/32/9998032/html/wp-content/plugins/events-manager/classes/em-notices.php on line 11 Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /home/content/32/9998032/html/wp-content/plugins/events-manager/classes/em-notices.php:11) in /home/content/32/9998032/html/wp-content/plugins/events-manager/classes/em-notices.php on line 11 Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/content/32/9998032/html/wp-content/plugins/events-manager/classes/em-notices.php:11) in /home/content/32/9998032/html/wp-content/plugins/events-manager/classes/em-notices.php on line 11 Warning: Cannot modify header information - headers already sent by (output started at /home/content/32/9998032/html/wp-content/plugins/events-manager/classes/em-notices.php:11) in /home/content/32/9998032/html/wp-includes/pluggable.php on line 881 Warning: Unknown: open(/var/chroot/home/content/32/9998032/tmp/sess_6iq4c3tegbgo17eetp0oe88tj2, O_RDWR) failed: No such file or directory (2) in Unknown on line 0 Warning: Unknown: Failed to write session data (files). Please verify that the current setting of session.save_path is correct () in Unknown on line 0I did have to uninstall and reinstall the myRepono backup plugin to get it to work after the host change- i suspect doing the same will also fix EM, just don’t want to have to re-enter the events 🙁
Saw some previous posts which suggested this. Deactivated all plugins, reactivating only EM shows the problem- appears to be EM itself.
How do I uninstall EM and then re-install and restore the previously entered events? can’t find anything on EM backup-restore in the docs…