Hi Daniel,
I think i found the plugin that was causing the error to appear but i tried activating as a mu plugin (as mentioned in the other thread) with no luck.
The other plugin initialises the session like this –
add_action( 'init', array( $this, 'start_session' ));
and to start the session they have written it like this –
public function start_session() {
if(!session_id()) {
session_start();
}
}
Not sure if that helps.
This is the plugin in question – https://codecanyon.net/item/wpml-redirect-based-on-ip-country/18074869
Thank you
-
This reply was modified 5 years, 5 months ago by Steve.