• I’m using a WordPress theme from Elegant Themes called Divi. I get the following error when loading a properties page.

    Warning: session_start(): Cannot send session cache limiter – headers already sent (output started at /home/garybelk/public_html/sanfrancisconewcondo.com/wp-content/plugins/wp-property/templates/property.php:25) in /home/garybelk/public_html/sanfrancisconewcondo.com/wp-content/themes/Divi/header.php on line 1

    I asked my web guy about it and this was his reply:
    I looked into the issue
    and noticed that it is due to the WP-Property plugin calling the
    header of the Divi theme, and the header of the theme is using
    session_start();. Since session_start(); is already being used when
    the site is opened initially, it appears the error message is being
    caused by the WP-Property plugin calling the theme’s header, which
    attempts to run session_start(); again. It doesn’t appear to actually
    cause any issues on the site, only the error message itself and if I
    would remove session_start(); from the header of the Divi theme, it
    would likely cause some issues with some items (specifically those
    that require cookies).

    Can someone offer some advice?

    Gary

    http://wordpress.org/plugins/wp-property/

Viewing 3 replies - 1 through 3 (of 3 total)
  • I’m not a developer, but I have a hold your breath and pray option that might work…

    1. Make a copy of the file in question
    2. Remove line 1 and save it
    3. See what happens :/

    If everything goes haywire, upload the original, saved copy. If everything works, there you have it.

    Plugin Contributor MariaKravchenko

    (@mariakravchenko)

    Hello.

    This is just warning, not error. You can disable developer mode in Settings/Developer tab in the bottom of the page in order not to see them.

    Regards.

    Thread Starter garybelk

    (@garybelk)

    Thank you but, unfortunately that wasn’t the issue. The only item that was checked was ‘ Enable ‘Falls Under’ deep depth.’ I unchecked that and still see the message.

    Any other suggestions?

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

The topic ‘Have error loading individual property pages’ is closed to new replies.