Have error loading individual property pages
-
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
The topic ‘Have error loading individual property pages’ is closed to new replies.