Hi Sylvia
Thanks for notifying me of the issue. Can you edit the main plugin file
easy-property-listings.php
at the top you will see
if( !session_id() ) {
session_start();
}
change to
if( !session_id() ) {
// session_start();
}
and let me know if that activates and works correctly.
Actually please replace
if( !session_id() ) {
session_start();
}
with
if( ! session_id() && ! headers_sent() ) {
session_start();
}
I have not come across this error till now.
I’ve pushed a new version, can you test the fix.
https://wordpress.org/plugins/easy-property-listings/developers/
From that page you will see 1.2.2 which can be downloaded and installed with he WordPress plugin installer. Can you let me know your results so I can activate the update on WordPress.org
Also,
What is your WordPress version?
Do you know what your PHP version is?
Thanks for your help
Wow you are amazingly fast responding. I am still getting an error, pasted below. Should I uninstall some plugins and see if that is causing a conflict?
Warning: session_start(): open(/tmp/sess_da24fa8e7ebea198030c35b6701267f3, O_RDWR) failed: Permission denied (13) in /home/jcksrentals5505/public_html/wp-content/plugins/easy-property-listings/easy-property-listings.php on line 35
Warning: session_start(): Cannot send session cache limiter – headers already sent (output started at /home/jcksrentals5505/public_html/wp-content/plugins/easy-property-listings/easy-property-listings.php:35) in /home/jcksrentals5505/public_html/wp-content/plugins/easy-property-listings/easy-property-listings.php on line 35
Warning: Cannot modify header information – headers already sent by (output started at /home/jcksrentals5505/public_html/wp-content/plugins/easy-property-listings/easy-property-listings.php:35) in/home/jcksrentals5505/public_html/wp-includes/pluggable.php on line 1178
Warning: Unknown: open(/tmp/sess_da24fa8e7ebea198030c35b6701267f3, O_RDWR) failed: Permission denied (13) 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 (/tmp) in Unknown on line 0
I realized I didn’t answer all your questions. My WordPress is up to date. PHP Version 5.4.29.
I am happy to give you dashboard access if you send me a direct email.
Thank you again for the quick response and version update.
Sylvia
Thanks Sylvia, best to create a ticket here, you can start one then post a private reply with your WP and server details.
http://easypropertylistings.com.au/support/
I’m unable to find your details. Please re-submit directly in the contact form here.
I am still getting this error. It wasn’t my cache it just only shows up in some browsers.
It is doing it on this site as well but only in Chrome.
http://54.215.1.130/~dottiellis/
Can you provide server access please here.
You can post a topic and leave a private reply with your admin and FTP details