Steve
Forum Replies Created
-
Forum: Plugins
In reply to: [Native PHP Sessions] session already active dont create session IDThat’s totally understandable and thank you for your help.
Forum: Plugins
In reply to: [Native PHP Sessions] session already active dont create session IDI’m afraid it isn’t.
My server is based in-house and we have it setup with PHP 7.3 and Varnish.
ThanksForum: Plugins
In reply to: [Native PHP Sessions] session already active dont create session IDHi 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/18074869Thank you
- This reply was modified 6 years, 6 months ago by Steve.
Forum: Plugins
In reply to: [Brilliant Web-to-Lead for Salesforce] Export formHi i have tried to update the options table like how you said but it seems to keep defaulting back to the original settings?
thanks