Events Manager Jigoshop fatal error
-
Hi,
I have been having a problem with the shopping cart on Jigshop crashing my site.
The cause in my case has been traced to the use of:
session_start() in this file:
events-manager/classes/em-notices.php
If you replace it with:
if ( ! session_id() ) session_start();
the site works again.
It has been suggested that I raise this issue with the developers because it might be causing issues with other plugins as well.
You can follow the discussion here:
https://forum.jigoshop.com/discussions/problems/2487-fatal-error-after-upgrade
Many thanks for a great plugin.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Events Manager Jigoshop fatal error’ is closed to new replies.