Update to 2.4 impossible

Posted in: Newsmag
Post count: 15

Hi

I try to update to 2.34 but when i activate the child theme a ton of errors message

wp booster error:
td_api_base::mark_used_on_page : a component with the ID: td_block_1 is not set.
/*******/******/******/wp-content/themes/Newsmag/includes/wp_booster/td_api.php

..
to td_block_16
and slide …

I tried with FTP, from dashboard, WP and others plugin are uptodate.
I’m lost
Thanks to help me

Post count: 9544

You don’t need to use child theme unless you plan to make changes to the theme core code; and still best to do that to the main theme and keep track of changes to apply to future updates.

Note – see the changelog included in the all files download as you may need to update the child theme files as well as main theme files when there is major update.

Post count: 1

Hi, had a similar problem, deleting this line from my functions.php in the Newspaper-child folder fixed it.

*include TEMPLATEPATH . ‘/includes/wp_booster/td_wp_booster_functions.php’;

Post count: 6535

Hi @Alex

If you use child theme for files customizations 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!

Viewing 4 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic.