On my web the following error appears
Warning: session_start(): Cannot send session cache limiter – headers already sent
Can you help me?
Hey JosepLluis,
This could be due to trailing spaces in a php file, if you had edit one, but assuming that you had not then the solutions in the past were:
1: A delay with the host deleting the Server Cache on the server after the theme update.
2: Host had changed/upgraded PHP versions and was re-directing to a new PHP handler in the .htaccess file
3: A bad plugin.
Fixes:
1: Try re-upload your theme and then rename your plugins folder, to plugins2 via FTP: https://vimeo.com/67209750 Or: http://kriesi.at/archives/the-complete-guide-to-updating-enfold.
2: Contact Host to clear server cache and check php.
3: Try adding this code at the end of theme / child theme functions.php via FTP:
add_theme_support('avia_no_session_support');
This is to get your site online to try to find the issue.
Best regards,
Mike
Thanks Mike
The message has disappeared but I continue to see errors
I do not have access to backoffice
Warning: Can not modify header information – headers already sent by (output started at ……
… / wp-load.php: 1) in
… / wp-includes / pluggable.php on line 1210
:(