Hi,
I’m having trouble while manually updating from 2.1 to the latest version of Newsmag.
I’m using ftp to do so, I renamed the “old” folder Newsmag to a different name and uploaded the latest version instead. I’m also using a Child theme and wp_super_cache (which I flushed as well)
So with the latest version I get the following errors on any page, even in the wp-admin panel:
wp booster error:
td_api_base::mark_used_on_page : a component with the ID: td_block_1 is not set.
/homepages/4/d474963345/htdocs/sitename/wp-content/themes/Newsmag/includes/wp_booster/td_api.php
wp booster error:
td_api_base::mark_used_on_page : a component with the ID: td_block_2 is not set.
/homepages/4/d474963345/htdocs/sitename/wp-content/themes/Newsmag/includes/wp_booster/td_api.php
wp booster error:
td_api_base::mark_used_on_page : a component with the ID: td_block_3 is not set.
/homepages/4/d474963345/htdocs/sitename/wp-content/themes/Newsmag/includes/wp_booster/td_api.php
wp booster error:
td_api_base::mark_used_on_page : a component with the ID: td_block_4 is not set.
/homepages/4/d474963345/htdocs/sitename/wp-content/themes/Newsmag/includes/wp_booster/td_api.php
wp booster error:
td_api_base::mark_used_on_page : a component with the ID: td_block_5 is not set.
/homepages/4/d474963345/htdocs/sitename/wp-content/themes/Newsmag/includes/wp_booster/td_api.php
wp booster error:
td_api_base::mark_used_on_page : a component with the ID: td_block_6 is not set.
/homepages/4/d474963345/htdocs/sitename/wp-content/themes/Newsmag/includes/wp_booster/td_api.php
wp booster error:
td_api_base::mark_used_on_page : a component with the ID: td_block_7 is not set.
/homepages/4/d474963345/htdocs/sitename/wp-content/themes/Newsmag/includes/wp_booster/td_api.php
wp booster error:
td_api_base::mark_used_on_page : a component with the ID: td_block_8 is not set.
/homepages/4/d474963345/htdocs/sitename/wp-content/themes/Newsmag/includes/wp_booster/td_api.php
wp booster error:
td_api_base::mark_used_on_page : a component with the ID: td_block_9 is not set.
/homepages/4/d474963345/htdocs/sitename/wp-content/themes/Newsmag/includes/wp_booster/td_api.php
wp booster error:
td_api_base::mark_used_on_page : a component with the ID: td_block_10 is not set.
/homepages/4/d474963345/htdocs/sitename/wp-content/themes/Newsmag/includes/wp_booster/td_api.php
wp booster error:
td_api_base::mark_used_on_page : a component with the ID: td_block_11 is not set.
/homepages/4/d474963345/htdocs/sitename/wp-content/themes/Newsmag/includes/wp_booster/td_api.php
wp booster error:
td_api_base::mark_used_on_page : a component with the ID: td_block_12 is not set.
/homepages/4/d474963345/htdocs/sitename/wp-content/themes/Newsmag/includes/wp_booster/td_api.php
wp booster error:
td_api_base::mark_used_on_page : a component with the ID: td_block_13 is not set.
/homepages/4/d474963345/htdocs/sitename/wp-content/themes/Newsmag/includes/wp_booster/td_api.php
wp booster error:
td_api_base::mark_used_on_page : a component with the ID: td_block_14 is not set.
/homepages/4/d474963345/htdocs/sitename/wp-content/themes/Newsmag/includes/wp_booster/td_api.php
wp booster error:
td_api_base::mark_used_on_page : a component with the ID: td_block_15 is not set.
/homepages/4/d474963345/htdocs/sitename/wp-content/themes/Newsmag/includes/wp_booster/td_api.php
wp booster error:
td_api_base::mark_used_on_page : a component with the ID: td_block_16 is not set.
/homepages/4/d474963345/htdocs/sitename/wp-content/themes/Newsmag/includes/wp_booster/td_api.php
wp booster error:
td_api_base::mark_used_on_page : a component with the ID: td_block_popular_categories is not set.
/homepages/4/d474963345/htdocs/sitename/wp-content/themes/Newsmag/includes/wp_booster/td_api.php
wp booster error:
td_api_base::mark_used_on_page : a component with the ID: td_block_slide is not set.
/homepages/4/d474963345/htdocs/sitename/wp-content/themes/Newsmag/includes/wp_booster/td_api.php
wp booster error:
td_api_base::mark_used_on_page : a component with the ID: td_block_ad_box is not set.
/homepages/4/d474963345/htdocs/sitename/wp-content/themes/Newsmag/includes/wp_booster/td_api.php
wp booster error:
td_api_base::mark_used_on_page : a component with the ID: td_block_text_with_title is not set.
/homepages/4/d474963345/htdocs/sitename/wp-content/themes/Newsmag/includes/wp_booster/td_api.php
wp booster error:
td_api_base::mark_used_on_page : a component with the ID: td_block_authors is not set.
/homepages/4/d474963345/htdocs/sitename/wp-content/themes/Newsmag/includes/wp_booster/td_api.php
What’s happened ? how can I have it fixed quickly as my website is in production and I can only update at a certain time of the day ?
Thank you so much,
mikedo7
-
This topic was modified 10 years by
mikedo7.
No, actually once I use the new version I cannot navigate anymore through the WP admin panel.
Can I update the plugins first ?
edit: I’m only using the Visual Composer plugin, the Revolution slider and tagDiv social counter are deactivated
-
This reply was modified 10 years by
mikedo7.
Ok I seemed to have found the issue, I had these lines in my functions.php within my child theme:
if (!defined(‘TD_THEME_WP_BOOSTER’)) {
include TEMPLATEPATH . ‘/includes/td_config.php’;
include TEMPLATEPATH . ‘/includes/wp_booster/td_wp_booster_functions.php’;
}
Removing them seems to work out fine. Will let you know if I have any further issue.
Thanks
Hi
Glad you manage to solve this issue.
Regarding the code from child theme there is an important aspects that must be considered:
– if in previous theme’s version a specific code added in child theme worked fine that doesn’t mean that will work with a new theme version. When theme update many of its files are changed and it’s a good practice to check update_log.txt file for each update and see what files had been modified so if those specific files are used in the child theme you will have to check your customizations to not break the functionality of the theme.
Thanks!