Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Merv Barrett

    (@mervb1)

    We are working on a session fix for the plugin which some servers have issues with.

    Plugin Author Merv Barrett

    (@mervb1)

    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.

    Thread Starter shuaib.mahomed

    (@shuaibmahomed)

    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.

    Plugin Author Merv Barrett

    (@mervb1)

    Can you provide your error log here and enable WordPress debug.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Easy property not working’ is closed to new replies.