Howdy
Just uploaded the most recent update (by FTP) and now getting a string of wp_booster errors:
wp booster error:
td_api_base::mark_used_on_page : a component with the ID: td_block_1 is not set.
/home/ctrlpp5/public_html/wp-content/themes/Newsmag/includes/wp_booster/td_api.php
(all the blocks… ending with 16 below)
wp booster error:
td_api_base::mark_used_on_page : a component with the ID: td_block_16 is not set.
/home/ctrlpp5/public_html/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.
/home/ctrlpp5/public_html/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.
/home/ctrlpp5/public_html/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.
/home/ctrlpp5/public_html/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.
/home/ctrlpp5/public_html/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.
/home/ctrlpp5/public_html/wp-content/themes/Newsmag/includes/wp_booster/td_api.php
From searching prior comments, this looks like it might b a category template that got overwritten (yet I’m using a child theme)… but I can’t access my theme panel at all. Well its kind of there but missing menu and content.
Instead I have this in the menu panel:
Warning: Invalid argument supplied for foreach() in /home/ctrlpp5/public_html/wp-content/themes/Newsmag/includes/wp_booster/wp-admin/panel/panel_core/td_panel_core.php on line 62
and this in the content panel:
Warning: Invalid argument supplied for foreach() in /home/ctrlpp5/public_html/wp-content/themes/Newsmag/includes/wp_booster/wp-admin/panel/panel_core/td_panel_core.php on line 119
I have cleared the caches multiple times and deactivated all the plug-ins and cleared again, but its having no effect.
These errors, of course, are writing to the site pages too, as well as page specific errors.
-
This topic was modified 10 years by
CtrlP Press.
Hi
Please make sure updated the theme following our documentation: https://forum.tagdiv.com/newsmag-how-to-update-the-theme/ also deactivate the child theme if you’re using then test again.
You can also try to make a new wp-install on a sub-domain or on your local computer and check if the problem is still there.
Let us know how it goes and if you still can’t manage to solve this please send us an email at contact@tagdiv.com and provide wp-admin and ftp access so we can have a closer look at this issue, also include a link to this topic.
Thanks!
Thank you for your response, Andrei.
Updated exactly as per Tagdiv documentation. This is the 4th or 5th update since my theme purchase, and not my only site, so I am aware of the FTP process.
Also, looking at the File Manager through the cpanel shows the updated files.
De-activating the Child Theme has fixed the errors, however what do I do next to restore my site to its original look? This site has a considerable amount of customization… it looks nothing like the demo content.
The whole point of having Child Themes is to prevent the loss of customization and site settings when themes update. But it is beginning to look like your theme and its update process does not support the use of Child Themes?
Please advise on my next step.
-
This reply was modified 10 years by
CtrlP Press.
-
This reply was modified 10 years by
CtrlP Press.
-
This reply was modified 10 years by
CtrlP Press.
Hi
Our theme is tested and works fine with child theme. However there is an important aspect that must be considered when you’reusing child theme:
– the point of a child theme is to keep the customization even if the main theme it’s updated. But this is not always valid, because once in a while the child theme it’s also updated, or if the main theme pass through a major update it’s possible that some customizations not work well anymore. Also you have to consider WordPress’s updates which might influence the way your code works. 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!