- NewspaperChild Theme Support
- ApiThe Theme API
Hello,
I am trying to use the official child theme following the official documentation at https://forum.tagdiv.com/the-child-theme-support-tutorial/
I have downloaded the full Newspaper package and located the official child theme in the /code/ folder. I have placed this folder in my /wp-content/themes/ folder. When attempting to activate this theme, I receive a fatal error on my site:
There has been a critical error on this website. Please check your site admin email inbox for instructions. If you continue to have problems, please try the support forums.
Inspecting error logs, I find this error:
2025/08/06 22:27:18 [error] 53#53: *900 FastCGI sent in stderr: "PHP message: PHP Warning: require_once(/www/kinsta/public/mysite/wp-content/themes/Newspaper-child/blocks/acf-blocks-loader.php): Failed to open stream: No such file or directory in /www/kinsta/public/mysite/wp-content/themes/Newspaper/functions.php on line 644;
It looks like the parent Newsletter theme is looking for files/folders it expects to be in the active theme instead of the template. The child theme should not be required to contain specific files/folders from the parent theme unless the child theme intends to make changes in these files. This causes the child theme to be highly vulnerable to future updates from the parent theme.
When looking at the official child theme documentation you state:
!Important:
Since all of the theme functionality was moved to the tagDiv Standard Pack, the root theme folder is wp-content\plugins\td-standard-pack\Newspaper.
You do not have to place this path in your child theme though. Simply add the files in newspaper-child directly and the system will rewrite files from the above folder.
However, the td-standard-pack is an optional plugin, and I have a few questions:
1.) Does it need to be activated in order for child themes to work?
2.) Is it required to copy the files/folders from this plugin into the child theme folder?
3.) If it was your intention for the child theme to contain these files, why does the official child theme not come with them?
4.) Is the official child theme intended to be broken as-is until these files are added?
Thank you for any help you can provide.
Hi,
I will try to explain as clearly as possible what can be done:
– if you are using an SEO plugin, disable the schema option in the theme – https://i.imgur.com/eGr3UQF.png
– set your code in functions.php using child theme https://forum.tagdiv.com/the-child-theme-support-tutorial/
– set the code using tagDiv Composer in column text or text with title in text zone https://imgur.com/DSSni9j
I hope it helps you.
Hello,
Those options seems to be related to the Gutenberg not the theme and most of them can be adjusted manually or with some custom code.
1. I see, unfortunately as far as I know there is no option so the video to be wide by default, it will be set manually. If you want to try a code solution, you can try something like this https://pastebin.com/EqvNhnkt the code should be set in functions.php in a child theme
2. The option with image resize is still working on my install https://i.imgur.com/qoU61aR.png so it is possible to have a plugin or something extra interfering. If you want you can make a test using only tagDiv plugins to see if the problem persist.
3. I just made a test and for me is correctly embed the inside article, indeed on edit is not display as full width – https://i.imgur.com/IjJ1ycM.png but on frontend is ok = https://i.imgur.com/Czzeap3.png
Thank you!
Hi,
For the moment there is no theme update available, but as a solution you can use a child theme and set in functions.php file from child this function:
add_filter('woocommerce_sale_flash', 'woocommerce_custom_sale_text', 10, 3); function woocommerce_custom_sale_text($text, $post, $_product) { return '[NEW TEXT]'; }
The results – https://i.imgur.com/BOt46dS.png – https://i.imgur.com/TgFDO3R.png
Thank you!
Hi,
Most of the time shortcode are se in functions.php and it can be set in functions.php in a child theme, but I can not say if this will work or not or how to adjust the code. Unfortunately for this you’ll need a developer to help you with the code and create a new filter.
Also, the ads if are adsense ads will be display bas on users search on google.
Thank you!
This is the debugging log.
[28-May-2022 17:12:56 UTC] PHP Deprecated: Function create_function() is deprecated in /volume1/web/wordpress/wp-content/themes/Newspaper-child/functions.php on line 80
[28-May-2022 17:12:56 UTC] PHP Notice: Constant WP_POST_REVISIONS already defined in /volume1/web/wordpress/wp-config.php on line 87
[28-May-2022 17:12:56 UTC] PHP Fatal error: Uncaught Error: Call to undefined function gzencode() in /volume1/web/wordpress/wp-content/plugins/wp-super-cache/wp-cache-phase2.php:2275
Stack trace:
#0 /volume1/web/wordpress/wp-content/plugins/wp-super-cache/wp-cache-phase2.php(1962): wp_cache_get_ob(‘\nDeprecated: Fu…’)
#1 [internal function]: wp_cache_ob_callback(‘\nDeprecated: Fu…’, 9)
#2 /volume1/web/wordpress/wp-includes/functions.php(5275): ob_end_flush()
#3 /volume1/web/wordpress/wp-includes/class-wp-hook.php(307): wp_ob_end_flush_all(”)
#4 /volume1/web/wordpress/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters(”, Array)
#5 /volume1/web/wordpress/wp-includes/plugin.php(476): WP_Hook->do_action(Array)
#6 /volume1/web/wordpress/wp-includes/load.php(1102): do_action(‘shutdown’)
#7 [internal function]: shutdown_action_hook()
#8 {main}
thrown in /volume1/web/wordpress/wp-content/plugins/wp-super-cache/wp-cache-phase2.php on line 2275
[28-May-2022 17:12:58 UTC] PHP Deprecated: Function create_function() is deprecated in /volume1/web/wordpress/wp-content/themes/Newspaper-child/functions.php on line 80
[28-May-2022 17:12:58 UTC] PHP Notice: Constant WP_POST_REVISIONS already defined in /volume1/web/wordpress/wp-config.php on line 87
[28-May-2022 17:12:59 UTC] PHP Fatal error: Uncaught Error: Call to undefined function gzencode() in /volume1/web/wordpress/wp-content/plugins/wp-super-cache/wp-cache-phase2.php:2275
Stack trace:
#0 /volume1/web/wordpress/wp-content/plugins/wp-super-cache/wp-cache-phase2.php(1962): wp_cache_get_ob(‘\nDeprecated: Fu…’)
#1 [internal function]: wp_cache_ob_callback(‘\nDeprecated: Fu…’, 9)
#2 /volume1/web/wordpress/wp-includes/functions.php(5275): ob_end_flush()
#3 /volume1/web/wordpress/wp-includes/class-wp-hook.php(307): wp_ob_end_flush_all(”)
#4 /volume1/web/wordpress/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters(”, Array)
#5 /volume1/web/wordpress/wp-includes/plugin.php(476): WP_Hook->do_action(Array)
#6 /volume1/web/wordpress/wp-includes/load.php(1102): do_action(‘shutdown’)
#7 [internal function]: shutdown_action_hook()
#8 {main}
thrown in /volume1/web/wordpress/wp-content/plugins/wp-super-cache/wp-cache-phase2.php on line 2275
Reference
To avoid confusion, please note that separate error pages such as 404 and 502 are coded to redirect to the main homepage.
-
This reply was modified 1 year by
leejaehak.
Hi Calin,
Thanks again for your reply!
I tried using the method you shared from StackExchange — I added this line to my child theme’s functions.php:
php
Copiar
Editar
add_shortcode( ‘output_post_excerpt’, ‘get_the_excerpt’ );
Then I edited my Single Post Cloud Template in tagDiv Composer, added a Text block, and inserted [output_post_excerpt].
Unfortunately, the shortcode doesn’t render anything on the frontend. It just leaves a blank space where the excerpt should be. I’ve cleared all cache and reloaded everything, but still no result.
Is it possible that tagDiv Composer blocks don’t render shortcodes like this, or do I need a different type of block?
Any ideas or workaround would be greatly appreciated.
https://diariodealicante.net/wp-content/uploads/2025/05/editor.jpeg
https://diariodealicante.net/wp-content/uploads/2025/05/single.jpeg
Thanks!
Hello – I have just purchased Newspaper theme, and against post thumbnails (on my homepage) I need to display an external image URL stored in a custom meta field called “external_featured_image_url” from the database instead of the normal featured image on my home page. This is crucial functionality and I was hoping I will be able to overwrite these template blocks by using files from td-standard-pack in my child theme as you suggest in your documentation, however! I kept on reading and for the latest version you don’t suggest using td-standard-pack.
I typically edit the local PHP templates (e.g., the_post_thumbnail() calls) and replace them with a check for the external_featured_image_url meta url. However, in your theme, the layout is controlled by cloud-based blocks, so there don’t appear to be local template files to customize in a child theme.
I looked for a functions.php filter or action hook that might let me override the featured image logic, but I couldn’t find a clear reference in the documentation.
My Goal:
For any post with “external_featured_image_url” set, show that URL instead of the WordPress “Featured Image” or a placeholder.
If _external_featured_image_url is empty, fall back to the normal featured image or default behavior.
How can I do this?
Hi,
You can try adding this in your child theme’s functions.php file -> https://pastebin.com/YEtaFQnN
Another option is to install this third-party plugin.
https://wordpress.org/plugins/editor-full-width/
Hope this helps
Thank you!
If there are others with the same request, I think this code will do it (Add it to your child-theme functions.php)
/* ----------------------------------------------------------------------------
Enable date-based filtering for popular posts
*/
define('TD_POPULAR_BY_DATE_ENABLED', true);
add_filter('td_data_source_blocks_query', function($wp_query_args) {
if (isset($wp_query_args['sort'])) {
$wp_query_args['popular_by_date'] = true;
}
return $wp_query_args;
});
Now you should see a new option under the “Sort order” called “Popular by date” which you can enable or disable.
Hi theheritagelab, let me know if I correctly understand, if are referring that and articles that has 2 authors should be display for both authors when you access the https://www.domain.com/author/author1/ and https://www.domain.com/author/author2/, right?
For this you’ll need to modify the query for the author archive pages so that it checks both the main author and the co-authors field set by ACF.
add_action('pre_get_posts', 'custom_author_query');
function custom_author_query($query) {
if ($query->is_author() && $query->is_main_query()) {
$author_id = get_queried_object_id();
// Modify this with your actual ACF field key for co-authors
$meta_query = array(
array(
'key' => 'acf_co_authors_field', // Replace this with your ACF co-authors field name
'value' => '"' . $author_id . '"',
'compare' => 'LIKE'
)
);
$query->set('meta_query', $meta_query);
}
}
The above code needs to be set in a child theme in functions.php also the above cone it is possible to be need to be adjusted.
Thank you!
Hello,
You need to create a child theme and add the code in the functions.php -> https://forum.tagdiv.com/the-child-theme-support-tutorial/ but I’m unsure if it will work.
Thank you!
In the image, you can see on right-hand side sidebar space is coming, which I don’t want. https://postimg.cc/LnHYt27N
Settings of theme :
https://postimg.cc/5YByzRSh
https://postimg.cc/PCCWB1HC
I have this in newspaper child theme functions.php to make the classic editor default.
add_filter(‘gutenberg_can_edit_post’, ‘__return_false’, 5);
add_filter(‘use_block_editor_for_post’, ‘__return_false’, 5);
My website URL: https://watercraftdemo.yashamsoft.com/
Thank you, Bettina. WordPress is up to date and we have been using this theme for over four years now on the same installation so I don’t think it’s a PHP or version issue, we meet all the requirements. As far as direct access to PHP files, not sure what you are suggesting, that we should enable it, or disable it? The problem occurs whether we are using our child theme or the primary Newspaper theme, so we were able to rule out any code in the child theme’s functions.php file.
Hello,
The theme does not have an option for this, it can be done only with SEO plugins. From what I see the Rank Math has an option for this – https://rankmath.com/kb/how-to-noindex-paginated-pages/ but it seems that Yoast SEO doesn’t have, but it can be used a function like this one mentioned here – https://wordpress.org/support/topic/how-to-noindex-paginated-page-using-yoast/ the code can be set in functions.php in child theme.
I hope this will help you!
Hi @Bettina,
I wouldn’t have reached out if I could find the difference on my own. I’m asking for help as maybe someone else had similar problems before that you have solved.
Is it possible for you to please check the link and investigate the issue? If you can explain how the Child theme was to be created would be nice too, as a first step.
Are the style.css and functions.php enough or do I need to add more files to this folder?
Hi @Bettina — tried everything before writing to you for help. I suspect it could be that I have not set up the child theme properly. In my child theme I only added
functions.php
style.css
Is there something else I needed to do?
I had to resort to using Popup Marker but would prefer to use Newspapers Modal Popup with the ACF custom Field shortcode. If there is a way to do it so I don’t need to use a plugin just to have the contents of the custom field show in the light box pop up please let me know. If it requires a work around like adding some code in the child theme’s functions.php that’s fine. Though if that is the case you might consider making shortcodes work in the Modal Popup in a future update.
Hi @Anamaria, I managed to do this and generate a shortcode that I can add to any page / post to display the quiz (not the front end creation for it yet). However, I’ve added it to my functions.php code. I don’t use a child theme yet.
Please suggest how I can update the theme without losing this. Should I move to a staging site, create a child theme and then update? How to copy everything to a child theme?
Hello seansingh, unfortunately the theme and WordPress do not have this option for category page, the only options that the theme adds on category are those – https://i.imgur.com/qHQUKxa.png if you need the sort posts alphabetically on Category Page you can try some plugins or custom functions.
If you want to try a code, you can try this one – https://pastebin.com/sfwXPMyP this code should be set in functions.php in a child theme – https://forum.tagdiv.com/newsmag-child-theme-support/
Thank you!
Hi simchris, so you’ll need to assign the single post template for a specific category, to do this you’ll need to make the above steps + a code in child theme in functions.php that is checking the current category from the post, the code is this one – https://pastebin.com/ze681p93
I hope this will help you!
Hi tony7pt, if you want you can use a function, this code can be set in a child theme in functions.php, the code can be get from here – https://pastebin.com/ryZys9Az
Thank you!
Hmm, I have made the prescribed modifications.
I added the code to the child functions.php file. This didn’t break things, but I can’t see that it affects anything. After adding the code to the loop-single.php and parts/single/loop-single-2.php which is the primary template we use, the post that has a guest author in the backend editor, is still displaying the #1 is still being substituted.
As co-authors/guest authors are a critical function in our site, and as the site is almost a decade of weekly news stories, changing is untenable. Without this theme update we cannot update php. Obvious problems there, including getting shut down by our hosting platform.
Can you please update your very helpful post of Jan 24, 2023 to encompass the NewsMag theme? Or what other options might we have?
Ultime linee di log contenenti errori.
Data Log
11/03/2024 21:54:43 WARNING: [pool http://www.radiandradi.com] child 521368 said into stderr: “[11-Mar-2024 20:54:43 UTC] WordPress database error Table ‘sqlxxx.tds_subscriptions’ doesn’t exist for query DESC tds_subscriptions made by require(‘wp-blog-header.php’), require_once(‘wp-load.php’), require_once(‘wp-config.php’), require_once(‘wp-settings.php’), do_action(‘init’), WP_Hook->do_action, WP_Hook->apply_filters, td_subscription::setup_environment, tds_update::update_settings, tds_update::_to_1p5p2”
11/03/2024 21:54:43 WARNING: [pool http://www.radiandradi.com] child 521368 said into stderr: “[11-Mar-2024 20:54:43 UTC] WordPress database error Table ‘sqlxxx.tds_subscriptions’ doesn’t exist for query ALTER TABLE tds_subscriptions ADD payment_details TEXT DEFAULT ” AFTER payment_type made by require(‘wp-blog-header.php’), require_once(‘wp-load.php’), require_once(‘wp-config.php’), require_once(‘wp-settings.php’), do_action(‘init’), WP_Hook->do_action, WP_Hook->apply_filters, td_subscription::setup_environment, tds_update::update_settings, tds_update::_to_1p5p2″
11/03/2024 21:54:43 WARNING: [pool http://www.radiandradi.com] child 521368 said into stderr: “[11-Mar-2024 20:54:43 UTC] WordPress database error Table ‘sqlxxx.tds_subscriptions’ doesn’t exist for query ALTER TABLE tds_subscriptions ADD payment_details TEXT DEFAULT ” AFTER payment_type made by require(‘wp-blog-header.php’), require_once(‘wp-load.php’), require_once(‘wp-config.php’), require_once(‘wp-settings.php’), do_action(‘init’), WP_Hook->do_action, WP_Hook->apply_filters, td_subscription::setup_environment, tds_update::update_settings, tds_update::_to_1p5p2″
11/03/2024 21:54:43 WARNING: [pool http://www.radiandradi.com] child 521367 said into stderr: “[11-Mar-2024 20:54:43 UTC] WordPress database error Table ‘sqlxxx.tds_plans’ doesn’t exist for query SELECT * FROM tds_plans made by require(‘wp-blog-header.php’), require_once(‘wp-load.php’), require_once(‘wp-config.php’), require_once(‘wp-settings.php’), include(‘/themes/Newspaper/functions.php’), require_once(‘/themes/Newspaper/includes/wp-booster/tagdiv-wp-booster-functions.php’), do_action(‘td_wp_booster_legacy’), WP_Hook->do_action, WP_Hook->apply_filters, {closure}, require_once(‘/plugins/td-composer/legacy/Newspaper/functions.php’), require_once(‘/plugins/td-composer/legacy/common/wp_booster/td_wp_booster_functions.php’), do_action(‘td_wp_booster_loaded’), WP_Hook->do_action, WP_Hook->apply_filters, tdc_plugin_init, do_action(‘tdc_loaded’), WP_Hook->do_action, WP_Hook->apply_filters, tds_config::on_tdc_loaded, tds_config::get_plans”
11/03/2024 21:54:43 WARNING: [pool http://www.radiandradi.com] child 521367 said into stderr: “[11-Mar-2024 20:54:43 UTC] WordPress database error Table ‘sqlxxx.tds_subscriptions’ doesn’t exist for query DESC tds_subscriptions made by require(‘wp-blog-header.php’), require_once(‘wp-load.php’), require_once(‘wp-config.php’), require_once(‘wp-settings.php’), do_action(‘init’), WP_Hook->do_action, WP_Hook->apply_filters, td_subscription::setup_environment, tds_update::update_settings, tds_update::_to_1p5p2”
11/03/2024 21:54:43 WARNING: [pool http://www.radiandradi.com] child 521367 said into stderr: “[11-Mar-2024 20:54:43 UTC] WordPress database error Table ‘sqlxxx.tds_subscriptions’ doesn’t exist for query ALTER TABLE tds_subscriptions ADD payment_details TEXT DEFAULT ” AFTER payment_type made by require(‘wp-blog-header.php’), require_once(‘wp-load.php’), require_once(‘wp-config.php’), require_once(‘wp-settings.php’), do_action(‘init’), WP_Hook->do_action, WP_Hook->apply_filters, td_subscription::setup_environment, tds_update::update_settings, tds_update::_to_1p5p2″
11/03/2024 21:54:43 WARNING: [pool http://www.radiandradi.com] child 521367 said into stderr: “[11-Mar-2024 20:54:43 UTC] WordPress database error Table ‘sqlxxx.tds_subscriptions’ doesn’t exist for query ALTER TABLE tds_subscriptions ADD payment_details TEXT DEFAULT ” AFTER payment_type made by require(‘wp-blog-header.php’), require_once(‘wp-load.php’), require_once(‘wp-config.php’), require_once(‘wp-settings.php’), do_action(‘init’), WP_Hook->do_action, WP_Hook->apply_filters, td_subscription::setup_environment, tds_update::update_settings, tds_update::_to_1p5p2″
11/03/2024 21:54:42 WARNING: [pool http://www.radiandradi.com] child 522220 said into stderr: “[11-Mar-2024 20:54:42 UTC] WordPress database error Table ‘sqlxxx.tds_plans’ doesn’t exist for query SELECT * FROM tds_plans made by require(‘wp-blog-header.php’), require_once(‘wp-load.php’), require_once(‘wp-config.php’), require_once(‘wp-settings.php’), include(‘/themes/Newspaper/functions.php’), require_once(‘/themes/Newspaper/includes/wp-booster/tagdiv-wp-booster-functions.php’), do_action(‘td_wp_booster_legacy’), WP_Hook->do_action, WP_Hook->apply_filters, {closure}, require_once(‘/plugins/td-composer/legacy/Newspaper/functions.php’), require_once(‘/plugins/td-composer/legacy/common/wp_booster/td_wp_booster_functions.php’), do_action(‘td_wp_booster_loaded’), WP_Hook->do_action, WP_Hook->apply_filters, tdc_plugin_init, do_action(‘tdc_loaded’), WP_Hook->do_action, WP_Hook->apply_filters, tds_config::on_tdc_loaded, tds_config::get_plans”
11/03/2024 21:54:42 WARNING: [pool http://www.radiandradi.com] child 522220 said into stderr: “[11-Mar-2024 20:54:42 UTC] WordPress database error Table ‘sqlxxx.tds_subscriptions’ doesn’t exist for query DESC tds_subscriptions made by require(‘wp-blog-header.php’), require_once(‘wp-load.php’), require_once(‘wp-config.php’), require_once(‘wp-settings.php’), do_action(‘init’), WP_Hook->do_action, WP_Hook->apply_filters, td_subscription::setup_environment, tds_update::update_settings, tds_update::_to_1p5p2”
11/03/2024 21:54:42 WARNING: [pool http://www.radiandradi.com] child 522220 said into stderr: “[11-Mar-2024 20:54:42 UTC] WordPress database error Table ‘sqlxxx.tds_subscriptions’ doesn’t exist for query ALTER TABLE tds_subscriptions ADD payment_details TEXT DEFAULT ” AFTER payment_type made by require(‘wp-blog-header.php’), require_once(‘wp-load.php’), require_once(‘wp-config.php’), require_once(‘wp-settings.php’), do_action(‘init’), WP_Hook->do_action, WP_Hook->apply_filters, td_subscription::setup_environment, tds_update::update_settings, tds_update::_to_1p5p2″
11/03/2024 21:54:42 WARNING: [pool http://www.radiandradi.com] child 522220 said into stderr: “[11-Mar-2024 20:54:42 UTC] WordPress database error Table ‘sqlxxx.tds_subscriptions’ doesn’t exist for query ALTER TABLE tds_subscriptions ADD payment_details TEXT DEFAULT ” AFTER payment_type made by require(‘wp-blog-header.php’), require_once(‘wp-load.php’), require_once(‘wp-config.php’), require_once(‘wp-settings.php’), do_action(‘init’), WP_Hook->do_action, WP_Hook->apply_filters, td_subscription::setup_environment, tds_update::update_settings, tds_update::_to_1p5p2″
11/03/2024 21:54:42 WARNING: [pool http://www.radiandradi.com] child 521368 said into stderr: “[11-Mar-2024 20:54:42 UTC] WordPress database error Table ‘sqlxxx.tds_plans’ doesn’t exist for query SELECT * FROM tds_plans made by require(‘wp-blog-header.php’), require_once(‘wp-load.php’), require_once(‘wp-config.php’), require_once(‘wp-settings.php’), include(‘/plugins/td-composer/mobile/functions.php’), do_action(‘td_wp_booster_loaded’), WP_Hook->do_action, WP_Hook->apply_filters, tdc_plugin_init, do_action(‘tdc_loaded’), WP_Hook->do_action, WP_Hook->apply_filters, tds_config::on_tdc_loaded, tds_config::get_plans”
11/03/2024 21:54:36 WARNING: [pool http://www.radiandradi.com] child 43997 said into stderr: “[11-Mar-2024 20:54:36 UTC] WordPress database error Table ‘sqlxxx.tds_plans’ doesn’t exist for query SELECT * FROM tds_plans made by require(‘wp-blog-header.php’), require_once(‘wp-load.php’), require_once(‘wp-config.php’), require_once(‘wp-settings.php’), include(‘/plugins/td-composer/mobile/functions.php’), do_action(‘td_wp_booster_loaded’), WP_Hook->do_action, WP_Hook->apply_filters, tdc_plugin_init, do_action(‘tdc_loaded’), WP_Hook->do_action, WP_Hook->apply_filters, tds_config::on_tdc_loaded, tds_config::get_plans”
11/03/2024 21:54:36 WARNING: [pool http://www.radiandradi.com] child 43997 said into stderr: “[11-Mar-2024 20:54:36 UTC] WordPress database error Table ‘sqlxxx.tds_subscriptions’ doesn’t exist for query DESC tds_subscriptions made by require(‘wp-blog-header.php’), require_once(‘wp-load.php’), require_once(‘wp-config.php’), require_once(‘wp-settings.php’), do_action(‘init’), WP_Hook->do_action, WP_Hook->apply_filters, td_subscription::setup_environment, tds_update::update_settings, tds_update::_to_1p5p2”
11/03/2024 21:54:36 WARNING: [pool http://www.radiandradi.com] child 43997 said into stderr: “[11-Mar-2024 20:54:36 UTC] WordPress database error Table ‘sqlxxx.tds_subscriptions’ doesn’t exist for query ALTER TABLE tds_subscriptions ADD payment_details TEXT DEFAULT ” AFTER payment_type made by require(‘wp-blog-header.php’), require_once(‘wp-load.php’), require_once(‘wp-config.php’), require_once(‘wp-settings.php’), do_action(‘init’), WP_Hook->do_action, WP_Hook->apply_filters, td_subscription::setup_environment, tds_update::update_settings, tds_update::_to_1p5p2″
11/03/2024 21:54:36 WARNING: [pool http://www.radiandradi.com] child 43997 said into stderr: “[11-Mar-2024 20:54:36 UTC] WordPress database error Table ‘sqlxxx.tds_subscriptions’ doesn’t exist for query ALTER TABLE tds_subscriptions ADD payment_details TEXT DEFAULT ” AFTER payment_type made by require(‘wp-blog-header.php’), require_once(‘wp-load.php’), require_once(‘wp-config.php’), require_once(‘wp-settings.php’), do_action(‘init’), WP_Hook->do_action, WP_Hook->apply_filters, td_subscription::setup_environment, tds_update::update_settings, tds_update::_to_1p5p2″
11/03/2024 21:54:36 WARNING: [pool http://www.radiandradi.com] child 45157 said into stderr: “[11-Mar-2024 20:54:36 UTC] WordPress database error Table ‘sqlxxx.tds_plans’ doesn’t exist for query SELECT * FROM tds_plans made by require(‘wp-blog-header.php’), require_once(‘wp-load.php’), require_once(‘wp-config.php’), require_once(‘wp-settings.php’), include(‘/themes/Newspaper/functions.php’), require_once(‘/themes/Newspaper/includes/wp-booster/tagdiv-wp-booster-functions.php’), do_action(‘td_wp_booster_legacy’), WP_Hook->do_action, WP_Hook->apply_filters, {closure}, require_once(‘/plugins/td-composer/legacy/Newspaper/functions.php’), require_once(‘/plugins/td-composer/legacy/common/wp_booster/td_wp_booster_functions.php’), do_action(‘td_wp_booster_loaded’), WP_Hook->do_action, WP_Hook->apply_filters, tdc_plugin_init, do_action(‘tdc_loaded’), WP_Hook->do_action, WP_Hook->apply_filters, tds_config::on_tdc_loaded, tds_config::get_plans”
11/03/2024 21:54:36 WARNING: [pool http://www.radiandradi.com] child 45157 said into stderr: “[11-Mar-2024 20:54:36 UTC] WordPress database error Table ‘sqlxxx.tds_subscriptions’ doesn’t exist for query DESC tds_subscriptions made by require(‘wp-blog-header.php’), require_once(‘wp-load.php’), require_once(‘wp-config.php’), require_once(‘wp-settings.php’), do_action(‘init’), WP_Hook->do_action, WP_Hook->apply_filters, td_subscription::setup_environment, tds_update::update_settings, tds_update::_to_1p5p2”
11/03/2024 21:54:36 WARNING: [pool http://www.radiandradi.com] child 45157 said into stderr: “[11-Mar-2024 20:54:36 UTC] WordPress database error Table ‘sqlxxx.tds_subscriptions’ doesn’t exist for query ALTER TABLE tds_subscriptions ADD payment_details TEXT DEFAULT ” AFTER payment_type made by require(‘wp-blog-header.php’), require_once(‘wp-load.php’), require_once(‘wp-config.php’), require_once(‘wp-settings.php’), do_action(‘init’), WP_Hook->do_action, WP_Hook->apply_filters, td_subscription::setup_environment, tds_update::update_settings, tds_update::_to_1p5p2″
11/03/2024 21:54:36 WARNING: [pool http://www.radiandradi.com] child 45157 said into stderr: “[11-Mar-2024 20:54:36 UTC] WordPress database error Table ‘sqlxxx.tds_subscriptions’ doesn’t exist for query ALTER TABLE tds_subscriptions ADD payment_details TEXT DEFAULT ” AFTER payment_type made by require(‘wp-blog-header.php’), require_once(‘wp-load.php’), require_once(‘wp-config.php’), require_once(‘wp-settings.php’), do_action(‘init’), WP_Hook->do_action, WP_Hook->apply_filters, td_subscription::setup_environment, tds_update::update_settings, tds_update::_to_1p5p2″
11/03/2024 21:54:35 WARNING: [pool http://www.radiandradi.com] child 522221 said into stderr: “[11-Mar-2024 20:54:35 UTC] WordPress database error Table ‘sqlxxx.tds_plans’ doesn’t exist for query SELECT * FROM tds_plans made by require(‘wp-blog-header.php’), require_once(‘wp-load.php’), require_once(‘wp-config.php’), require_once(‘wp-settings.php’), include(‘/plugins/td-composer/mobile/functions.php’), do_action(‘td_wp_booster_loaded’), WP_Hook->do_action, WP_Hook->apply_filters, tdc_plugin_init, do_action(‘tdc_loaded’), WP_Hook->do_action, WP_Hook->apply_filters, tds_config::on_tdc_loaded, tds_config::get_plans”
11/03/2024 21:54:35 WARNING: [pool http://www.radiandradi.com] child 522221 said into stderr: “[11-Mar-2024 20:54:35 UTC] WordPress database error Table ‘sqlxxx.tds_subscriptions’ doesn’t exist for query DESC tds_subscriptions made by require(‘wp-blog-header.php’), require_once(‘wp-load.php’), require_once(‘wp-config.php’), require_once(‘wp-settings.php’), do_action(‘init’), WP_Hook->do_action, WP_Hook->apply_filters, td_subscription::setup_environment, tds_update::update_settings, tds_update::_to_1p5p2”
11/03/2024 21:54:35 WARNING: [pool http://www.radiandradi.com] child 522221 said into stderr: “[11-Mar-2024 20:54:35 UTC] WordPress database error Table ‘sqlxxx.tds_subscriptions’ doesn’t exist for query ALTER TABLE tds_subscriptions ADD payment_details TEXT DEFAULT ” AFTER payment_type made by require(‘wp-blog-header.php’), require_once(‘wp-load.php’), require_once(‘wp-config.php’), require_once(‘wp-settings.php’), do_action(‘init’), WP_Hook->do_action, WP_Hook->apply_filters, td_subscription::setup_environment, tds_update::update_settings, tds_update::_to_1p5p2″
11/03/2024 21:54:35 WARNING: [pool http://www.radiandradi.com] child 522221 said into stderr: “[11-Mar-2024 20:54:35 UTC] WordPress database error Table ‘sqlxxx.tds_subscriptions’ doesn’t exist for query ALTER TABLE tds_subscriptions ADD payment_details TEXT DEFAULT ” AFTER payment_type made by require(‘wp-blog-header.php’), require_once(‘wp-load.php’), require_once(‘wp-config.php’), require_once(‘wp-settings.php’), do_action(‘init’), WP_Hook->do_action, WP_Hook->apply_filters, td_subscription::setup_environment, tds_update::update_settings, tds_update::_to_1p5p2″
11/03/2024 21:54:34 WARNING: [pool http://www.radiandradi.com] child 521369 said into stderr: “[11-Mar-2024 20:54:34 UTC] WordPress database error Table ‘sqlxxx.tds_plans’ doesn’t exist for query SELECT * FROM tds_plans made by require(‘wp-blog-header.php’), require_once(‘wp-load.php’), require_once(‘wp-config.php’), require_once(‘wp-settings.php’), include(‘/themes/Newspaper/functions.php’), require_once(‘/themes/Newspaper/includes/wp-booster/tagdiv-wp-booster-functions.php’), do_action(‘td_wp_booster_legacy’), WP_Hook->do_action, WP_Hook->apply_filters, {closure}, require_once(‘/plugins/td-composer/legacy/Newspaper/functions.php’), require_once(‘/plugins/td-composer/legacy/common/wp_booster/td_wp_booster_functions.php’), do_action(‘td_wp_booster_loaded’), WP_Hook->do_action, WP_Hook->apply_filters, tdc_plugin_init, do_action(‘tdc_loaded’), WP_Hook->do_action, WP_Hook->apply_filters, tds_config::on_tdc_loaded, tds_config::get_plans”
11/03/2024 21:54:34 WARNING: [pool http://www.radiandradi.com] child 521369 said into stderr: “[11-Mar-2024 20:54:34 UTC] WordPress database error Table ‘sqlxxx.tds_subscriptions’ doesn’t exist for query DESC tds_subscriptions made by require(‘wp-blog-header.php’), require_once(‘wp-load.php’), require_once(‘wp-config.php’), require_once(‘wp-settings.php’), do_action(‘init’), WP_Hook->do_action, WP_Hook->apply_filters, td_subscription::setup_environment, tds_update::update_settings, tds_update::_to_1p5p2”
11/03/2024 21:54:34 WARNING: [pool http://www.radiandradi.com] child 521369 said into stderr: “[11-Mar-2024 20:54:34 UTC] WordPress database error Table ‘sqlxxx.tds_subscriptions’ doesn’t exist for query ALTER TABLE tds_subscriptions ADD payment_details TEXT DEFAULT ” AFTER payment_type made by require(‘wp-blog-header.php’), require_once(‘wp-load.php’), require_once(‘wp-config.php’), require_once(‘wp-settings.php’), do_action(‘init’), WP_Hook->do_action, WP_Hook->apply_filters, td_subscription::setup_environment, tds_update::update_settings, tds_update::_to_1p5p2″
11/03/2024 21:54:34 WARNING: [pool http://www.radiandradi.com] child 521369 said into stderr: “[11-Mar-2024 20:54:34 UTC] WordPress database error Table ‘sqlxxx.tds_subscriptions’ doesn’t exist for query ALTER TABLE tds_subscriptions ADD payment_details TEXT DEFAULT ” AFTER payment_type made by require(‘wp-blog-header.php’), require_once(‘wp-load.php’), require_once(‘wp-config.php’), require_once(‘wp-settings.php’), do_action(‘init’), WP_Hook->do_action, WP_Hook->apply_filters, td_subscription::setup_environment, tds_update::update_settings, tds_update::_to_1p5p2″
11/03/2024 21:54:32 WARNING: [pool http://www.radiandradi.com] child 45158 said into stderr: “[11-Mar-2024 20:54:32 UTC] WordPress database error Table ‘sqlxxx.tds_subscriptions’ doesn’t exist for query DESC tds_subscriptions made by require(‘wp-blog-header.php’), require_once(‘wp-load.php’), require_once(‘wp-config.php’), require_once(‘wp-settings.php’), do_action(‘init’), WP_Hook->do_action, WP_Hook->apply_filters, td_subscription::setup_environment, tds_update::update_settings, tds_update::_to_1p5p2”
11/03/2024 21:54:32 WARNING: [pool http://www.radiandradi.com] child 45158 said into stderr: “[11-Mar-2024 20:54:32 UTC] WordPress database error Table ‘sqlxxx.tds_subscriptions’ doesn’t exist for query ALTER TABLE tds_subscriptions ADD payment_details TEXT DEFAULT ” AFTER payment_type made by require(‘wp-blog-header.php’), require_once(‘wp-load.php’), require_once(‘wp-config.php’), require_once(‘wp-settings.php’), do_action(‘init’), WP_Hook->do_action, WP_Hook->apply_filters, td_subscription::setup_environment, tds_update::update_settings, tds_update::_to_1p5p2″
11/03/2024 21:54:32 WARNING: [pool http://www.radiandradi.com] child 45158 said into stderr: “[11-Mar-2024 20:54:32 UTC] WordPress database error Table ‘sqlxxx.tds_subscriptions’ doesn’t exist for query ALTER TABLE tds_subscriptions ADD payment_details TEXT DEFAULT ” AFTER payment_type made by require(‘wp-blog-header.php’), require_once(‘wp-load.php’), require_once(‘wp-config.php’), require_once(‘wp-settings.php’), do_action(‘init’), WP_Hook->do_action, WP_Hook->apply_filters, td_subscription::setup_environment, tds_update::update_settings, tds_update::_to_1p5p2″
11/03/2024 21:54:32 WARNING: [pool http://www.radiandradi.com] child 521752 said into stderr: “[11-Mar-2024 20:54:32 UTC] WordPress database error Table ‘sqlxxx.tds_plans’ doesn’t exist for query SELECT * FROM tds_plans made by require(‘wp-blog-header.php’), require_once(‘wp-load.php’), require_once(‘wp-config.php’), require_once(‘wp-settings.php’), include(‘/plugins/td-composer/mobile/functions.php’), do_action(‘td_wp_booster_loaded’), WP_Hook->do_action, WP_Hook->apply_filters, tdc_plugin_init, do_action(‘tdc_loaded’), WP_Hook->do_action, WP_Hook->apply_filters, tds_config::on_tdc_loaded, tds_config::get_plans”
11/03/2024 21:54:32 WARNING: [pool http://www.radiandradi.com] child 521752 said into stderr: “[11-Mar-2024 20:54:32 UTC] WordPress database error Table ‘sqlxxx.tds_subscriptions’ doesn’t exist for query DESC tds_subscriptions made by require(‘wp-blog-header.php’), require_once(‘wp-load.php’), require_once(‘wp-config.php’), require_once(‘wp-settings.php’), do_action(‘init’), WP_Hook->do_action, WP_Hook->apply_filters, td_subscription::setup_environment, tds_update::update_settings, tds_update::_to_1p5p2”
11/03/2024 21:54:32 WARNING: [pool http://www.radiandradi.com] child 521752 said into stderr: “[11-Mar-2024 20:54:32 UTC] WordPress database error Table ‘sqlxxx.tds_subscriptions’ doesn’t exist for query ALTER TABLE tds_subscriptions ADD payment_details TEXT DEFAULT ” AFTER payment_type made by require(‘wp-blog-header.php’), require_once(‘wp-load.php’), require_once(‘wp-config.php’), require_once(‘wp-settings.php’), do_action(‘init’), WP_Hook->do_action, WP_Hook->apply_filters, td_subscription::setup_environment, tds_update::update_settings, tds_update::_to_1p5p2″
11/03/2024 21:54:32 WARNING: [pool http://www.radiandradi.com] child 521752 said into stderr: “[11-Mar-2024 20:54:32 UTC] WordPress database error Table ‘sqlxxx.tds_subscriptions’ doesn’t exist for query ALTER TABLE tds_subscriptions ADD payment_details TEXT DEFAULT ” AFTER payment_type made by require(‘wp-blog-header.php’), require_once(‘wp-load.php’), require_once(‘wp-config.php’), require_once(‘wp-settings.php’), do_action(‘init’), WP_Hook->do_action, WP_Hook->apply_filters, td_subscription::setup_environment, tds_update::update_settings, tds_update::_to_1p5p2″
11/03/2024 21:54:31 WARNING: [pool http://www.radiandradi.com] child 45158 said into stderr: “[11-Mar-2024 20:54:31 UTC] WordPress database error Table ‘sqlxxx.tds_plans’ doesn’t exist for query SELECT * FROM tds_plans made by require(‘wp-blog-header.php’), require_once(‘wp-load.php’), require_once(‘wp-config.php’), require_once(‘wp-settings.php’), include(‘/themes/Newspaper/functions.php’), require_once(‘/themes/Newspaper/includes/wp-booster/tagdiv-wp-booster-functions.php’), do_action(‘td_wp_booster_legacy’), WP_Hook->do_action, WP_Hook->apply_filters, {closure}, require_once(‘/plugins/td-composer/legacy/Newspaper/functions.php’), require_once(‘/plugins/td-composer/legacy/common/wp_booster/td_wp_booster_functions.php’), do_action(‘td_wp_booster_loaded’), WP_Hook->do_action, WP_Hook->apply_filters, tdc_plugin_init, do_action(‘tdc_loaded’), WP_Hook->do_action, WP_Hook->apply_filters, tds_config::on_tdc_loaded, tds_config::get_plans”
11/03/2024 21:54:30 WARNING: [pool http://www.radiandradi.com] child 44486 said into stderr: “[11-Mar-2024 20:54:30 UTC] WordPress database error Table ‘sqlxxx.tds_plans’ doesn’t exist for query SELECT * FROM tds_plans made by require(‘wp-blog-header.php’), require_once(‘wp-load.php’), require_once(‘wp-config.php’), require_once(‘wp-settings.php’), include(‘/plugins/td-composer/mobile/functions.php’), do_action(‘td_wp_booster_loaded’), WP_Hook->do_action, WP_Hook->apply_filters, tdc_plugin_init, do_action(‘tdc_loaded’), WP_Hook->do_action, WP_Hook->apply_filters, tds_config::on_tdc_loaded, tds_config::get_plans”
11/03/2024 21:54:30 WARNING: [pool http://www.radiandradi.com] child 44486 said into stderr: “[11-Mar-2024 20:54:30 UTC] WordPress database error Table ‘sqlxxx.tds_subscriptions’ doesn’t exist for query DESC tds_subscriptions made by require(‘wp-blog-header.php’), require_once(‘wp-load.php’), require_once(‘wp-config.php’), require_once(‘wp-settings.php’), do_action(‘init’), WP_Hook->do_action, WP_Hook->apply_filters, td_subscription::setup_environment, tds_update::update_settings, tds_update::_to_1p5p2”
11/03/2024 21:54:30 WARNING: [pool http://www.radiandradi.com] child 44486 said into stderr: “[11-Mar-2024 20:54:30 UTC] WordPress database error Table ‘sqlxxx.tds_subscriptions’ doesn’t exist for query ALTER TABLE tds_subscriptions ADD payment_details TEXT DEFAULT ” AFTER payment_type made by require(‘wp-blog-header.php’), require_once(‘wp-load.php’), require_once(‘wp-config.php’), require_once(‘wp-settings.php’), do_action(‘init’), WP_Hook->do_action, WP_Hook->apply_filters, td_subscription::setup_environment, tds_update::update_settings, tds_update::_to_1p5p2″
11/03/2024 21:54:30 WARNING: [pool http://www.radiandradi.com] child 44486 said into stderr: “[11-Mar-2024 20:54:30 UTC] WordPress database error Table ‘sqlxxx.tds_subscriptions’ doesn’t exist for query ALTER TABLE tds_subscriptions ADD payment_details TEXT DEFAULT ” AFTER payment_type made by require(‘wp-blog-header.php’), require_once(‘wp-load.php’), require_once(‘wp-config.php’), require_once(‘wp-settings.php’), do_action(‘init’), WP_Hook->do_action, WP_Hook->apply_filters, td_subscription::setup_environment, tds_update::update_settings, tds_update::_to_1p5p2″
11/03/2024 21:54:29 WARNING: [pool http://www.radiandradi.com] child 521356 said into stderr: “[11-Mar-2024 20:54:29 UTC] WordPress database error Table ‘sqlxxx.tds_plans’ doesn’t exist for query SELECT * FROM tds_plans made by require(‘wp-blog-header.php’), require_once(‘wp-load.php’), require_once(‘wp-config.php’), require_once(‘wp-settings.php’), include(‘/plugins/td-composer/mobile/functions.php’), do_action(‘td_wp_booster_loaded’), WP_Hook->do_action, WP_Hook->apply_filters, tdc_plugin_init, do_action(‘tdc_loaded’), WP_Hook->do_action, WP_Hook->apply_filters, tds_config::on_tdc_loaded, tds_config::get_plans”
11/03/2024 21:54:29 WARNING: [pool http://www.radiandradi.com] child 521356 said into stderr: “[11-Mar-2024 20:54:29 UTC] WordPress database error Table ‘sqlxxx.tds_subscriptions’ doesn’t exist for query DESC tds_subscriptions made by require(‘wp-blog-header.php’), require_once(‘wp-load.php’), require_once(‘wp-config.php’), require_once(‘wp-settings.php’), do_action(‘init’), WP_Hook->do_action, WP_Hook->apply_filters, td_subscription::setup_environment, tds_update::update_settings, tds_update::_to_1p5p2”
11/03/2024 21:54:29 WARNING: [pool http://www.radiandradi.com] child 521356 said into stderr: “[11-Mar-2024 20:54:29 UTC] WordPress database error Table ‘sqlxxx.tds_subscriptions’ doesn’t exist for query ALTER TABLE tds_subscriptions ADD payment_details TEXT DEFAULT ” AFTER payment_type made by require(‘wp-blog-header.php’), require_once(‘wp-load.php’), require_once(‘wp-config.php’), require_once(‘wp-settings.php’), do_action(‘init’), WP_Hook->do_action, WP_Hook->apply_filters, td_subscription::setup_environment, tds_update::update_settings, tds_update::_to_1p5p2″
11/03/2024 21:54:29 WARNING: [pool http://www.radiandradi.com] child 521356 said into stderr: “[11-Mar-2024 20:54:29 UTC] WordPress database error Table ‘sqlxxx.tds_subscriptions’ doesn’t exist for query ALTER TABLE tds_subscriptions ADD payment_details TEXT DEFAULT ” AFTER payment_type made by require(‘wp-blog-header.php’), require_once(‘wp-load.php’), require_once(‘wp-config.php’), require_once(‘wp-settings.php’), do_action(‘init’), WP_Hook->do_action, WP_Hook->apply_filters, td_subscription::setup_environment, tds_update::update_settings, tds_update::_to_1p5p2″
11/03/2024 21:54:26 WARNING: [pool http://www.radiandradi.com] child 521365 said into stderr: “[11-Mar-2024 20:54:26 UTC] WordPress database error Table ‘sqlxxx.tds_subscriptions’ doesn’t exist for query ALTER TABLE tds_subscriptions ADD payment_details TEXT DEFAULT ” AFTER payment_type made by require(‘wp-blog-header.php’), require_once(‘wp-load.php’), require_once(‘wp-config.php’), require_once(‘wp-settings.php’), do_action(‘init’), WP_Hook->do_action, WP_Hook->apply_filters, td_subscription::setup_environment, tds_update::update_settings, tds_update::_to_1p5p2″
11/03/2024 21:54:26 WARNING: [pool http://www.radiandradi.com] child 521365 said into stderr: “[11-Mar-2024 20:54:26 UTC] WordPress database error Table ‘sqlxxx.tds_subscriptions’ doesn’t exist for query ALTER TABLE tds_subscriptions ADD payment_details TEXT DEFAULT ” AFTER payment_type made by require(‘wp-blog-header.php’), require_once(‘wp-load.php’), require_once(‘wp-config.php’), require_once(‘wp-settings.php’), do_action(‘init’), WP_Hook->do_action, WP_Hook->apply_filters, td_subscription::setup_environment, tds_update::update_settings, tds_update::_to_1p5p2″
11/03/2024 21:54:22 WARNING: [pool http://www.radiandradi.com] child 45264 said into stderr: “[11-Mar-2024 20:54:22 UTC] WordPress database error Table ‘sqlxxx.tds_plans’ doesn’t exist for query SELECT * FROM tds_plans made by require(‘wp-blog-header.php’), require_once(‘wp-load.php’), require_once(‘wp-config.php’), require_once(‘wp-settings.php’), include(‘/themes/Newspaper/functions.php’), require_once(‘/themes/Newspaper/includes/wp-booster/tagdiv-wp-booster-functions.php’), do_action(‘td_wp_booster_legacy’), WP_Hook->do_action, WP_Hook->apply_filters, {closure}, require_once(‘/plugins/td-composer/legacy/Newspaper/functions.php’), require_once(‘/plugins/td-composer/legacy/common/wp_booster/td_wp_booster_functions.php’), do_action(‘td_wp_booster_loaded’), WP_Hook->do_action, WP_Hook->apply_filters, tdc_plugin_init, do_action(‘tdc_loaded’), WP_Hook->do_action, WP_Hook->apply_filters, tds_config::on_tdc_loaded, tds_config::get_plans”
11/03/2024 21:54:22 WARNING: [pool http://www.radiandradi.com] child 45264 said into stderr: “[11-Mar-2024 20:54:22 UTC] WordPress database error Table ‘sqlxxx.tds_subscriptions’ doesn’t exist for query DESC tds_subscriptions made by require(‘wp-blog-header.php’), require_once(‘wp-load.php’), require_once(‘wp-config.php’), require_once(‘wp-settings.php’), do_action(‘init’), WP_Hook->do_action, WP_Hook->apply_filters, td_subscription::setup_environment, tds_update::update_settings, tds_update::_to_1p5p2”
11/03/2024 21:54:22 WARNING: [pool http://www.radiandradi.com] child 45264 said into stderr: “[11-Mar-2024 20:54:22 UTC] WordPress database error Table ‘sqlxxx.tds_subscriptions’ doesn’t exist for query ALTER TABLE tds_subscriptions ADD payment_details TEXT DEFAULT ” AFTER payment_type made by require(‘wp-blog-header.php’), require_once(‘wp-load.php’), require_once(‘wp-config.php’), require_once(‘wp-settings.php’), do_action(‘init’), WP_Hook->do_action, WP_Hook->apply_filters, td_subscription::setup_environment, tds_update::update_settings, tds_update::_to_1p5p2″
11/03/2024 21:54:22 WARNING: [pool http://www.radiandradi.com] child 45264 said into stderr: “[11-Mar-2024 20:54:22 UTC] WordPress database error Table ‘sqlxxx.tds_subscriptions’ doesn’t exist for query ALTER TABLE tds_subscriptions ADD payment_details TEXT DEFAULT ” AFTER payment_type made by require(‘wp-blog-header.php’), require_once(‘wp-load.php’), require_once(‘wp-config.php’), require_once(‘wp-settings.php’), do_action(‘init’), WP_Hook->do_action, WP_Hook->apply_filters, td_subscription::setup_environment, tds_update::update_settings, tds_update::_to_1p5p2″
11/03/2024 21:54:16 WARNING: [pool http://www.radiandradi.com] child 44379 said into stderr: “[11-Mar-2024 20:54:16 UTC] WordPress database error Table ‘sqlxxx.tds_subscriptions’ doesn’t exist for query DESC tds_subscriptions made by require(‘wp-blog-header.php’), require_once(‘wp-load.php’), require_once(‘wp-config.php’), require_once(‘wp-settings.php’), do_action(‘init’), WP_Hook->do_action, WP_Hook->apply_filters, td_subscription::setup_environment, tds_update::update_settings, tds_update::_to_1p5p2”
11/03/2024 21:54:16 WARNING: [pool http://www.radiandradi.com] child 44379 said into stderr: “[11-Mar-2024 20:54:16 UTC] WordPress database error Table ‘sqlxxx.tds_subscriptions’ doesn’t exist for query ALTER TABLE tds_subscriptions ADD payment_details TEXT DEFAULT ” AFTER payment_type made by require(‘wp-blog-header.php’), require_once(‘wp-load.php’), require_once(‘wp-config.php’), require_once(‘wp-settings.php’), do_action(‘init’), WP_Hook->do_action, WP_Hook->apply_filters, td_subscription::setup_environment, tds_update::update_settings, tds_update::_to_1p5p2″
11/03/2024 21:54:16 WARNING: [pool http://www.radiandradi.com] child 44379 said into stderr: “[11-Mar-2024 20:54:16 UTC] WordPress database error Table ‘sqlxxx.tds_subscriptions’ doesn’t exist for query ALTER TABLE tds_subscriptions ADD payment_details TEXT DEFAULT ” AFTER payment_type made by require(‘wp-blog-header.php’), require_once(‘wp-load.php’), require_once(‘wp-config.php’), require_once(‘wp-settings.php’), do_action(‘init’), WP_Hook->do_action, WP_Hook->apply_filters, td_subscription::setup_environment, tds_update::update_settings, tds_update::_to_1p5p2″
11/03/2024 21:54:15 WARNING: [pool http://www.radiandradi.com] child 45157 said into stderr: “[11-Mar-2024 20:54:15 UTC] WordPress database error Table ‘sqlxxx.tds_plans’ doesn’t exist for query SELECT * FROM tds_plans made by require(‘wp-load.php’), require_once(‘wp-config.php’), require_once(‘wp-settings.php’), include(‘/themes/Newspaper/functions.php’), require_once(‘/themes/Newspaper/includes/wp-booster/tagdiv-wp-booster-functions.php’), do_action(‘td_wp_booster_legacy’), WP_Hook->do_action, WP_Hook->apply_filters, {closure}, require_once(‘/plugins/td-composer/legacy/Newspaper/functions.php’), require_once(‘/plugins/td-composer/legacy/common/wp_booster/td_wp_booster_functions.php’), do_action(‘td_wp_booster_loaded’), WP_Hook->do_action, WP_Hook->apply_filters, tdc_plugin_init, do_action(‘tdc_loaded’), WP_Hook->do_action, WP_Hook->apply_filters, tds_config::on_tdc_loaded, tds_config::get_plans”
11/03/2024 21:54:15 WARNING: [pool http://www.radiandradi.com] child 45157 said into stderr: “[11-Mar-2024 20:54:15 UTC] WordPress database error Table ‘sqlxxx.tds_subscriptions’ doesn’t exist for query DESC tds_subscriptions made by require(‘wp-load.php’), require_once(‘wp-config.php’), require_once(‘wp-settings.php’), do_action(‘init’), WP_Hook->do_action, WP_Hook->apply_filters, td_subscription::setup_environment, tds_update::update_settings, tds_update::_to_1p5p2”
11/03/2024 21:54:15 WARNING: [pool http://www.radiandradi.com] child 45157 said into stderr: “[11-Mar-2024 20:54:15 UTC] WordPress database error Table ‘sqlxxx.tds_subscriptions’ doesn’t exist for query ALTER TABLE tds_subscriptions ADD payment_details TEXT DEFAULT ” AFTER payment_type made by require(‘wp-load.php’), require_once(‘wp-config.php’), require_once(‘wp-settings.php’), do_action(‘init’), WP_Hook->do_action, WP_Hook->apply_filters, td_subscription::setup_environment, tds_update::update_settings, tds_update::_to_1p5p2″
11/03/2024 21:54:15 WARNING: [pool http://www.radiandradi.com] child 45157 said into stderr: “[11-Mar-2024 20:54:15 UTC] WordPress database error Table ‘sqlxxx.tds_subscriptions’ doesn’t exist for query ALTER TABLE tds_subscriptions ADD payment_details TEXT DEFAULT ” AFTER payment_type made by require(‘wp-load.php’), require_once(‘wp-config.php’), require_once(‘wp-settings.php’), do_action(‘init’), WP_Hook->do_action, WP_Hook->apply_filters, td_subscription::setup_environment, tds_update::update_settings, tds_update::_to_1p5p2″
11/03/2024 21:54:15 WARNING: [pool http://www.radiandradi.com] child 44379 said into stderr: “[11-Mar-2024 20:54:15 UTC] WordPress database error Table ‘sqlxxx.tds_plans’ doesn’t exist for query SELECT * FROM tds_plans made by require(‘wp-blog-header.php’), require_once(‘wp-load.php’), require_once(‘wp-config.php’), require_once(‘wp-settings.php’), include(‘/themes/Newspaper/functions.php’), require_once(‘/themes/Newspaper/includes/wp-booster/tagdiv-wp-booster-functions.php’), do_action(‘td_wp_booster_legacy’), WP_Hook->do_action, WP_Hook->apply_filters, {closure}, require_once(‘/plugins/td-composer/legacy/Newspaper/functions.php’), require_once(‘/plugins/td-composer/legacy/common/wp_booster/td_wp_booster_functions.php’), do_action(‘td_wp_booster_loaded’), WP_Hook->do_action, WP_Hook->apply_filters, tdc_plugin_init, do_action(‘tdc_loaded’), WP_Hook->do_action, WP_Hook->apply_filters, tds_config::on_tdc_loaded, tds_config::get_plans”
11/03/2024 21:54:13 WARNING: [pool http://www.radiandradi.com] child 43997 said into stderr: “[11-Mar-2024 20:54:13 UTC] WordPress database error Table ‘sqlxxx.tds_subscriptions’ doesn’t exist for query ALTER TABLE tds_subscriptions ADD payment_details TEXT DEFAULT ” AFTER payment_type made by require(‘wp-load.php’), require_once(‘wp-config.php’), require_once(‘wp-settings.php’), do_action(‘init’), WP_Hook->do_action, WP_Hook->apply_filters, td_subscription::setup_environment, tds_update::update_settings, tds_update::_to_1p5p2″
11/03/2024 21:54:13 WARNING: [pool http://www.radiandradi.com] child 43997 said into stderr: “[11-Mar-2024 20:54:13 UTC] WordPress database error Table ‘sqlxxx.tds_subscriptions’ doesn’t exist for query ALTER TABLE tds_subscriptions ADD payment_details TEXT DEFAULT ” AFTER payment_type made by require(‘wp-load.php’), require_once(‘wp-config.php’), require_once(‘wp-settings.php’), do_action(‘init’), WP_Hook->do_action, WP_Hook->apply_filters, td_subscription::setup_environment, tds_update::update_settings, tds_update::_to_1p5p2″
Hi,
If what is need to to unhook the code from line 205 on /td-composer/legacy/common/wp_booster/td_menu.php when it can be done using the remove_filter('the_content', '$content'); I think that a function similar with this one can be used – https://pastebin.com/mj2fzL6z
Now the code needs to be adjusted and a developer can do it and set the right priorities to get the correct results.
This code can be added in functions.php in a child theme or integrate in a plugin.
I hope this will help you!
Thank you!