-
AuthorPosts
-
May 22, 2017 at 5:40 pm #797816
Hello, on the wp-login.php screen I am getting the following errors:
Warning: Cannot modify header information – headers already sent by (output started at /home/sambook/public_html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries.php:33) in /home/sambook/public_html/wp-includes/pluggable.php on line 933
Warning: Cannot modify header information – headers already sent by (output started at /home/sambook/public_html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries.php:33) in /home/sambook/public_html/wp-includes/pluggable.php on line 934
Warning: Cannot modify header information – headers already sent by (output started at /home/sambook/public_html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries.php:33) in /home/sambook/public_html/wp-includes/pluggable.php on line 935
Warning: Cannot modify header information – headers already sent by (output started at /home/sambook/public_html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries.php:33) in /home/sambook/public_html/wp-includes/pluggable.php on line 936
Warning: Cannot modify header information – headers already sent by (output started at /home/sambook/public_html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries.php:33) in /home/sambook/public_html/wp-includes/pluggable.php on line 939
Warning: Cannot modify header information – headers already sent by (output started at /home/sambook/public_html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries.php:33) in /home/sambook/public_html/wp-includes/pluggable.php on line 940
Warning: Cannot modify header information – headers already sent by (output started at /home/sambook/public_html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries.php:33) in /home/sambook/public_html/wp-includes/pluggable.php on line 941
Warning: Cannot modify header information – headers already sent by (output started at /home/sambook/public_html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries.php:33) in /home/sambook/public_html/wp-includes/pluggable.php on line 942
Warning: Cannot modify header information – headers already sent by (output started at /home/sambook/public_html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries.php:33) in /home/sambook/public_html/wp-includes/pluggable.php on line 945
Warning: Cannot modify header information – headers already sent by (output started at /home/sambook/public_html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries.php:33) in /home/sambook/public_html/wp-includes/pluggable.php on line 946
Warning: Cannot modify header information – headers already sent by (output started at /home/sambook/public_html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries.php:33) in /home/sambook/public_html/wp-includes/pluggable.php on line 947
Warning: Cannot modify header information – headers already sent by (output started at /home/sambook/public_html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries.php:33) in /home/sambook/public_html/wp-includes/pluggable.php on line 948
May 22, 2017 at 5:45 pm #797820Hey wkirschnerjr,
Please try adding following code to Functions.php file in Appearance > Editor
add_theme_support('avia_no_session_support');
Best regards,
YigitMay 22, 2017 at 6:37 pm #797848Now I’m getting these:
Warning: session_start(): open(/var/cpanel/php/sessions/ea3/sess_fbc04c71a09b162b0dde0c5874a60c92, O_RDWR) failed: Permission denied (13) in /home/sambook/public_html/wp-content/plugins/optima-express/iHomefinderStateManager.php on line 35
Warning: session_start(): Cannot send session cache limiter – headers already sent (output started at /home/sambook/public_html/wp-content/plugins/optima-express/iHomefinderStateManager.php:35) in /home/sambook/public_html/wp-content/plugins/optima-express/iHomefinderStateManager.php on line 35
May 22, 2017 at 6:40 pm #797851 -
AuthorPosts
- You must be logged in to reply to this topic.