-
AuthorPosts
-
November 12, 2016 at 8:08 pm #711482
I was having cache errors and added the following code:
add_theme_support('avia_no_session_support');
This code removed the cache errors now i have the following error when trying to access wp-admin
Warning: Cannot modify header information – headers already sent by (output started at /home/adcondos/public_html/wp-admin/includes/class-wp-list-table.php:1) in /home/adcondos/public_html/wp-includes/pluggable.php on line 1174
I recently tried to update the enfold theme twice and it failed twice however just noticed this error this am which wasnt their last night any help would be greatly appreciated?
November 12, 2016 at 8:38 pm #711484Also getting the following errors
Warning: session_start(): Cannot send session cookie – headers already sent by (output started at /home/adcondos/public_html/wp-admin/includes/class-wp-list-table.php:1) in /home/adcondos/public_html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries.php on line 32
Warning: session_start(): Cannot send session cache limiter – headers already sent (output started at /home/adcondos/public_html/wp-admin/includes/class-wp-list-table.php:1) in /home/adcondos/public_html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries.php on line 32
November 12, 2016 at 8:55 pm #711486Seeing that i can not access wp-admin i went into the plugins folder via ftp and added “-disabled” after each plugin and this still did not fix the issue
November 12, 2016 at 8:59 pm #711487Hey!
Cna you please provide us FTP, so we can see where you have left a space / empty character and try to solve the issue?
thanks a lot
Best regards,
BasilisNovember 15, 2016 at 9:52 am #712373Warning: session_start(): Cannot send session cache limiter – headers already sent (output started at /home/adcondos/public_html/wp-admin/includes/class-wp-list-table.php:1) in /home/adcondos/public_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/adcondos/public_html/wp-admin/includes/class-wp-list-table.php:1) in /home/adcondos/public_html/wp-includes/pluggable.php on line 1174
November 15, 2016 at 10:38 am #712388Hi!
Where did you add this code:
add_theme_support('avia_no_session_support');
I checked on functions.php on both enfold and enfold-child theme but I couldn’t find it.Regards,
NikkoNovember 15, 2016 at 11:32 am #712405Nikko,
I had added to the end of the child theme however it did not fix anything so i deleted it. Thanks for looking into the problem i have spent the last day or so with my site down so any help would be greatly appreciated.
November 15, 2016 at 11:37 am #712407I also know when i try to do any page updates i receive the following error:
Warning: Cannot modify header information – headers already sent by (output started at /home/adcondos/public_html/wp-admin/includes/class-wp-list-table.php:1) in /home/adcondos/public_html/wp-includes/pluggable.php on line 1174
November 15, 2016 at 12:13 pm #712432Hey!
Thanks for the information, I have deleted the cache from ftp, the site is showing up now though there are still some errors, Can we request temporary admin access? also permission to deactivate any/all plugins or switch theme to default if needed.
UPDATE: errors are gone on the frontend by adding this in functions.php:
add_theme_support('avia_no_session_support');
Though errors are still appearing on the backendBest regards,
Nikko- This reply was modified 8 years ago by Nikko.
November 15, 2016 at 12:38 pm #712448Nikko,
That resolved one issue which I am grateful for your time however when i go to a domain forward such as http://www.AustinViewing.com I now receive the following error:
Warning: Cannot modify header information – headers already sent by (output started at /home/adcondos/public_html/wp-admin/includes/class-wp-list-table.php:1) in /home/adcondos/public_html/wp-includes/pluggable.php on line 1174
November 15, 2016 at 12:39 pm #712449Just saw your request one moment will give you admin access
November 15, 2016 at 12:44 pm #712452I have included admin info
November 15, 2016 at 1:34 pm #712469Hi!
Your site should be good now. I have disabled all plugins, deleted cache, this mostly fixed the problem, I also added the default theme twenty-sixteen to figure out if this issue is caused by Enfold but same errors appear when using the default theme, I re-installed wordpress from the dashboard, all problems were gone, I also removed this code from functions.php
add_theme_support('avia_no_session_support');
And everything seems good. Let us know if this is good on your end also :)Cheers!
Nikko -
AuthorPosts
- You must be logged in to reply to this topic.