Tagged: Php error
-
AuthorPosts
-
August 28, 2017 at 10:17 pm #845060
I am getting a white screen with “Warning: Cannot modify header information – headers already sent by (output started at /home/content/54/5465254/html/wp-includes/pluggable.php:1) in /home/content/54/5465254/html/wp-includes/pluggable.php on line 1210” at the top.
My home page also has these errors,“Warning: session_start() [function.session-start]: Cannot send session cookie – headers already sent by (output started at /home/content/54/5465254/html/wp-includes/pluggable.php:1) in /home/content/54/5465254/html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries.php on line 32
Warning: session_start() [function.session-start]: Cannot send session cache limiter – headers already sent (output started at /home/content/54/5465254/html/wp-includes/pluggable.php:1) in /home/content/54/5465254/html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries.php on line 32”
How can I regain access to the wordpress admin panel and resolve these errors? Thanks
August 29, 2017 at 4:33 am #845153Hey Erikruthoff,
Thanks for using our theme :)
You can try to increase your PHP memory limit following this article: https://docs.woocommerce.com/document/increasing-the-wordpress-memory-limit/ – because the white screens usually are caused by this.
Best regards,
John TorvikSeptember 1, 2017 at 3:50 am #846585Hmm, nope that didn’t solve anything. I am completely locked out of my wp-admin login to access the site. I went into mySQL and changed the theme in there to twentythirteen and still was getting the error screen.
September 1, 2017 at 11:00 pm #847013Hi,
Please try adding following code to Functions.php file in Appearance > Editor
add_theme_support('avia_no_session_support');
Best regards,
YigitSeptember 13, 2017 at 4:34 pm #851650I was able to regain access to wp-admin and update enfold theme. As soon as I did that, I was once again locked out with error messages such as :
on wp-login page,
“Parse error: syntax error, unexpected T_FUNCTION in /home/content/54/5465254/html/wp-content/themes/enfold/config-layerslider/LayerSlider/classes/class.ls.popups.php on line 173”on homepage,
“fatal error: Declaration of avia_sc_comments_list::shortcode_handler() must be compatible with that of aviaShortcodeTemplate::shortcode_handler() in /home/content/54/5465254/html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/comments.php on line 14”September 13, 2017 at 5:26 pm #851673 -
AuthorPosts
- You must be logged in to reply to this topic.