Hey All,
I am getting the following error in the blog posts section of my Newspaper installation. I have checked and am running the latest version of Newspaper and all of my plugins have been updated.
Newspaper version: 12.6.5
PHP Version: 8.0.30
WP Memory Limit: 256 MB
PHP Execution Time: 300
Error message:
wp_booster error:
td_api_base::mark_used_on_page : a component with the ID: single_template_6 is not set.
/var/www/wp-content/plugins/td-composer/legacy/common/wp_booster/td_api.php
Example URL – https://auditecsolutions.com/webinar/common-billing-errors-by-facility-maintenance-providers/


More error details: When I click display backtrace
Array
(
[0] => Array
(
[file] => /var/www/wp-content/plugins/td-composer/legacy/common/wp_booster/td_api.php
[line] => 348
[function] => error
[class] => td_util
[type] => ::
[args] => Array
(
[0] => /var/www/wp-content/plugins/td-composer/legacy/common/wp_booster/td_api.php
[1] => td_api_base::mark_used_on_page : a component with the ID: single_template_6 is not set.
)
)
[1] => Array
(
[file] => /var/www/wp-content/plugins/td-composer/legacy/common/wp_booster/td_api.php
[line] => 153
[function] => mark_used_on_page
[class] => td_api_base
[type] => ::
[args] => Array
(
[0] => single_template_6
)
)
[2] => Array
(
[file] => /var/www/wp-content/plugins/td-composer/legacy/common/wp_booster/td_api.php
[line] => 1451
[function] => get_key
[class] => td_api_base
[type] => ::
[args] => Array
(
[0] => single_template_6
[1] => file
)
)
[3] => Array
(
[file] => /var/www/wp-content/plugins/td-composer/legacy/common/wp_booster/td_wp_booster_functions.php
[line] => 3206
[function] => _get_theme_template
[class] => td_api_single_template
[type] => ::
[args] => Array
(
[0] => single_template_6
[1] => /var/www/wp-content/themes/Newspaper/single.php
)
)