We are working on a session fix for the plugin which some servers have issues with.
Can you edit the plugin file plugins/easy-property-listings/easy-property-listings.php as seen here on github and remove / comment our lines 34-36.
change
if( !session_id() && ! headers_sent() ) {
session_start();
}
TO
// if( !session_id() && ! headers_sent() ) {
// session_start();
//}
and see if that correct the issue. We are working on 2.4 currently which replaces the session error with a better solution.
Let us know if that works for you.
Hi.
I basically deleted the first set of information and pasted the second set and it still does the same.
When is the updated plugin going to be released?
Or do I have another option to make it work as I am really fond of this plugin and wish to use it.
Can you provide your error log here and enable WordPress debug.