
-
AuthorPosts
-
January 4, 2016 at 2:27 am #558937
Hi, I recently updated to Version: 3.4.6 and have been experiencing some issues on WP servers.
When i use the Enfold Wp theme i get the following error messages and also can’t access the Wp admin or domain page, just get the error page.
error messages:
Warning: session_start(): Cannot send session cookie – headers already sent by (output started at /home/content/p3pnexwpnas01_data03/51/2968051/html/wp-content/plugins/wordfence/lib/wfBrowscap.php:1) in /home/content/p3pnexwpnas01_data03/51/2968051/html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries.php on line 32Warning: session_start(): Cannot send session cache limiter – headers already sent (output started at /home/content/p3pnexwpnas01_data03/51/2968051/html/wp-content/plugins/wordfence/lib/wfBrowscap.php:1) in /home/content/p3pnexwpnas01_data03/51/2968051/html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries.php on line 32
Warning: Cannot modify header information – headers already sent by (output started at /home/content/p3pnexwpnas01_data03/51/2968051/html/wp-content/plugins/wordfence/lib/wfBrowscap.php:1) in /home/content/p3pnexwpnas01_data03/51/2968051/html/wp-includes/pluggable.php on line 1228
-
This topic was modified 9 years, 2 months ago by
dgwdesigns.
January 4, 2016 at 3:51 am #558953Hey dgwdesigns!
Try some of the solutions listed here, https://kriesi.at/support/topic/warning-session_start-function-session-start-help-asap-please/.
Best regards,
ElliottJanuary 14, 2016 at 8:00 am #565229I have been through all of the support articles and still haven’t found a solution to remove this issue with Godaddy. My website is live with errors and had to be taken down :( Please help!
So far i’ve tried all the recommendations for the posts;
– Remove line 227 from the PHP.ini file.
– permission level of files
– godaddy had a php5.ini file in to root of my domain. I cleared out the entire folder structure, re-installed wordpress, and let the install create a new php.ini file (not php5). Once that was complete i was able to install the ENFOLD template and all was good.
– I had the same problem here and the trick was changing the php.ini session.save_path directive from the default value
session.save_path = “/var/lib/php-cgi/session”
to a path with enough permissions, like
session.save_path = “/home/<myaccount>/tmp”
– add_theme_support(‘avia_no_session_support’);
– I had the same problem here and the trick was changing the php.ini session.save_path directive from the default value
session.save_path = “/var/lib/php-cgi/session”
to a path with enough permissions, like
session.save_path = “/home/<myaccount>/tmp”January 15, 2016 at 4:05 am #565893Hi!
I would contact your hosting provider about that to see what they say.
You can do this, https://kriesi.at/support/topic/big-issues-setting-up-a-complete-new-site-with-enfold/#post-335920, to disable the sessions but then your portfolio breadcrumbs will not link back to the correct parent page.
Cheers!
Elliott -
This topic was modified 9 years, 2 months ago by
-
AuthorPosts
- You must be logged in to reply to this topic.