Hi,
I see blank page on mysite.com/wp-admin
And the error code is
[19-Apr-2019 19:32:08 UTC] PHP Warning: Cannot modify header information – headers already sent by (output started at /public_html/mysite/wp-content/themes/Newspaper/includes/wp_booster/td_util.php:1311) in
/public_html/mysite/wp-includes/pluggable.php on line 1254
ps. plugins already updated
Got this too, and amp is disappearing too. Pity everything breaks on theme update.
Hi,
Please make sure that you made the update like in our documentation -> https://tagdiv.com/update-newspaper-theme/ if you chose to make it via FTP make sure that you delete the old version of theme before you set the new one.
If there are still a problem, please remove/delete the theme and reinstall it via FTP.
Thank you!
I’m using a plugin for changing default login url, so it is working. But all other pages in admin panel (uder the role Editor or Author) are blank and the code contains an error:
<!–
Error: <strong class=”td-wp-booster-title”>wp_booster error:<br>td_api_base::mark_used_on_page : a component with the ID: td_theme_plugins_setup is not set.<br>/home/6886786.cloudwaysapps.com/fghfhgfhfg/public_html/wp-content/themes/Newspaper/includes/wp_booster/td_api.php (rara-error)
–>
<!–
Error: <strong class=”td-wp-booster-title”>wp_booster error:<br>Missing parameter: ‘file'<br>/home/6886786.cloudwaysapps.com/fghfhgfhfg/public_html/wp-content/themes/Newspaper/includes/wp_booster/td_autoload_classes.php (rara-error)
–>
<!–
Error: <strong class=”td-wp-booster-title”>wp_booster error:<br>Missing parameter: ‘file'<br>/home/6886786.cloudwaysapps.com/fghfhgfhfg/public_html/wp-content/themes/Newspaper/includes/wp_booster/td_autoload_classes.php (rara-error)
–>
today I can’t login to wp-admin toooo..
<!--
Error: <strong class="td-wp-booster-title">wp_booster error:<br>td_api_base::mark_used_on_page : a component with the ID: td_theme_plugins_setup is not set.<br>/home/polipipe/public_html/wp-content/themes/Newspaper/includes/wp_booster/td_api.php (rara-error)
-->
<!--
Error: <strong class="td-wp-booster-title">wp_booster error:<br>Missing parameter: 'file'<br>/home/polipipe/public_html/wp-content/themes/Newspaper/includes/wp_booster/td_autoload_classes.php (rara-error)
-->
<!--
Error: <strong class="td-wp-booster-title">wp_booster error:<br>Missing parameter: 'file'<br>/home/polipipe/public_html/wp-content/themes/Newspaper/includes/wp_booster/td_autoload_classes.php (rara-error)
-->
<!--
Error: <strong class="td-wp-booster-title">wp_booster error:<br>Missing parameter: 'file'<br>/home/polipipe/public_html/wp-content/themes/Newspaper/includes/wp_booster/td_autoload_classes.php (rara-error)
-->
how to fix this? replace with new files also doesn’t fix this
-
This reply was modified 7 years by
freddieaziz.
-
This reply was modified 7 years by
freddieaziz. Reason: fix the code
Hi,
Here is a quick fix for wp-admin you need to go in wp-content/themes/Newspaper/includes/external/class-tgm-plugin-activation.php -> https://www.screencast.com/t/uw71nVqUE go on line 1975 and replace this line of code if ( class_exists( 'td_theme_plugins_setup' ) ) { with this one if ( class_exists( 'td_theme_plugins_setup',false ) ) { -> https://www.screencast.com/t/yUqRefrL
Hope this will solve the problem!
Thanks!
Worked for me, thank you very much!
Was on line 3949 for me however, but it’s the only line in the code so doesn’t really matter.
Appreciate the fix, thanks.
-
This reply was modified 7 years by
GiacomoLaw.