- NewsmagAbove footer ads
- NewsmagSmart list ads
- NewsmagArticle ads
- NewsmagSidebar ads
- NewsmagHeader ads
Hi Anamaria,
I have a ACF field on posts that have social links related to each page. In this example I am trying to display them on the page, which works fine but I can access the Composer due to the error. I have to comment out the do_shortcode() line change the template then re-enable it.
I have provided a limited version of the code so you can recreate the problem. The shortcode is added via composer to the page template as a ‘Single External Shortcode’ from composer.
Thank you
Hello,
I know what it seems this is doing can be done using the page builder. But I need to create a custom shortcode as I am dynamically getting the content.
I need to create a custom shortcode using the existing shortcodes from the Newspaper theme. But when I add the content and call do_shortcode() I get the error in the Composer/cloud template builder.
Errors at columns elements: 15(models) : 16(dom). The model does not match the content Current state has involved an issue. You could try an UNDO operation (CTRL+Z / CTRL+SHIFT+Z)
Below is a minimum example of the code:
function custom_shortcode() {
$output = do_shortcode('[tdm_block_socials social_rel="nofollow" tds_social="tds_social3" facebook="https://www.facebook.com/TagDiv/"]');
return $output;
}
add_shortcode('te_social_links', 'custom_shortcode');
How can I update this so I do not get the error and can work with Composer. Additionally where can I also find hooks for the other shortcodes so I can dynamically add the values.
Thank you
After updating, when trying to switch from PHP 7.4 to PHP 8.0, the site breaks. Although the homepage (main page) is fine, whenever I try to access any article, it triggers a critical WordPress error.
The only error that is displayed in the PHP viewer is the following:
Fatal error: Uncaught TypeError: number_format(): Argument #1 ($num) must be of type float, string given in /home/wwaler/public_html/wp-content/plugins/td-social-counter/shortcode/td_block_social_counter.php:1142
Seguimiento de la pila
1.
number_format('XXX')
/home/wwaler/public_html/wp-content/plugins/td-social-counter/shortcode/td_block_social_counter.php:1142
2.
td_block_social_counter->render(Array, '')
/home/wwaler/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_global_blocks.php:27
3.
td_global_blocks::proxy_function(Array, '', 'td_block_social...')
/home/wwaler/public_html/wp-includes/shortcodes.php:355
4.
do_shortcode_tag(Array)
[internal function]:0
5.
preg_replace_callback('/\\[(\\[?)(vc_wid...', 'do_shortcode_ta...', '[vc_widget_side...')
/home/wwaler/public_html/wp-includes/shortcodes.php:227
6.
do_shortcode('[vc_widget_side...')
/home/wwaler/public_html/wp-content/plugins/td-composer/includes/tdc_composer_block.php:279
7.
tdc_composer_block->do_shortcode('[vc_widget_side...')
/home/wwaler/public_html/wp-content/plugins/td-composer/includes/shortcodes/vc_column.php:316
8.
vc_column->render(Array, '[vc_widget_side...')
/home/wwaler/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_global_blocks.php:27
9.
td_global_blocks::proxy_function(Array, '[vc_widget_side...', 'vc_column')
/home/wwaler/public_html/wp-includes/shortcodes.php:355
10.
do_shortcode_tag(Array)
[internal function]:0
11.
preg_replace_callback('/\\[(\\[?)(vc_col...', 'do_shortcode_ta...', '[vc_column widt...')
/home/wwaler/public_html/wp-includes/shortcodes.php:227
12.
do_shortcode('[vc_column widt...')
/home/wwaler/public_html/wp-content/plugins/td-composer/includes/tdc_composer_block.php:279
13.
tdc_composer_block->do_shortcode('[vc_column widt...')
/home/wwaler/public_html/wp-content/plugins/td-composer/includes/shortcodes/vc_row.php:1145
14.
vc_row->render(Array, '[vc_column widt...')
/home/wwaler/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_global_blocks.php:27
15.
td_global_blocks::proxy_function(Array, '[vc_column widt...', 'vc_row')
/home/wwaler/public_html/wp-includes/shortcodes.php:355
16.
do_shortcode_tag(Array)
[internal function]:0
17.
preg_replace_callback('/\\[(\\[?)(vc_row...', 'do_shortcode_ta...', '[vc_row gap="10...')
/home/wwaler/public_html/wp-includes/shortcodes.php:227
18.
do_shortcode('[vc_row gap="10...')
/home/wwaler/public_html/wp-content/plugins/td-composer/includes/tdc_composer_block.php:279
19.
tdc_composer_block->do_shortcode('[vc_row gap="10...')
/home/wwaler/public_html/wp-content/plugins/td-composer/includes/shortcodes/tdc_zone.php:591
20.
tdc_zone->render(Array, '[vc_row gap="10...')
/home/wwaler/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_global_blocks.php:27
21.
td_global_blocks::proxy_function(Array, '[vc_row gap="10...', 'tdc_zone')
/home/wwaler/public_html/wp-includes/shortcodes.php:355
22.
do_shortcode_tag(Array)
[internal function]:0
23.
preg_replace_callback('/\\[(\\[?)(tdc_zo...', 'do_shortcode_ta...', '[tdc_zone type=...')
/home/wwaler/public_html/wp-includes/shortcodes.php:227
24.
do_shortcode('[tdc_zone type=...')
/home/wwaler/public_html/wp-includes/class-wp-hook.php:308
25.
WP_Hook->apply_filters('[tdc_zone type=...', Array)
/home/wwaler/public_html/wp-includes/plugin.php:205
26.
apply_filters('tdb_template_co...', '[tdc_zone type=...')
/home/wwaler/public_html/wp-content/plugins/td-cloud-library/wp_templates/tdb_view_single.php:139
27.
include('/home/wwaler/pu...')
/home/wwaler/public_html/wp-includes/template-loader.php:106
28.
require_once('/home/wwaler/pu...')
/home/wwaler/public_html/wp-blog-header.php:19
29.
require('/home/wwaler/pu...')
/home/wwaler/public_html/index.php:17
30.
{main}
thrown in /home/wwaler/public_html/wp-content/plugins/td-social-counter/shortcode/td_block_social_counter.php on line 1142
Hi, I got this message on some articles on my site. How can I solve it<?
Fatal error: Uncaught ValueError: Unknown format specifier ” ” in /customers/f/3/0/c1d8hzou4/webroots/r521526/wp-content/plugins/td-cloud-library/parts/tdb-comments.php:177 Stack trace: #0 /customers/f/3/0/c1d8hzou4/webroots/r521526/wp-content/plugins/td-cloud-library/parts/tdb-comments.php(177): sprintf(‘Logg inn som %5…’, ‘Thor-Ivar Guldb…’) #1 /customers/f/3/0/c1d8hzou4/webroots/r521526/wp-includes/comment-template.php(1591): require(‘/customers/f/3/…’) #2 /customers/f/3/0/c1d8hzou4/webroots/r521526/wp-content/plugins/td-cloud-library/state/single/tdb_state_single.php(1798): comments_template(‘/comments.php’, true) #3 /customers/f/3/0/c1d8hzou4/webroots/r521526/wp-content/plugins/td-cloud-library/shortcodes/single/tdb_single_comments.php(470): tdb_state_single->{closure}() #4 /customers/f/3/0/c1d8hzou4/webroots/r521526/wp-content/plugins/td-cloud-library/shortcodes/single/tdb_single_comments.php(470): Closure->__invoke() #5 /customers/f/3/0/c1d8hzou4/webroots/r521526/wp-content/plugins/td-composer/legacy/common/wp_booster/td_global_blocks.php(27): tdb_single_comments->render(Array, ”) #6 /customers/f/3/0/c1d8hzou4/webroots/r521526/wp-includes/shortcodes.php(355): td_global_blocks::proxy_function(”, ”, ‘tdb_single_comm…’) #7 [internal function]: do_shortcode_tag(Array) #8 /customers/f/3/0/c1d8hzou4/webroots/r521526/wp-includes/shortcodes.php(227): preg_replace_callback(‘/\\[(\\[?)(vc_sep…’, ‘do_shortcode_ta…’, ‘[tdb_single_cat…’) #9 /customers/f/3/0/c1d8hzou4/webroots/r521526/wp-content/plugins/td-composer/includes/tdc_composer_block.php(279): do_shortcode(‘[tdb_single_cat…’) #10 /customers/f/3/0/c1d8hzou4/webroots/r521526/wp-content/plugins/td-composer/includes/shortcodes/vc_column.php(316): tdc_composer_block->do_shortcode(‘[tdb_single_cat…’) #11 /customers/f/3/0/c1d8hzou4/webroots/r521526/wp-content/plugins/td-composer/legacy/common/wp_booster/td_global_blocks.php(27): vc_column->render(Array, ‘[tdb_single_cat…’) #12 /customers/f/3/0/c1d8hzou4/webroots/r521526/wp-includes/shortcodes.php(355): td_global_blocks::proxy_function(Array, ‘[tdb_single_cat…’, ‘vc_column’) #13 [internal function]: do_shortcode_tag(Array) #14 /customers/f/3/0/c1d8hzou4/webroots/r521526/wp-includes/shortcodes.php(227): preg_replace_callback(‘/\\[(\\[?)(vc_col…’, ‘do_shortcode_ta…’, ‘[vc_column widt…’) #15 /customers/f/3/0/c1d8hzou4/webroots/r521526/wp-content/plugins/td-composer/includes/tdc_composer_block.php(279): do_shortcode(‘[vc_column widt…’) #16 /customers/f/3/0/c1d8hzou4/webroots/r521526/wp-content/plugins/td-composer/includes/shortcodes/vc_row.php(1145): tdc_composer_block->do_shortcode(‘[vc_column widt…’) #17 /customers/f/3/0/c1d8hzou4/webroots/r521526/wp-content/plugins/td-composer/legacy/common/wp_booster/td_global_blocks.php(27): vc_row->render(Array, ‘[vc_column widt…’) #18 /customers/f/3/0/c1d8hzou4/webroots/r521526/wp-includes/shortcodes.php(355): td_global_blocks::proxy_function(Array, ‘[vc_column widt…’, ‘vc_row’) #19 [internal function]: do_shortcode_tag(Array) #20 /customers/f/3/0/c1d8hzou4/webroots/r521526/wp-includes/shortcodes.php(227): preg_replace_callback(‘/\\[(\\[?)(vc_row…’, ‘do_shortcode_ta…’, ‘[vc_row tdc_css…’) #21 /customers/f/3/0/c1d8hzou4/webroots/r521526/wp-content/plugins/td-composer/includes/tdc_composer_block.php(279): do_shortcode(‘[vc_row tdc_css…’) #22 /customers/f/3/0/c1d8hzou4/webroots/r521526/wp-content/plugins/td-composer/includes/shortcodes/tdc_zone.php(591): tdc_composer_block->do_shortcode(‘[vc_row tdc_css…’) #23 /customers/f/3/0/c1d8hzou4/webroots/r521526/wp-content/plugins/td-composer/legacy/common/wp_booster/td_global_blocks.php(27): tdc_zone->render(Array, ‘[vc_row tdc_css…’) #24 /customers/f/3/0/c1d8hzou4/webroots/r521526/wp-includes/shortcodes.php(355): td_global_blocks::proxy_function(Array, ‘[vc_row tdc_css…’, ‘tdc_zone’) #25 [internal function]: do_shortcode_tag(Array) #26 /customers/f/3/0/c1d8hzou4/webroots/r521526/wp-includes/shortcodes.php(227): preg_replace_callback(‘/\\[(\\[?)(tdc_zo…’, ‘do_shortcode_ta…’, ‘[tdc_zone type=…’) #27 /customers/f/3/0/c1d8hzou4/webroots/r521526/wp-includes/class-wp-hook.php(308): do_shortcode(‘[tdc_zone type=…’) #28 /customers/f/3/0/c1d8hzou4/webroots/r521526/wp-includes/plugin.php(205): WP_Hook->apply_filters(‘[tdc_zone type=…’, Array) #29 /customers/f/3/0/c1d8hzou4/webroots/r521526/wp-content/plugins/td-cloud-library/wp_templates/tdb_view_single.php(139): apply_filters(‘tdb_template_co…’, ‘[tdc_zone type=…’) #30 /customers/f/3/0/c1d8hzou4/webroots/r521526/wp-includes/template-loader.php(106): include(‘/customers/f/3/…’) #31 /customers/f/3/0/c1d8hzou4/webroots/r521526/wp-blog-header.php(19): require_once(‘/customers/f/3/…’) #32 /customers/f/3/0/c1d8hzou4/webroots/r521526/index.php(17): require(‘/customers/f/3/…’) #33 {main} thrown in /customers/f/3/0/c1d8hzou4/webroots/r521526/wp-content/plugins/td-cloud-library/parts/tdb-comments.php on line 177
Hello –
I have 2 issues that just happened.
#1
I couldn’t apply a button to get AFC URLs to link to external sites. I tried the{cf_acfname} solution i read in the forum. Worked for 1, but not the rest.
#2 while trying to get the method above to work, I was editting my Services global template(renamed from Custom Post Type CPT – East Coast Check) and got the error below. Now I cannot edit the in the composer for this global template.
can you help out?
Fatal error: Uncaught Error: Class ‘”tds_button3″’ not found in /home1/whatchacatchin/theledger.whatchacatchin.com/wp-content/plugins/td-composer/td-multi-purpose/shortcodes/tdm_block_button.php:243 Stack trace: #0 /home1/whatchacatchin/theledger.whatchacatchin.com/wp-content/plugins/td-composer/legacy/common/wp_booster/td_global_blocks.php(27): tdm_block_button->render(Array, ”) #1 /home1/whatchacatchin/theledger.whatchacatchin.com/wp-includes/shortcodes.php(355): td_global_blocks::proxy_function(Array, ”, ‘tdm_block_butto…’) #2 [internal function]: do_shortcode_tag(Array) #3 /home1/whatchacatchin/theledger.whatchacatchin.com/wp-includes/shortcodes.php(227): preg_replace_callback(‘/\\[(\\[?)(tdm_bl…’, ‘do_shortcode_ta…’, ‘[tdm_block_butt…’) #4 /home1/whatchacatchin/theledger.whatchacatchin.com/wp-content/plugins/td-composer/includes/tdc_composer_block.php(279): do_shortcode(‘[tdm_block_butt…’) #5 /home1/whatchacatchin/theledger.whatchacatchin.com/wp-content/plugins/td-composer/includes/shortcodes/ in /home1/whatchacatchin/theledger.whatchacatchin.com/wp-content/plugins/td-composer/td-multi-purpose/shortcodes/tdm_block_button.php on line 243
Hi Guys,
I’m using a custom shortcode which I place in the sidebar on cloud archive templates and cloud single post templates.
The shortcode works fine with standard pack templates but fails to render anything in cloud templates.
The shortcode is really simple, like this.
if ( is_category(306) || ( is_single() && in_category(306) && !has_tag(array(464,37755)) ) )
{
echo do_shortcode(‘[bsa_pro_ad_space id=”63″ crop=”no”]’);
}
I assume it’s because the categories and tags aren’t being fetched by the cloud templates so is_category or in_category aren’t working properly.
What do I need to do in order for the shortcode to work in cloud templates?
Do I need to declare the queried object id’s somehow?
Thanks
Matt
Update:
That email I was suppose to receive, just found it in my junk. I tried logging in via the ‘recovery link’ they provided and also visiting the error page link, it made no difference. Ultimately the instructions they gave haven’t changed anything and the issue still persists.- It reads the following:
Hi!
Since WordPress 5.2 there is a built-in feature that detects when a plugin or theme causes a fatal error on your site, and notifies you with this automated email.
In this case, WordPress caught an error with one of your plugins, tagDiv Social Counter.
First, visit your website (https://fightgameinsider.com/) and check for any visible issues. Next, visit the page where the error was caught (https://fightgameinsider.com/wp-admin/post.php?post=329&action=edit) and check for any visible issues.
Please contact your host for assistance with investigating this issue further.
If your site appears broken and you can’t access your dashboard normally, WordPress now has a special “recovery mode”. This lets you safely login to your dashboard and investigate further.
To keep your site safe, this link will expire in 1 day. Don’t worry about that, though: a new link will be emailed to you if the error occurs again after it expires.
When seeking help with this issue, you may be asked for some of the following information:
WordPress version 6.1.1
Active theme: Newspaper (version 12.3.1)
Current plugin: tagDiv Social Counter (version 5.3 | built on 24.04.2023 13:52)
PHP version 8.0.27
Error Details
=============
An error of type E_ERROR was caused in line 1142 of the file /var/www/wp-content/plugins/td-social-counter/shortcode/td_block_social_counter.php. Error message: Uncaught TypeError: number_format(): Argument #1 ($num) must be of type float, string given in /var/www/wp-content/plugins/td-social-counter/shortcode/td_block_social_counter.php:1142
Stack trace:
#0 /var/www/wp-content/plugins/td-social-counter/shortcode/td_block_social_counter.php(1142): number_format(‘1,300’)
#1 /var/www/wp-content/plugins/td-composer/legacy/common/wp_booster/td_global_blocks.php(27): td_block_social_counter->render(Array, ”)
#2 /var/www/wp-includes/shortcodes.php(355): td_global_blocks::proxy_function(Array, ”, ‘td_block_social…’)
#3 [internal function]: do_shortcode_tag(Array)
#4 /var/www/wp-includes/shortcodes.php(227): preg_replace_callback(‘/\\[(\\[?)(td_blo…’, ‘do_shortcode_ta…’, ‘[td_block_socia…’)
#5 /var/www/wp-content/plugins/td-composer/includes/tdc_composer_block.php(279): do_shortcode(‘[td_block_socia…’)
#6 /var/www/wp-content/plugins/td-composer/includes/shortcodes/vc_column.php(316): tdc_composer_block->do_shortcode(‘[td_block_socia…’)
#7 /var/www/wp-content/plugins/td-composer/legacy/common/wp_booster/td_global_blocks.php(27): vc_column->render(Array, ‘[td_block_socia…’)
#8 /var/www/wp-includes/shortcodes.php(355): td_global_blocks::proxy_function(Array, ‘[td_block_socia…’, ‘vc_column’)
#9 [internal function]: do_shortcode_tag(Array)
#10 /var/www/wp-includes/shortcodes.php(227): preg_replace_callback(‘/\\[(\\[?)(vc_col…’, ‘do_shortcode_ta…’, ‘[vc_column widt…’)
#11 /var/www/wp-content/plugins/td-composer/includes/tdc_composer_block.php(279): do_shortcode(‘[vc_column widt…’)
#12 /var/www/wp-content/plugins/td-composer/includes/shortcodes/vc_row.php(1145): tdc_composer_block->do_shortcode(‘[vc_column widt…’)
#13 /var/www/wp-content/plugins/td-composer/legacy/common/wp_booster/td_global_blocks.php(27): vc_row->render(Array, ‘[vc_column widt…’)
#14 /var/www/wp-includes/shortcodes.php(355): td_global_blocks::proxy_function(Array, ‘[vc_column widt…’, ‘vc_row’)
#15 [internal function]: do_shortcode_tag(Array)
#16 /var/www/wp-includes/shortcodes.php(227): preg_replace_callback(‘/\\[(\\[?)(vc_row…’, ‘do_shortcode_ta…’, ‘[vc_row tdc_css…’)
#17 /var/www/wp-content/plugins/td-composer/includes/tdc_composer_block.php(279): do_shortcode(‘[vc_row tdc_css…’)
#18 /var/www/wp-content/plugins/td-composer/includes/shortcodes/tdc_zone.php(591): tdc_composer_block->do_shortcode(‘[vc_row tdc_css…’)
#19 /var/www/wp-content/plugins/td-composer/legacy/common/wp_booster/td_global_blocks.php(27): tdc_zone->render(Array, ‘[vc_row tdc_css…’)
#20 /var/www/wp-includes/shortcodes.php(355): td_global_blocks::proxy_function(Array, ‘[vc_row tdc_css…’, ‘tdc_zone’)
#21 [internal function]: do_shortcode_tag(Array)
#22 /var/www/wp-includes/shortcodes.php(227): preg_replace_callback(‘/\\[(\\[?)(tdc_zo…’, ‘do_shortcode_ta…’, ‘[tdc_zone type=…’)
#23 /var/www/wp-includes/class-wp-hook.php(308): do_shortcode(‘[tdc_zone type=…’)
#24 /var/www/wp-includes/plugin.php(205): WP_Hook->apply_filters(‘[tdc_zone type=…’, Array)
#25 /var/www/wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php(1857): apply_filters(‘the_content’, ‘[tdc_zone type=…’)
#26 /var/www/wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php(568): WP_REST_Posts_Controller->prepare_item_for_response(Object(WP_Post), Object(WP_REST_Request))
#27 /var/www/wp-includes/rest-api/class-wp-rest-server.php(1171): WP_REST_Posts_Controller->get_item(Object(WP_REST_Request))
#28 /var/www/wp-includes/rest-api/class-wp-rest-server.php(1018): WP_REST_Server->respond_to_request(Object(WP_REST_Request), ‘/wp/v2/pages/(?…’, Array, NULL)
#29 /var/www/wp-includes/rest-api.php(535): WP_REST_Server->dispatch(Object(WP_REST_Request))
#30 /var/www/wp-includes/rest-api.php(2884): rest_do_request(Object(WP_REST_Request))
#31 [internal function]: rest_preload_api_request(Array, ‘/wp/v2/pages/32…’)
#32 /var/www/wp-includes/block-editor.php(638): array_reduce(Array, ‘rest_preload_ap…’, Array)
#33 /var/www/wp-admin/edit-form-blocks.php(77): block_editor_rest_api_preload(Array, Object(WP_Block_Editor_Context))
#34 /var/www/wp-admin/post.php(187): require(‘/var/www/wp-adm…’)
#35 {main}
thrown
Further to the conversation, I have found a solution. Worth noting for future development of the template.
I’ve just added the line to the bottom of the functions file:
add_filter(‘acf/format_value/type=textarea’, ‘do_shortcode’);
Whilst this has a drawback re all fields matching ‘textarea’ now doing shortcodes, it does seem to work.
A screenshot of the query monitor console next to each post. This problem occurs on all pages with your theme, and I have multiple licenses, the problem is even when I disable all other plugins.
wp-includes/taxonomy.php:4589
get_term_link()
wp-content/plugins/td-composer/legacy/common/wp_booster/td_social_sharing.php:1206
td_social_sharing::get_service_share_info()
wp-content/plugins/td-composer/legacy/common/wp_booster/td_social_sharing.php:1139
td_social_sharing::render_generic()
wp-content/plugins/td-cloud-library/shortcodes/single/tdb_single_post_share.php:387
tdb_single_post_share->render()
wp-content/plugins/td-composer/legacy/common/wp_booster/td_global_blocks.php:27
td_global_blocks::proxy_function()
wp-includes/shortcodes.php:355
do_shortcode_tag()
wp-includes/shortcodes.php:355
preg_replace_callback()
wp-includes/shortcodes.php:227
do_shortcode()
wp-content/plugins/td-composer/includes/tdc_composer_block.php:279
tdc_composer_block->do_shortcode()
wp-content/plugins/td-composer/includes/shortcodes/vc_column.php:316
vc_column->render()
wp-content/plugins/td-composer/legacy/common/wp_booster/td_global_blocks.php:27
td_global_blocks::proxy_function()
wp-includes/shortcodes.php:355
do_shortcode_tag()
wp-includes/shortcodes.php:355
preg_replace_callback()
wp-includes/shortcodes.php:227
do_shortcode()
wp-content/plugins/td-composer/includes/tdc_composer_block.php:279
tdc_composer_block->do_shortcode()
wp-content/plugins/td-composer/includes/shortcodes/vc_row.php:1145
vc_row->render()
wp-content/plugins/td-composer/legacy/common/wp_booster/td_global_blocks.php:27
td_global_blocks::proxy_function()
wp-includes/shortcodes.php:355
do_shortcode_tag()
wp-includes/shortcodes.php:355
preg_replace_callback()
wp-includes/shortcodes.php:227
do_shortcode()
wp-content/plugins/td-composer/includes/tdc_composer_block.php:279
tdc_composer_block->do_shortcode()
wp-content/plugins/td-composer/includes/shortcodes/tdc_zone.php:591
tdc_zone->render()
wp-content/plugins/td-composer/legacy/common/wp_booster/td_global_blocks.php:27
td_global_blocks::proxy_function()
wp-includes/shortcodes.php:355
do_shortcode_tag()
wp-includes/shortcodes.php:355
preg_replace_callback()
wp-includes/shortcodes.php:227
do_shortcode()
wp-includes/class-wp-hook.php:308
apply_filters(‘tdb_template_content’)
wp-content/plugins/td-cloud-library/wp_templates/tdb_view_single.php:139
Hi,
“my account page” is returning this error:
Fatal error: Uncaught ValueError: Unknown format specifier ” ” in C:\Inetpub\vhosts\webmais.pt\arktekscience.com\httpdocs\wp-content\plugins\td-subscription\includes\shortcodes\tds_dashboard.php:77 Stack trace: #0 C:\Inetpub\vhosts\webmais.pt\arktekscience.com\httpdocs\wp-content\plugins\td-subscription\includes\shortcodes\tds_dashboard.php(77): sprintf() #1 C:\Inetpub\vhosts\webmais.pt\arktekscience.com\httpdocs\wp-content\plugins\td-composer\legacy\common\wp_booster\td_global_blocks.php(27): tds_dashboard->render() #2 C:\Inetpub\vhosts\webmais.pt\arktekscience.com\httpdocs\wp-includes\shortcodes.php(355): td_global_blocks::proxy_function() #3 [internal function]: do_shortcode_tag() #4 C:\Inetpub\vhosts\webmais.pt\arktekscience.com\httpdocs\wp-includes\shortcodes.php(227): preg_replace_callback() #5 C:\Inetpub\vhosts\webmais.pt\arktekscience.com\httpdocs\wp-content\plugins\td-subscription\includes\shortcodes\tds_my_account.php(1261): do_shortcode() #6 C:\Inetpub\vhosts\webmais.pt\arktekscience.com\httpdocs\wp-content\plugins\td-composer\legacy\common\wp_booster\td_global_blocks.php(27): tds_my_account->render() #7 C:\Inetpub\vhosts\webmais.pt\arktekscience.com\httpdocs\wp-includes\shortcodes.php(355): td_global_blocks::proxy_function() #8 [internal function]: do_shortcode_tag() #9 C:\Inetpub\vhosts\webmais.pt\arktekscience.com\httpdocs\wp-includes\shortcodes.php(227): preg_replace_callback() #10 C:\Inetpub\vhosts\webmais.pt\arktekscience.com\httpdocs\wp-content\plugins\td-composer\includes\tdc_composer_block.php(278): do_shortcode() #11 C:\Inetpub\vhosts\webmais.pt\arktekscience.com\httpdocs\wp-content\plugins\td-composer\includes\shortcodes\vc_column.php(316): tdc_composer_block->do_shortcode() #12 C:\Inetpub\vhosts\webmais.pt\arktekscience.com\httpdocs\wp-content\plugins\td-composer\legacy\common\wp_booster\td_global_blocks.php(27): vc_column->render() #13 C:\Inetpub\vhosts\webmais.pt\arktekscience.com\httpdocs\wp-includes\shortcodes.php(355): td_global_blocks::proxy_function() #14 [internal function]: do_shortcode_tag() #15 C:\Inetpub\vhosts\webmais.pt\arktekscience.com\httpdocs\wp-includes\shortcodes.php(227): preg_replace_callback() #16 C:\Inetpub\vhosts\webmais.pt\arktekscience.com\httpdocs\wp-content\plugins\td-composer\includes\tdc_composer_block.php(278): do_shortcode() #17 C:\Inetpub\vhosts\webmais.pt\arktekscience.com\httpdocs\wp-content\plugins\td-composer\includes\shortcodes\vc_row.php(1145): tdc_composer_block->do_shortcode() #18 C:\Inetpub\vhosts\webmais.pt\arktekscience.com\httpdocs\wp-content\plugins\td-composer\legacy\common\wp_booster\td_global_blocks.php(27): vc_row->render() #19 C:\Inetpub\vhosts\webmais.pt\arktekscience.com\httpdocs\wp-includes\shortcodes.php(355): td_global_blocks::proxy_function() #20 [internal function]: do_shortcode_tag() #21 C:\Inetpub\vhosts\webmais.pt\arktekscience.com\httpdocs\wp-includes\shortcodes.php(227): preg_replace_callback() #22 C:\Inetpub\vhosts\webmais.pt\arktekscience.com\httpdocs\wp-content\plugins\td-composer\includes\tdc_composer_block.php(278): do_shortcode() #23 C:\Inetpub\vhosts\webmais.pt\arktekscience.com\httpdocs\wp-content\plugins\td-composer\includes\shortcodes\tdc_zone.php(591): tdc_composer_block->do_shortcode() #24 C:\Inetpub\vhosts\webmais.pt\arktekscience.com\httpdocs\wp-content\plugins\td-composer\legacy\common\wp_booster\td_global_blocks.php(27): tdc_zone->render() #25 C:\Inetpub\vhosts\webmais.pt\arktekscience.com\httpdocs\wp-includes\shortcodes.php(355): td_global_blocks::proxy_function() #26 [internal function]: do_shortcode_tag() #27 C:\Inetpub\vhosts\webmais.pt\arktekscience.com\httpdocs\wp-includes\shortcodes.php(227): preg_replace_callback() #28 C:\Inetpub\vhosts\webmais.pt\arktekscience.com\httpdocs\wp-includes\class-wp-hook.php(308): do_shortcode() #29 C:\Inetpub\vhosts\webmais.pt\arktekscience.com\httpdocs\wp-includes\plugin.php(205): WP_Hook->apply_filters() #30 C:\Inetpub\vhosts\webmais.pt\arktekscience.com\httpdocs\wp-includes\post-template.php(255): apply_filters() #31 C:\Inetpub\vhosts\webmais.pt\arktekscience.com\httpdocs\wp-content\plugins\td-standard-pack\Newspaper\page.php(51): the_content() #32 C:\Inetpub\vhosts\webmais.pt\arktekscience.com\httpdocs\wp-includes\template-loader.php(106): include(‘…’) #33 C:\Inetpub\vhosts\webmais.pt\arktekscience.com\httpdocs\wp-blog-header.php(19): require_once(‘…’) #34 C:\Inetpub\vhosts\webmais.pt\arktekscience.com\httpdocs\index.php(17): require(‘…’) #35 {main} thrown in C:\Inetpub\vhosts\webmais.pt\arktekscience.com\httpdocs\wp-content\plugins\td-subscription\includes\shortcodes\tds_dashboard.php on line 77
Ocorreu um erro crítico neste site.
When opening it with the tagDiv Composer
Error at zones: 6(models) : 5(dom). The model does not match the content Current state has involved an issue. You could try an UNDO operation (CTRL+Z / CTRL+SHIFT+Z)
Please advise. Thanks
Hi,
Thanks for helping with this 🙂
So I have rolled the Molongui plugin back to a previous version but now the errors are reporting issues with TD composer and various other plugins.
Here is a sampling of the latest errors:
2023/03/13 20:10:33 [error] 34916#34916: *945829 FastCGI sent in stderr: “PHP message: PHP Warning: Undefined array key “height” in /www/latintradeclone_588/public/wp-content/plugins/td-composer/includes/tdc_util.php on line 112PHP message: PHP Warning: Undefined array key “width” in /www/latintradeclone_588/public/wp-content/plugins/td-composer/includes/tdc_util.php on line 113PHP message: PHP Warning: Undefined array key “height” in /www/latintradeclone_588/public/wp-content/plugins/td-composer/includes/tdc_util.php on line 112PHP message: PHP Warning: Undefined array key “width” in /www/latintradeclone_588/public/wp-content/plugins/td-composer/includes/tdc_util.php on line 113″, client: 191.96.71.188, server: latintrade.com, request: “GET /rankings-and-indexes/ HTTP/1.1”, host: “latintrade.com:57332”
2023/03/13 20:10:08 [error] 34916#34916: *945792 FastCGI sent in stderr: “PHP message: PHP Warning: Undefined array key “height” in /www/latintradeclone_588/public/wp-content/plugins/td-composer/includes/tdc_util.php on line 112PHP message: PHP Warning: Undefined array key “width” in /www/latintradeclone_588/public/wp-content/plugins/td-composer/includes/tdc_util.php on line 113PHP message: PHP Warning: Undefined array key “height” in /www/latintradeclone_588/public/wp-content/plugins/td-composer/includes/tdc_util.php on line 112PHP message: PHP Warning: Undefined array key “width” in /www/latintradeclone_588/public/wp-content/plugins/td-composer/includes/tdc_util.php on line 113″, client: 191.96.71.188, server: latintrade.com, request: “GET /rankings-and-indexes/ HTTP/1.1”, host: “latintrade.com:57332”
2023/03/13 20:09:42 [error] 34916#34916: *945737 FastCGI sent in stderr: “PHP message: PHP Warning: Undefined array key “height” in /www/latintradeclone_588/public/wp-content/plugins/td-composer/includes/tdc_util.php on line 112PHP message: PHP Warning: Undefined array key “width” in /www/latintradeclone_588/public/wp-content/plugins/td-composer/includes/tdc_util.php on line 113PHP message: PHP Warning: Undefined array key “height” in /www/latintradeclone_588/public/wp-content/plugins/td-composer/includes/tdc_util.php on line 112PHP message: PHP Warning: Undefined array key “width” in /www/latintradeclone_588/public/wp-content/plugins/td-composer/includes/tdc_util.php on line 113″, client: 191.96.71.188, server: latintrade.com, request: “GET /rankings-and-indexes/ HTTP/1.1”, host: “latintrade.com:57332”
2023/03/13 20:09:11 [error] 34916#34916: *945683 FastCGI sent in stderr: “PHP message: PHP Warning: Undefined array key “height” in /www/latintradeclone_588/public/wp-content/plugins/td-composer/includes/tdc_util.php on line 112PHP message: PHP Warning: Undefined array key “width” in /www/latintradeclone_588/public/wp-content/plugins/td-composer/includes/tdc_util.php on line 113PHP message: PHP Warning: Undefined array key “height” in /www/latintradeclone_588/public/wp-content/plugins/td-composer/includes/tdc_util.php on line 112PHP message: PHP Warning: Undefined array key “width” in /www/latintradeclone_588/public/wp-content/plugins/td-composer/includes/tdc_util.php on line 113″ while reading response header from upstream, client: 191.96.71.188, server: latintrade.com, request: “GET /rankings-and-indexes/ HTTP/1.1”, upstream: “fastcgi://unix:/var/run/php8.0-fpm-latintradeclone.sock:”, host: “latintrade.com:57332”
2023/03/13 20:06:12 [error] 34916#34916: *945389 FastCGI sent in stderr: “PHP message: PHP Warning: Undefined array key “url” in /www/latintradeclone_588/public/wp-content/plugins/pdf-viewer-for-wordpress/web/viewer-shortcode.php on line 76PHP message: PHP Warning: Undefined array key “url” in /www/latintradeclone_588/public/wp-content/plugins/pdf-viewer-for-wordpress/web/viewer-shortcode.php on line 77PHP message: PHP Warning: Undefined array key “primary-color” in /www/latintradeclone_588/public/wp-content/plugins/pdf-viewer-for-wordpress/web/viewer-shortcode.php on line 80PHP message: PHP Warning: Undefined array key “secondary-color” in /www/latintradeclone_588/public/wp-content/plugins/pdf-viewer-for-wordpress/web/viewer-shortcode.php on line 81PHP message: PHP Warning: Undefined array key “text-color” in /www/latintradeclone_588/public/wp-content/plugins/pdf-viewer-for-wordpress/web/viewer-shortcode.php on line 82PHP message: PHP Warning: Undefined array key “primary-color” in /www/latintradeclone_588/public/wp-content/plugins/pdf-viewer-for-wordpress/includes/scripts.php on line 704PHP message: PHP Warning: Undefined array key “secondary-color” in /www/latintradeclone_588/public/wp-content/plugins/pdf-viewer-for-wordpress/includes/scripts.php on line 705PHP message: PHP Warning: Undefined array key “text-color” in /www/latintradeclone_588/public/wp-content/plugins/pdf-viewer-for-wordpress/includes/scripts.php on line 706″ while reading response header from upstream, client: 52.167.144.78, server: latintrade.com, request: “GET /themencode-pdf-viewer-sc/?lang=es&tnc_pvfw=ZmlsZT1odHRwczovL2xhdGludHJhZGUuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIxLzAyL0xULU1lZGlhLUtpdC0yMDIxLUVORy5wZGYmc2V0dGluZ3M9MTExMTExMTExMTExMTExMTEzMiZsYW5nPWVuLVVT HTTP/1.1”, upstream: “fastcgi://unix:/var/run/php8.0-fpm-latintradeclone.sock:”, host: “latintrade.com:57332”
2023/03/13 19:56:17 [error] 34916#34916: *944533 FastCGI sent in stderr: “PHP message: PHP Fatal error: Uncaught TypeError: Cannot access offset of type string on string in /www/latintradeclone_588/public/wp-content/plugins/pdf-viewer-for-wordpress/includes/pvfw-new-shortcodes.php:34
Stack trace:
#0 /www/latintradeclone_588/public/wp-includes/shortcodes.php(355): tnc_pvfw_embed_shortcode(Array, ”, ‘pvfw-embed’)
#1 [internal function]: do_shortcode_tag(Array)
#2 /www/latintradeclone_588/public/wp-includes/shortcodes.php(227): preg_replace_callback(‘/\\[(\\[?)(pvfw\\-…’, ‘do_shortcode_ta…’, ‘\n[pvfw-embed vi…’)
#3 /www/latintradeclone_588/public/wp-includes/class-wp-hook.php(308): do_shortcode(‘\n[pvfw-embed vi…’)
#4 /www/latintradeclone_588/public/wp-includes/plugin.php(205): WP_Hook->apply_filters(‘\n[pvfw-embed vi…’, Array)
#5 /www/latintradeclone_588/public/wp-content/plugins/td-cloud-library/state/single/tdb_state_single.php(514): apply_filters(‘the_content’, ‘<!– wp:csf-gut…’)
#6 /www/latintradeclone_588/public/wp-content/plugins/td-cloud-library/shor” while reading response header from upstream, client: 77.247.113.132, server: latintrade.com, request: “GET /2022/03/15/latin-trade-magazine-march-2022/ HTTP/1.1”, upstream: “fastcgi://unix:/var/run/php8.0-fpm-latintradeclone.sock:”, host: “latintrade.com:57332”
2023/03/13 19:00:53 [error] 34916#34916: *940065 FastCGI sent in stderr: “PHP message: PHP Warning: Undefined array key “primary-color” in /www/latintradeclone_588/public/wp-content/plugins/pdf-viewer-for-wordpress/includes/scripts.php on line 474PHP message: PHP Warning: Undefined array key “secondary-color” in /www/latintradeclone_588/public/wp-content/plugins/pdf-viewer-for-wordpress/includes/scripts.php on line 475PHP message: PHP Warning: Undefined array key “text-color” in /www/latintradeclone_588/public/wp-content/plugins/pdf-viewer-for-wordpress/includes/scripts.php on line 476″ while reading response header from upstream, client: 66.249.64.191, server: latintrade.com, request: “GET /pdfviewer/english-world-bank-report/?auto_viewer=true HTTP/1.1”, upstream: “fastcgi://unix:/var/run/php8.0-fpm-latintradeclone.sock:”, host: “latintrade.com:57332”, referrer: “https://latintrade.com/2022/10/04/new-approaches-to-closing-the-fiscal-gap-growth-forecast-for-latin-america-and-the-caribbean-economic-review/”
2023/03/13 18:57:28 [error] 34916#34916: *939734 FastCGI sent in stderr: “PHP message: PHP Warning: Undefined array key “height” in /www/latintradeclone_588/public/wp-content/plugins/td-composer/includes/tdc_util.php on line 112PHP message: PHP Warning: Undefined array key “width” in /www/latintradeclone_588/public/wp-content/plugins/td-composer/includes/tdc_util.php on line 113PHP message: PHP Warning: Undefined array key “height” in /www/latintradeclone_588/public/wp-content/plugins/td-composer/includes/tdc_util.php on line 112PHP message: PHP Warning: Undefined array key “width” in /www/latintradeclone_588/public/wp-content/plugins/td-composer/includes/tdc_util.php on line 113″, client: 66.249.64.180, server: latintrade.com, request: “GET /rankings-and-indexes/ HTTP/1.1”, host: “latintrade.com:57332”
2023/03/13 18:45:32 [error] 34916#34916: *938741 FastCGI sent in stderr: “PHP message: PHP Warning: Undefined array key “height” in /www/latintradeclone_588/public/wp-content/plugins/td-composer/includes/tdc_util.php on line 112PHP message: PHP Warning: Undefined array key “width” in /www/latintradeclone_588/public/wp-content/plugins/td-composer/includes/tdc_util.php on line 113PHP message: PHP Warning: Undefined array key “height” in /www/latintradeclone_588/public/wp-content/plugins/td-composer/includes/tdc_util.php on line 112PHP message: PHP Warning: Undefined array key “width” in /www/latintradeclone_588/public/wp-content/plugins/td-composer/includes/tdc_util.php on line 113″ while reading response header from upstream, client: 66.249.64.180, server: latintrade.com, request: “GET /rankings-e-indices/?lang=es HTTP/1.1”, upstream: “fastcgi://unix:/var/run/php8.0-fpm-latintradeclone.sock:”, host: “latintrade.com:57332”
2023/03/13 18:40:36 [error] 34916#34916: *938318 FastCGI sent in stderr: “PHP message: PHP Warning: Undefined array key “primary-color” in /www/latintradeclone_588/public/wp-content/plugins/pdf-viewer-for-wordpress/includes/scripts.php on line 474PHP message: PHP Warning: Undefined array key “secondary-color” in /www/latintradeclone_588/public/wp-content/plugins/pdf-viewer-for-wordpress/includes/scripts.php on line 475PHP message: PHP Warning: Undefined array key “text-color” in /www/latintradeclone_588/public/wp-content/plugins/pdf-viewer-for-wordpress/includes/scripts.php on line 476″ while reading response header from upstream, client: 66.249.64.180, server: latintrade.com, request: “GET /pdfviewer/wtca-prime-office-index-december-2022/?auto_viewer=true HTTP/1.1”, upstream: “fastcgi://unix:/var/run/php8.0-fpm-latintradeclone.sock:”, host: “latintrade.com:57332”, referrer: “https://latintrade.com/2022/11/29/wtca-prime-office-index-latam-december-2022/”
2023/03/13 18:26:14 [error] 34916#34916: *937045 FastCGI sent in stderr: “PHP message: PHP Warning: Attempt to read property “taxonomy” on null in /www/latintradeclone_588/public/wp-content/plugins/sitepress-multilingual-cms/classes/request-handling/redirection/wpml-redirect-by-param.class.php on line 159″ while reading response header from upstream, client: 52.167.144.152, server: latintrade.com, request: “GET /es/brasil-un-socio-natural-de-los-estados-unidos/?cat=88 HTTP/1.1”, upstream: “fastcgi://unix:/var/run/php8.0-fpm-latintradeclone.sock:”, host: “latintrade.com:57332”
2023/03/13 18:19:55 [error] 34916#34916: *936324 FastCGI sent in stderr: “PHP message: PHP Warning: Undefined variable $s_current_view in /www/latintradeclone_588/public/wp-content/plugins/pdf-viewer-for-wordpress/includes/tnc_shortcodes.php on line 274” while reading response header from upstream, client: 159.69.14.129, server: latintrade.com, request: “GET /author/mjlanza/feed/ HTTP/1.1”, upstream: “fastcgi://unix:/var/run/php8.0-fpm-latintradeclone.sock:”, host: “latintrade.com:57332”
2023/03/13 18:16:05 [error] 34916#34916: *935996 FastCGI sent in stderr: “PHP message: PHP Warning: Undefined array key “height” in /www/latintradeclone_588/public/wp-content/plugins/td-composer/includes/tdc_util.php on line 112PHP message: PHP Warning: Undefined array key “width” in /www/latintradeclone_588/public/wp-content/plugins/td-composer/includes/tdc_util.php on line 113PHP message: PHP Warning: Undefined array key “height” in /www/latintradeclone_588/public/wp-content/plugins/td-composer/includes/tdc_util.php on line 112PHP message: PHP Warning: Undefined array key “width” in /www/latintradeclone_588/public/wp-content/plugins/td-composer/includes/tdc_util.php on line 113″ while reading response header from upstream, client: 70.39.246.37, server: latintrade.com, request: “GET /rankings-and-indexes/ HTTP/1.1”, upstream: “fastcgi://unix:/var/run/php8.0-fpm-latintradeclone.sock:”, host: “latintrade.com:57332”
2023/03/13 17:55:31 [error] 34916#34916: *934369 FastCGI sent in stderr: “PHP message: PHP Warning: Undefined array key “height” in /www/latintradeclone_588/public/wp-content/plugins/td-composer/includes/tdc_util.php on line 112PHP message: PHP Warning: Undefined array key “width” in /www/latintradeclone_588/public/wp-content/plugins/td-composer/includes/tdc_util.php on line 113PHP message: PHP Warning: Undefined array key “height” in /www/latintradeclone_588/public/wp-content/plugins/td-composer/includes/tdc_util.php on line 112PHP message: PHP Warning: Undefined array key “width” in /www/latintradeclone_588/public/wp-content/plugins/td-composer/includes/tdc_util.php on line 113″, client: 2804:14c:31:834c:84c3:8899:2793:1814, server: latintrade.com, request: “GET /rankings-and-indexes/ HTTP/1.1”, host: “latintrade.com:57332”, referrer: “https://latintrade.com/rankings-and-indexes/”
2023/03/13 17:55:01 [error] 34916#34916: *934321 FastCGI sent in stderr: “PHP message: PHP Warning: Undefined array key “height” in /www/latintradeclone_588/public/wp-content/plugins/td-composer/includes/tdc_util.php on line 112PHP message: PHP Warning: Undefined array key “width” in /www/latintradeclone_588/public/wp-content/plugins/td-composer/includes/tdc_util.php on line 113PHP message: PHP Warning: Undefined array key “height” in /www/latintradeclone_588/public/wp-content/plugins/td-composer/includes/tdc_util.php on line 112PHP message: PHP Warning: Undefined array key “width” in /www/latintradeclone_588/public/wp-content/plugins/td-composer/includes/tdc_util.php on line 113″, client: 2804:14c:31:834c:84c3:8899:2793:1814, server: latintrade.com, request: “GET /rankings-and-indexes/ HTTP/1.1”, host: “latintrade.com:57332”, referrer: “https://www.google.com/”
2023/03/13 17:47:47 [error] 34916#34916: *933673 FastCGI sent in stderr: “PHP message: PHP Warning: Undefined array key “height” in /www/latintradeclone_588/public/wp-content/plugins/td-composer/includes/tdc_util.php on line 112PHP message: PHP Warning: Undefined array key “width” in /www/latintradeclone_588/public/wp-content/plugins/td-composer/includes/tdc_util.php on line 113PHP message: PHP Warning: Undefined array key “height” in /www/latintradeclone_588/public/wp-content/plugins/td-composer/includes/tdc_util.php on line 112PHP message: PHP Warning: Undefined array key “width” in /www/latintradeclone_588/public/wp-content/plugins/td-composer/includes/tdc_util.php on line 113″, client: 139.59.124.144, server: latintrade.com, request: “GET /rankings-and-indexes/ HTTP/1.1”, host: “latintrade.com:57332”
2023/03/13 17:21:02 [error] 34916#34916: *931530 FastCGI sent in stderr: “PHP message: PHP Warning: Undefined array key “primary-color” in /www/latintradeclone_588/public/wp-content/plugins/pdf-viewer-for-wordpress/includes/scripts.php on line 474PHP message: PHP Warning: Undefined array key “secondary-color” in /www/latintradeclone_588/public/wp-content/plugins/pdf-viewer-for-wordpress/includes/scripts.php on line 475PHP message: PHP Warning: Undefined array key “text-color” in /www/latintradeclone_588/public/wp-content/plugins/pdf-viewer-for-wordpress/includes/scripts.php on line 476″ while reading response header from upstream, client: 3.223.4.145, server: latintrade.com, request: “GET /pdfviewer/lt-magazine-march-2021/?auto_viewer=true HTTP/1.1”, upstream: “fastcgi://unix:/var/run/php8.0-fpm-latintradeclone.sock:”, host: “latintrade.com:57332”, referrer: “https://latintrade.com/2021/03/03/latin-trade-magazine-march-2021/”
2023/03/13 17:11:47 [error] 34916#34916: *930747 FastCGI sent in stderr: “PHP message: PHP Warning: Undefined array key “height” in /www/latintradeclone_588/public/wp-content/plugins/td-composer/includes/tdc_util.php on line 112PHP message: PHP Warning: Undefined array key “width” in /www/latintradeclone_588/public/wp-content/plugins/td-composer/includes/tdc_util.php on line 113PHP message: PHP Warning: Undefined array key “height” in /www/latintradeclone_588/public/wp-content/plugins/td-composer/includes/tdc_util.php on line 112PHP message: PHP Warning: Undefined array key “width” in /www/latintradeclone_588/public/wp-content/plugins/td-composer/includes/tdc_util.php on line 113″ while reading response header from upstream, client: 66.249.64.182, server: latintrade.com, request: “GET /rankings-and-indexes/ HTTP/1.1”, upstream: “fastcgi://unix:/var/run/php8.0-fpm-latintradeclone.sock:”, host: “latintrade.com:57332”
2023/03/13 15:59:27 [error] 34916#34916: *924676 FastCGI sent in stderr: “PHP message: PHP Warning: Undefined array key “height” in /www/latintradeclone_588/public/wp-content/plugins/td-composer/includes/tdc_util.php on line 112PHP message: PHP Warning: Undefined array key “width” in /www/latintradeclone_588/public/wp-content/plugins/td-composer/includes/tdc_util.php on line 113PHP message: PHP Warning: Undefined array key “height” in /www/latintradeclone_588/public/wp-content/plugins/td-composer/includes/tdc_util.php on line 112PHP message: PHP Warning: Undefined array key “width” in /www/latintradeclone_588/public/wp-content/plugins/td-composer/includes/tdc_util.php on line 113″ while reading response header from upstream, client: 5.161.82.159, server: latintrade.com, request: “GET /rankings-e-indices/?lang=es HTTP/1.1”, upstream: “fastcgi://unix:/var/run/php8.0-fpm-latintradeclone.sock:”, host: “latintrade.com:57332”
2023/03/13 15:53:35 [error] 34916#34916: *924289 access forbidden by rule, client: 151.80.36.224, server: latintrade.com, request: “GET /.git/HEAD HTTP/1.1”, host: “latintrade.com:57332”
2023/03/13 15:36:18 [error] 34916#34916: *922910 FastCGI sent in stderr: “PHP message: PHP Warning: Undefined array key “primary-color” in /www/latintradeclone_588/public/wp-content/plugins/pdf-viewer-for-wordpress/includes/scripts.php on line 474PHP message: PHP Warning: Undefined array key “secondary-color” in /www/latintradeclone_588/public/wp-content/plugins/pdf-viewer-for-wordpress/includes/scripts.php on line 475PHP message: PHP Warning: Undefined array key “text-color” in /www/latintradeclone_588/public/wp-content/plugins/pdf-viewer-for-wordpress/includes/scripts.php on line 476″ while reading response header from upstream, client: 216.244.66.195, server: latintrade.com, request: “GET /pdfviewer/lt-magazine-february-2023/?auto_viewer=true HTTP/1.1”, upstream: “fastcgi://unix:/var/run/php8.0-fpm-latintradeclone.sock:”, host: “latintrade.com:57332”
2023/03/13 15:31:50 [error] 34916#34916: *922549 FastCGI sent in stderr: “PHP message: PHP Warning: Undefined array key 2 in /www/latintradeclone_588/public/wp-content/plugins/woocommerce-memberships/src/class-wc-memberships-capabilities.php on line 92” while reading response header from upstream, client: 94.130.239.132, server: latintrade.com, request: “GET /tag/podcasts/feed/ HTTP/1.1”, upstream: “fastcgi://unix:/var/run/php8.0-fpm-latintradeclone.sock:”, host: “latintrade.com:57332”
2023/03/13 15:17:45 [error] 34916#34916: *921348 FastCGI sent in stderr: “PHP message: PHP Warning: Undefined array key “primary-color” in /www/latintradeclone_588/public/wp-content/plugins/pdf-viewer-for-wordpress/includes/scripts.php on line 474PHP message: PHP Warning: Undefined array key “secondary-color” in /www/latintradeclone_588/public/wp-content/plugins/pdf-viewer-for-wordpress/includes/scripts.php on line 475PHP message: PHP Warning: Undefined array key “text-color” in /www/latintradeclone_588/public/wp-content/plugins/pdf-viewer-for-wordpress/includes/scripts.php on line 476″ while reading response header from upstream, client: 181.51.42.231, server: latintrade.com, request: “GET /pdfviewer/lt-magazine-february-2023/?auto_viewer=true HTTP/1.1”, upstream: “fastcgi://unix:/var/run/php8.0-fpm-latintradeclone.sock:”, host: “latintrade.com:57332”, referrer: “https://latintrade.com/2023/03/03/lt-magazine-february-2023/”
2023/03/13 15:17:44 [error] 34916#34916: *921338 FastCGI sent in stderr: “PHP message: PHP Warning: Undefined array key “auto_viewer” in /www/latintradeclone_588/public/wp-content/plugins/pdf-viewer-for-wordpress/includes/helper-functions.php on line 399PHP message: PHP Warning: Undefined array key “primary-color” in /www/latintradeclone_588/public/wp-content/plugins/pdf-viewer-for-wordpress/includes/scripts.php on line 474PHP message: PHP Warning: Undefined array key “secondary-color” in /www/latintradeclone_588/public/wp-content/plugins/pdf-viewer-for-wordpress/includes/scripts.php on line 475PHP message: PHP Warning: Undefined array key “text-color” in /www/latintradeclone_588/public/wp-content/plugins/pdf-viewer-for-wordpress/includes/scripts.php on line 476PHP message: PHP Warning: foreach() argument must be of type array|object, null given in /www/latintradeclone_588/public/wp-content/plugins/sitepress-multilingual-cms/sitepress.class.php on line 3028PHP message: PHP Warning: foreach() argument must be of type array|object, null given in /www/latintradeclone_588/public/wp-content/plugins/woocommerce-multilingual/inc/class-wcml-store-pages.php on line 325″ while reading response header from upstream, client: 181.51.42.231, server: latintrade.com, request: “GET /pdfviewer/lt-magazine-february-2023/ HTTP/1.1”, upstream: “fastcgi://unix:/var/run/php8.0-fpm-latintradeclone.sock:”, host: “latintrade.com:57332”, referrer: “https://latintrade.com/2023/03/03/lt-magazine-february-2023/”
2023/03/13 15:16:24 [error] 34916#34916: *921239 FastCGI sent in stderr: “PHP message: PHP Warning: Undefined array key “primary-color” in /www/latintradeclone_588/public/wp-content/plugins/pdf-viewer-for-wordpress/includes/scripts.php on line 474PHP message: PHP Warning: Undefined array key “secondary-color” in /www/latintradeclone_588/public/wp-content/plugins/pdf-viewer-for-wordpress/includes/scripts.php on line 475PHP message: PHP Warning: Undefined array key “text-color” in /www/latintradeclone_588/public/wp-content/plugins/pdf-viewer-for-wordpress/includes/scripts.php on line 476″ while reading response header from upstream, client: 2804:14c:2b:9431:592f:aba6:e9bb:3899, server: latintrade.com, request: “GET /pdfviewer/lt-magazine-february-2023/?auto_viewer=true HTTP/1.1”, upstream: “fastcgi://unix:/var/run/php8.0-fpm-latintradeclone.sock:”, host: “latintrade.com:57332”, referrer: “https://latintrade.com/2023/03/03/lt-magazine-february-2023/”
2023/03/13 15:16:23 [error] 34916#34916: *921238 FastCGI sent in stderr: “PHP message: PHP Warning: Undefined array key “auto_viewer” in /www/latintradeclone_588/public/wp-content/plugins/pdf-viewer-for-wordpress/includes/helper-functions.php on line 399PHP message: PHP Warning: Undefined array key “primary-color” in /www/latintradeclone_588/public/wp-content/plugins/pdf-viewer-for-wordpress/includes/scripts.php on line 474PHP message: PHP Warning: Undefined array key “secondary-color” in /www/latintradeclone_588/public/wp-content/plugins/pdf-viewer-for-wordpress/includes/scripts.php on line 475PHP message: PHP Warning: Undefined array key “text-color” in /www/latintradeclone_588/public/wp-content/plugins/pdf-viewer-for-wordpress/includes/scripts.php on line 476PHP message: PHP Warning: foreach() argument must be of type array|object, null given in /www/latintradeclone_588/public/wp-content/plugins/sitepress-multilingual-cms/sitepress.class.php on line 3028PHP message: PHP Warning: foreach() argument must be of type array|object, null given in /www/latintradeclone_588/public/wp-content/plugins/woocommerce-multilingual/inc/class-wcml-store-pages.php on line 325″, client: 2804:14c:2b:9431:592f:aba6:e9bb:3899, server: latintrade.com, request: “GET /pdfviewer/lt-magazine-february-2023/ HTTP/1.1”, host: “latintrade.com:57332”, referrer: “https://latintrade.com/2023/03/03/lt-magazine-february-2023/”
2023/03/13 15:15:22 [error] 34916#34916: *921121 FastCGI sent in stderr: “PHP message: PHP Warning: Undefined array key “primary-color” in /www/latintradeclone_588/public/wp-content/plugins/pdf-viewer-for-wordpress/includes/scripts.php on line 474PHP message: PHP Warning: Undefined array key “secondary-color” in /www/latintradeclone_588/public/wp-content/plugins/pdf-viewer-for-wordpress/includes/scripts.php on line 475PHP message: PHP Warning: Undefined array key “text-color” in /www/latintradeclone_588/public/wp-content/plugins/pdf-viewer-for-wordpress/includes/scripts.php on line 476″ while reading response header from upstream, client: 35.173.49.46, server: latintrade.com, request: “GET /pdfviewer/lt-magazine-february-2023/?auto_viewer=true HTTP/1.1”, upstream: “fastcgi://unix:/var/run/php8.0-fpm-latintradeclone.sock:”, host: “latintrade.com:57332”, referrer: “https://latintrade.com/2023/03/03/lt-magazine-february-2023/”
2023/03/13 15:15:22 [error] 34916#34916: *921120 FastCGI sent in stderr: “PHP message: PHP Warning: Undefined array key “auto_viewer” in /www/latintradeclone_588/public/wp-content/plugins/pdf-viewer-for-wordpress/includes/helper-functions.php on line 399PHP message: PHP Warning: Undefined array key “primary-color” in /www/latintradeclone_588/public/wp-content/plugins/pdf-viewer-for-wordpress/includes/scripts.php on line 474PHP message: PHP Warning: Undefined array key “secondary-color” in /www/latintradeclone_588/public/wp-content/plugins/pdf-viewer-for-wordpress/includes/scripts.php on line 475PHP message: PHP Warning: Undefined array key “text-color” in /www/latintradeclone_588/public/wp-content/plugins/pdf-viewer-for-wordpress/includes/scripts.php on line 476PHP message: PHP Warning: foreach() argument must be of type array|object, null given in /www/latintradeclone_588/public/wp-content/plugins/sitepress-multilingual-cms/sitepress.class.php on line 3028PHP message: PHP Warning: foreach() argument must be of type array|object, null given in /www/latintradeclone_588/public/wp-content/plugins/woocommerce-multilingual/inc/class-wcml-store-pages.php on line 325″, client: 35.173.49.46, server: latintrade.com, request: “GET /pdfviewer/lt-magazine-february-2023/ HTTP/1.1”, host: “latintrade.com:57332”, referrer: “https://latintrade.com/2023/03/03/lt-magazine-february-2023/”
2023/03/13 15:15:19 [error] 34920#34920: *921063 FastCGI sent in stderr: “PHP message: PHP Warning: Undefined array key “primary-color” in /www/latintradeclone_588/public/wp-content/plugins/pdf-viewer-for-wordpress/includes/scripts.php on line 474PHP message: PHP Warning: Undefined array key “secondary-color” in /www/latintradeclone_588/public/wp-content/plugins/pdf-viewer-for-wordpress/includes/scripts.php on line 475PHP message: PHP Warning: Undefined array key “text-color” in /www/latintradeclone_588/public/wp-content/plugins/pdf-viewer-for-wordpress/includes/scripts.php on line 476″ while reading response header from upstream, client: 2804:14c:2b:9431:592f:aba6:e9bb:3899, server: latintrade.com, request: “GET /pdfviewer/lt-magazine-february-2023/?auto_viewer=true HTTP/1.1”, upstream: “fastcgi://unix:/var/run/php8.0-fpm-latintradeclone.sock:”, host: “latintrade.com:57332”, referrer: “https://latintrade.com/2023/03/03/lt-magazine-february-2023/”
2023/03/13 15:15:18 [error] 34916#34916: *921061 FastCGI sent in stderr: “PHP message: PHP Warning: Undefined array key “auto_viewer” in /www/latintradeclone_588/public/wp-content/plugins/pdf-viewer-for-wordpress/includes/helper-functions.php on line 399PHP message: PHP Warning: Undefined array key “primary-color” in /www/latintradeclone_588/public/wp-content/plugins/pdf-viewer-for-wordpress/includes/scripts.php on line 474PHP message: PHP Warning: Undefined array key “secondary-color” in /www/latintradeclone_588/public/wp-content/plugins/pdf-viewer-for-wordpress/includes/scripts.php on line 475PHP message: PHP Warning: Undefined array key “text-color” in /www/latintradeclone_588/public/wp-content/plugins/pdf-viewer-for-wordpress/includes/scripts.php on line 476PHP message: PHP Warning: foreach() argument must be of type array|object, null given in /www/latintradeclone_588/public/wp-content/plugins/sitepress-multilingual-cms/sitepress.class.php on line 3028PHP message: PHP Warning: foreach() argument must be of type array|object, null given in /www/latintradeclone_588/public/wp-content/plugins/woocommerce-multilingual/inc/class-wcml-store-pages.php on line 325″ while reading response header from upstream, client: 2804:14c:2b:9431:592f:aba6:e9bb:3899, server: latintrade.com, request: “GET /pdfviewer/lt-magazine-february-2023/ HTTP/1.1”, upstream: “fastcgi://unix:/var/run/php8.0-fpm-latintradeclone.sock:”, host: “latintrade.com:57332”, referrer: “https://latintrade.com/2023/03/03/lt-magazine-february-2023/”
2023/03/13 15:10:40 [error] 34916#34916: *920693 FastCGI sent in stderr: “PHP message: PHP Warning: Attempt to read property “parent” on null in /www/latintradeclone_588/public/wp-content/plugins/wordpress-seo/src/builders/indexable-hierarchy-builder.php on line 328PHP message: PHP Warning: Attempt to read property “term_id” on null in /www/latintradeclone_588/public/wp-content/plugins/wordpress-seo/src/builders/indexable-hierarchy-builder.php on line 222″ while reading response header from upstream, client: 51.222.253.10, server: latintrade.com, request: “GET /tag/statistics-es/?lang=es HTTP/1.1”, upstream: “fastcgi://unix:/var/run/php8.0-fpm-latintradeclone.sock:”, host: “latintrade.com:57332”
2023/03/13 15:03:18 [error] 34916#34916: *920073 FastCGI sent in stderr: “PHP message: PHP Warning: Undefined array key “height” in /www/latintradeclone_588/public/wp-content/plugins/td-composer/includes/tdc_util.php on line 112PHP message: PHP Warning: Undefined array key “width” in /www/latintradeclone_588/public/wp-content/plugins/td-composer/includes/tdc_util.php on line 113PHP message: PHP Warning: Undefined array key “height” in /www/latintradeclone_588/public/wp-content/plugins/td-composer/includes/tdc_util.php on line 112PHP message: PHP Warning: Undefined array key “width” in /www/latintradeclone_588/public/wp-content/plugins/td-composer/includes/tdc_util.php on line 113″ while reading response header from upstream, client: 114.119.140.27, server: latintrade.com, request: “GET /rankings-and-indexes/ HTTP/1.1”, upstream: “fastcgi://unix:/var/run/php8.0-fpm-latintradeclone.sock:”, host: “latintrade.com:57332”
2023/03/13 15:03:11 [error] 34916#34916: *920056 FastCGI sent in stderr: “PHP message: PHP Warning: Undefined array key “primary-color” in /www/latintradeclone_588/public/wp-content/plugins/pdf-viewer-for-wordpress/includes/scripts.php on line 474PHP message: PHP Warning: Undefined array key “secondary-color” in /www/latintradeclone_588/public/wp-content/plugins/pdf-viewer-for-wordpress/includes/scripts.php on line 475PHP message: PHP Warning: Undefined array key “text-color” in /www/latintradeclone_588/public/wp-content/plugins/pdf-viewer-for-wordpress/includes/scripts.php on line 476″ while reading response header from upstream, client: 66.249.64.191, server: latintrade.com, request: “GET /pdfviewer/english-world-bank-report/?auto_viewer=true HTTP/1.1”, upstream: “fastcgi://unix:/var/run/php8.0-fpm-latintradeclone.sock:”, host: “latintrade.com:57332”, referrer: “https://latintrade.com/2022/10/04/new-approaches-to-closing-the-fiscal-gap-growth-forecast-for-latin-america-and-the-caribbean-economic-review/”
2023/03/13 15:00:45 [error] 34916#34916: *919792 FastCGI sent in stderr: “PHP message: PHP Warning: Undefined variable $s_current_view in /www/latintradeclone_588/public/wp-content/plugins/pdf-viewer-for-wordpress/includes/tnc_shortcodes.php on line 274” while reading response header from upstream, client: 107.20.93.156, server: latintrade.com, request: “GET /author/mjlanza/feed/ HTTP/1.1”, upstream: “fastcgi://unix:/var/run/php8.0-fpm-latintradeclone.sock:”, host: “latintrade.com:57332”, referrer: “https://www.google.com/”
2023/03/13 14:54:53 [error] 34916#34916: *919098 FastCGI sent in stderr: “PHP message: PHP Warning: Attempt to read property “taxonomy” on null in /www/latintradeclone_588/public/wp-content/plugins/sitepress-multilingual-cms/classes/request-handling/redirection/wpml-redirect-by-param.class.php on line 159″ while reading response header from upstream, client: 216.244.66.195, server: latintrade.com, request: “GET /2006/10/16/mcmillan-panama-canal-expansion-healthy-for-global-trade/?cat=123&v=1d20b5ff1ee9 HTTP/1.1”, upstream: “fastcgi://unix:/var/run/php8.0-fpm-latintradeclone.sock:”, host: “latintrade.com:57332”
2023/03/13 14:46:10 [error] 34916#34916: *918371 FastCGI sent in stderr: “PHP message: PHP Warning: Undefined array key “primary-color” in /www/latintradeclone_588/public/wp-content/plugins/pdf-viewer-for-wordpress/includes/scripts.php on line 474PHP message: PHP Warning: Undefined array key “secondary-color” in /www/latintradeclone_588/public/wp-content/plugins/pdf-viewer-for-wordpress/includes/scripts.php on line 475PHP message: PHP Warning: Undefined array key “text-color” in /www/latintradeclone_588/public/wp-content/plugins/pdf-viewer-for-wordpress/includes/scripts.php on line 476″ while reading response header from upstream, client: 66.249.64.180, server: latintrade.com, request: “GET /pdfviewer/lt-magazine-january-2017/?auto_viewer=true HTTP/1.1”, upstream: “fastcgi://unix:/var/run/php8.0-fpm-latintradeclone.sock:”, host: “latintrade.com:57332”, referrer: “https://latintrade.com/2017/01/03/latin-trade-magazine-january-2017/”
2023/03/13 14:45:53 [error] 34916#34916: *918351 FastCGI sent in stderr: “PHP message: PHP Warning: Attempt to read property “taxonomy” on null in /www/latintradeclone_588/public/wp-content/plugins/sitepress-multilingual-cms/classes/request-handling/redirection/wpml-redirect-by-param.class.php on line 159″ while reading response header from upstream, client: 207.46.13.209, server: latintrade.com, request: “GET /es/ecuador-two-cases-same-system/?cat=118 HTTP/1.1”, upstream: “fastcgi://unix:/var/run/php8.0-fpm-latintradeclone.sock:”, host: “latintrade.com:57332”
2023/03/13 14:44:17 [error] 34916#34916: *918210 FastCGI sent in stderr: “PHP message: PHP Warning: Undefined array key “primary-color” in /www/latintradeclone_588/public/wp-content/plugins/pdf-viewer-for-wordpress/includes/scripts.php on line 474PHP message: PHP Warning: Undefined array key “secondary-color” in /www/latintradeclone_588/public/wp-content/plugins/pdf-viewer-for-wordpress/includes/scripts.php on line 475PHP message: PHP Warning: Undefined array key “text-color” in /www/latintradeclone_588/public/wp-content/plugins/pdf-viewer-for-wordpress/includes/scripts.php on line 476″ while reading response header from upstream, client: 66.249.64.186, server: latintrade.com, request: “GET /pdfviewer/wtca-prime-office-index-december-2022/?auto_viewer=true HTTP/1.1”, upstream: “fastcgi://unix:/var/run/php8.0-fpm-latintradeclone.sock:”, host: “latintrade.com:57332”, referrer: “https://latintrade.com/2022/11/29/wtca-prime-office-index-latam-december-2022/”
2023/03/13 14:26:23 [error] 34916#34916: *916429 FastCGI sent in stderr: “PHP message: PHP Warning: Undefined array key “primary-color” in /www/latintradeclone_588/public/wp-content/plugins/pdf-viewer-for-wordpress/includes/scripts.php on line 474PHP message: PHP Warning: Undefined array key “secondary-color” in /www/latintradeclone_588/public/wp-content/plugins/pdf-viewer-for-wordpress/includes/scripts.php on line 475PHP message: PHP Warning: Undefined array key “text-color” in /www/latintradeclone_588/public/wp-content/plugins/pdf-viewer-for-wordpress/includes/scripts.php on line 476″ while reading response header from upstream, client: 17.22.237.83, server: latintrade.com, request: “GET /pdfviewer/english-world-bank-report/?auto_viewer=true HTTP/1.1”, upstream: “fastcgi://unix:/var/run/php8.0-fpm-latintradeclone.sock:”, host: “latintrade.com:57332”, referrer: “https://latintrade.com/2022/10/04/new-approaches-to-closing-the-fiscal-gap-growth-forecast-for-latin-america-and-the-caribbean-economic-review/”
2023/03/13 14:15:48 [error] 34916#34916: *915444 FastCGI sent in stderr: “PHP message: PHP Fatal error: Uncaught TypeError: Cannot access offset of type string on string in /www/latintradeclone_588/public/wp-content/plugins/pdf-viewer-for-wordpress/includes/pvfw-new-shortcodes.php:34
Stack trace:
#0 /www/latintradeclone_588/public/wp-includes/shortcodes.php(355): tnc_pvfw_embed_shortcode(Array, ”, ‘pvfw-embed’)
#1 [internal function]: do_shortcode_tag(Array)
#2 /www/latintradeclone_588/public/wp-includes/shortcodes.php(227): preg_replace_callback(‘/\\[(\\[?)(pvfw\\-…’, ‘do_shortcode_ta…’, ‘\n[pvfw-embed vi…’)
#3 /www/latintradeclone_588/public/wp-includes/class-wp-hook.php(308): do_shortcode(‘\n[pvfw-embed vi…’)
#4 /www/latintradeclone_588/public/wp-includes/plugin.php(205): WP_Hook->apply_filters(‘\n[pvfw-embed vi…’, Array)
#5 /www/latintradeclone_588/public/wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php(1857): apply_filters(‘the_content’, ‘<!– wp:csf-gut…’)
#6 /www/latintradeclone_588/public/wp-includes/rest-api/endpoints/class-wp-res” while reading response header from upstream, client: 64.124.8.38, server: latintrade.com, request: “GET /wp-json/wp/v2/posts/119480 HTTP/1.1”, upstream: “fastcgi://unix:/var/run/php8.0-fpm-latintradeclone.sock:”, host: “latintrade.com:57332”
2023/03/13 14:08:48 [error] 34916#34916: *914592 FastCGI sent in stderr: “PHP message: PHP Warning: Attempt to read property “taxonomy” on null in /www/latintradeclone_588/public/wp-content/plugins/sitepress-multilingual-cms/classes/request-handling/redirection/wpml-redirect-by-param.class.php on line 159″ while reading response header from upstream, client: 216.244.66.195, server: latintrade.com, request: “GET /2013/10/24/as-argentines-head-to-the-polls-dont-expect-change/?cat=112&v=1d20b5ff1ee9 HTTP/1.1”, upstream: “fastcgi://unix:/var/run/php8.0-fpm-latintradeclone.sock:”, host: “latintrade.com:57332”
2023/03/13 13:50:03 [error] 34916#34916: *912475 FastCGI sent in stderr: “PHP message: PHP Warning: Undefined array key “height” in /www/latintradeclone_588/public/wp-content/plugins/td-composer/includes/tdc_util.php on line 112PHP message: PHP Warning: Undefined array key “width” in /www/latintradeclone_588/public/wp-content/plugins/td-composer/includes/tdc_util.php on line 113PHP message: PHP Warning: Undefined array key “height” in /www/latintradeclone_588/public/wp-content/plugins/td-composer/includes/tdc_util.php on line 112PHP message: PHP Warning: Undefined array key “width” in /www/latintradeclone_588/public/wp-content/plugins/td-composer/includes/tdc_util.php on line 113″ while reading response header from upstream, client: 181.224.250.149, server: latintrade.com, request: “GET /rankings-and-indexes/ HTTP/1.1”, upstream: “fastcgi://unix:/var/run/php8.0-fpm-latintradeclone.sock:”, host: “latintrade.com:57332”
2023/03/13 13:23:11 [error] 34916#34916: *909483 FastCGI sent in stderr: “PHP message: PHP Warning: Attempt to read property “taxonomy” on null in /www/latintradeclone_588/public/wp-content/plugins/sitepress-multilingual-cms/classes/request-handling/redirection/wpml-redirect-by-param.class.php on line 159″ while reading response header from upstream, client: 216.244.66.195, server: latintrade.com, request: “GET /2016/01/22/5-powerful-ideas-for-global-impact-from-social-entrepreneurs-part-4/?cat=124&v=1d20b5ff1ee9 HTTP/1.1”, upstream: “fastcgi://unix:/var/run/php8.0-fpm-latintradeclone.sock:”, host: “latintrade.com:57332”
2023/03/13 13:23:07 [error] 34916#34916: *909480 FastCGI sent in stderr: “PHP message: PHP Warning: Attempt to read property “taxonomy” on null in /www/latintradeclone_588/public/wp-content/plugins/sitepress-multilingual-cms/classes/request-handling/redirection/wpml-redirect-by-param.class.php on line 159″ while reading response header from upstream, client: 216.244.66.195, server: latintrade.com, request: “GET /2016/01/20/five-powerful-ideas-for-global-impact-from-social-entrepreneurs/?cat=104&v=1d20b5ff1ee9 HTTP/1.1”, upstream: “fastcgi://unix:/var/run/php8.0-fpm-latintradeclone.sock:”, host: “latintrade.com:57332”
2023/03/13 13:22:56 [error] 34916#34916: *909445 FastCGI sent in stderr: “PHP message: PHP Warning: Attempt to read property “taxonomy” on null in /www/latintradeclone_588/public/wp-content/plugins/sitepress-multilingual-cms/classes/request-handling/redirection/wpml-redirect-by-param.class.php on line 159″ while reading response header from upstream, client: 216.244.66.195, server: latintrade.com, request: “GET /2014/08/19/top-50-ports-a-poor-year-for-the-caribbean-basin-and-transshipment-activity/?cat=86&v=1d20b5ff1ee9 HTTP/1.1”, upstream: “fastcgi://unix:/var/run/php8.0-fpm-latintradeclone.sock:”, host: “latintrade.com:57332”
2023/03/13 13:21:16 [error] 34916#34916: *909290 FastCGI sent in stderr: “PHP message: PHP Warning: Attempt to read property “taxonomy” on null in /www/latintradeclone_588/public/wp-content/plugins/sitepress-multilingual-cms/classes/request-handling/redirection/wpml-redirect-by-param.class.php on line 159″ while reading response header from upstream, client: 216.244.66.195, server: latintrade.com, request: “GET /2007/07/16/latin-american-tourism-2006receipts-by-country/?cat=125&v=1d20b5ff1ee9 HTTP/1.1”, upstream: “fastcgi://unix:/var/run/php8.0-fpm-latintradeclone.sock:”, host: “latintrade.com:57332”
2023/03/13 13:20:14 [error] 34916#34916: *909154 FastCGI sent in stderr: “PHP message: PHP Warning: Attempt to read property “taxonomy” on null in /www/latintradeclone_588/public/wp-content/plugins/sitepress-multilingual-cms/classes/request-handling/redirection/wpml-redirect-by-param.class.php on line 159″ while reading response header from upstream, client: 216.244.66.195, server: latintrade.com, request: “GET /2015/12/03/car-sales-brazil-sputters-mexico-revs-up/?cat=110&v=1d20b5ff1ee9 HTTP/1.1”, upstream: “fastcgi://unix:/var/run/php8.0-fpm-latintradeclone.sock:”, host: “latintrade.com:57332”
2023/03/13 13:19:01 [error] 34916#34916: *908987 FastCGI sent in stderr: “PHP message: PHP Warning: Attempt to read property “taxonomy” on null in /www/latintradeclone_588/public/wp-content/plugins/sitepress-multilingual-cms/classes/request-handling/redirection/wpml-redirect-by-param.class.php on line 159″ while reading response header from upstream, client: 216.244.66.195, server: latintrade.com, request: “GET /2009/12/29/latin-technology-outlook-recovery-growth/?cat=124&v=1d20b5ff1ee9 HTTP/1.1”, upstream: “fastcgi://unix:/var/run/php8.0-fpm-latintradeclone.sock:”, host: “latintrade.com:57332”
2023/03/13 13:18:53 [error] 34916#34916: *909010 FastCGI sent in stderr: “PHP message: PHP Warning: Attempt to read property “taxonomy” on null in /www/latintradeclone_588/public/wp-content/plugins/sitepress-multilingual-cms/classes/request-handling/redirection/wpml-redirect-by-param.class.php on line 159″ while reading response header from upstream, client: 216.244.66.195, server: latintrade.com, request: “GET /2009/03/27/latin-america-disputes-qa/?cat=118&v=1d20b5ff1ee9 HTTP/1.1”, upstream: “fastcgi://unix:/var/run/php8.0-fpm-latintradeclone.sock:”, host: “latintrade.com:57332”
2023/03/13 13:18:50 [error] 34916#34916: *908997 FastCGI sent in stderr: “PHP message: PHP Warning: Attempt to read property “taxonomy” on null in /www/latintradeclone_588/public/wp-content/plugins/sitepress-multilingual-cms/classes/request-handling/redirection/wpml-redirect-by-param.class.php on line 159″ while reading response header from upstream, client: 216.244.66.195, server: latintrade.com, request: “GET /2009/01/21/latin-mas-top25-financial-advisors-2008/?cat=112&v=1d20b5ff1ee9 HTTP/1.1”, upstream: “fastcgi://unix:/var/run/php8.0-fpm-latintradeclone.sock:”, host: “latintrade.com:57332”
2023/03/13 13:18:47 [error] 34916#34916: *909026 FastCGI sent in stderr: “PHP message: PHP Warning: Attempt to read property “taxonomy” on null in /www/latintradeclone_588/public/wp-content/plugins/sitepress-multilingual-cms/classes/request-handling/redirection/wpml-redirect-by-param.class.php on line 159″ while reading response header from upstream, client: 216.244.66.195, server: latintrade.com, request: “GET /2008/10/15/alicorp-eyes-latin-expansion/?cat=116&v=1d20b5ff1ee9 HTTP/1.1”, upstream: “fastcgi://unix:/var/run/php8.0-fpm-latintradeclone.sock:”, host: “latintrade.com:57332”
2023/03/13 13:18:42 [error] 34916#34916: *909010 FastCGI sent in stderr: “PHP message: PHP Warning: Attempt to read property “taxonomy” on null in /www/latintradeclone_588/public/wp-content/plugins/sitepress-multilingual-cms/classes/request-handling/redirection/wpml-redirect-by-param.class.php on line 159″ while reading response header from upstream, client: 216.244.66.195, server: latintrade.com, request: “GET /2008/03/24/spirit-carves-out-latin-niche/?cat=111&v=1d20b5ff1ee9 HTTP/1.1”, upstream: “fastcgi://unix:/var/run/php8.0-fpm-latintradeclone.sock:”, host: “latintrade.com:57332”
2023/03/13 13:18:33 [error] 34916#34916: *908997 FastCGI sent in stderr: “PHP message: PHP Warning: Attempt to read property “taxonomy” on null in /www/latintradeclone_588/public/wp-content/plugins/sitepress-multilingual-cms/classes/request-handling/redirection/wpml-redirect-by-param.class.php on line 159″ while reading response header from upstream, client: 216.244.66.195, server: latintrade.com, request: “GET /2008/01/25/bullish-on-brazil/?cat=112&v=1d20b5ff1ee9 HTTP/1.1”, upstream: “fastcgi://unix:/var/run/php8.0-fpm-latintradeclone.sock:”, host: “latintrade.com:57332”
2023/03/13 13:08:26 [error] 34916#34916: *908067 FastCGI sent in stderr: “PHP message: PHP Warning: Undefined array key “primary-color” in /www/latintradeclone_588/public/wp-content/plugins/pdf-viewer-for-wordpress/includes/scripts.php on line 474PHP message: PHP Warning: Undefined array key “secondary-color” in /www/latintradeclone_588/public/wp-content/plugins/pdf-viewer-for-wordpress/includes/scripts.php on line 475PHP message: PHP Warning: Undefined array key “text-color” in /www/latintradeclone_588/public/wp-content/plugins/pdf-viewer-for-wordpress/includes/scripts.php on line 476″ while reading response header from upstream, client: 95.163.255.237, server: latintrade.com, request: “GET /pdfviewer/lt-magazine-november-2021/?auto_viewer=true HTTP/1.1”, upstream: “fastcgi://unix:/var/run/php8.0-fpm-latintradeclone.sock:”, host: “latintrade.com:57332”, referrer: “https://latintrade.com/pdfviewer/lt-magazine-november-2021/”
2023/03/13 13:08:24 [error] 34916#34916: *908061 FastCGI sent in stderr: “PHP message: PHP Warning: Undefined array key “auto_viewer” in /www/latintradeclone_588/public/wp-content/plugins/pdf-viewer-for-wordpress/includes/helper-functions.php on line 399PHP message: PHP Warning: Undefined array key “primary-color” in /www/latintradeclone_588/public/wp-content/plugins/pdf-viewer-for-wordpress/includes/scripts.php on line 474PHP message: PHP Warning: Undefined array key “secondary-color” in /www/latintradeclone_588/public/wp-content/plugins/pdf-viewer-for-wordpress/includes/scripts.php on line 475PHP message: PHP Warning: Undefined array key “text-color” in /www/latintradeclone_588/public/wp-content/plugins/pdf-viewer-for-wordpress/includes/scripts.php on line 476PHP message: PHP Warning: foreach() argument must be of type array|object, null given in /www/latintradeclone_588/public/wp-content/plugins/sitepress-multilingual-cms/sitepress.class.php on line 3028PHP message: PHP Warning: foreach() argument must be of type array|object, null given in /www/latintradeclone_588/public/wp-content/plugins/woocommerce-multilingual/inc/class-wcml-store-pages.php on line 325″ while reading response header from upstream, client: 95.163.255.226, server: latintrade.com, request: “GET /pdfviewer/lt-magazine-november-2021/ HTTP/1.1”, upstream: “fastcgi://unix:/var/run/php8.0-fpm-latintradeclone.sock:”, host: “latintrade.com:57332”, referrer: “https://latintrade.com/3d-flip-book/lt-magazine-november-2021/”
2023/03/13 12:58:18 [error] 34916#34916: *907186 FastCGI sent in stderr: “PHP message: PHP Warning: Undefined variable $s_current_view in /www/latintradeclone_588/public/wp-content/plugins/pdf-viewer-for-wordpress/includes/tnc_shortcodes.php on line 274” while reading response header from upstream, client: 159.69.14.129, server: latintrade.com, request: “GET /author/mjlanza/feed/ HTTP/1.1”, upstream: “fastcgi://unix:/var/run/php8.0-fpm-latintradeclone.sock:”, host: “latintrade.com:57332”
2023/03/13 12:52:18 [error] 34920#34920: *906718 FastCGI sent in stderr: “PHP message: PHP Warning: Undefined array key “url” in /www/latintradeclone_588/public/wp-content/plugins/pdf-viewer-for-wordpress/web/viewer-shortcode.php on line 76PHP message: PHP Warning: Undefined array key “url” in /www/latintradeclone_588/public/wp-content/plugins/pdf-viewer-for-wordpress/web/viewer-shortcode.php on line 77PHP message: PHP Warning: Undefined array key “primary-color” in /www/latintradeclone_588/public/wp-content/plugins/pdf-viewer-for-wordpress/web/viewer-shortcode.php on line 80PHP message: PHP Warning: Undefined array key “secondary-color” in /www/latintradeclone_588/public/wp-content/plugins/pdf-viewer-for-wordpress/web/viewer-shortcode.php on line 81PHP message: PHP Warning: Undefined array key “text-color” in /www/latintradeclone_588/public/wp-content/plugins/pdf-viewer-for-wordpress/web/viewer-shortcode.php on line 82PHP message: PHP Warning: Undefined array key “primary-color” in /www/latintradeclone_588/public/wp-content/plugins/pdf-viewer-for-wordpress/includes/scripts.php on line 704PHP message: PHP Warning: Undefined array key “secondary-color” in /www/latintradeclone_588/public/wp-content/plugins/pdf-viewer-for-wordpress/includes/scripts.php on line 705PHP message: PHP Warning: Undefined array key “text-color” in /www/latintradeclone_588/public/wp-content/plugins/pdf-viewer-for-wordpress/includes/scripts.php on line 706″ while reading response header from upstream, client: 66.249.64.191, server: latintrade.com, request: “GET /themencode-pdf-viewer-sc/?tnc_pvfw=ZmlsZT1odHRwczovL2xhdGludHJhZGUuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIyLzA2L1dUQ0EtUHJpbWUtT2ZmaWNlLUluZGV4LTIwMjItTEFUQU0tRVNQLnBkZiZzZXR0aW5ncz0wMDExMDAxMTEwMTAxMTExMDAmbGFuZz1lcy1jbA== HTTP/1.1”, upstream: “fastcgi://unix:/var/run/php8.0-fpm-latintradeclone.sock:”, host: “latintrade.com:57332”, referrer: “https://latintrade.com/2022/06/15/wtca-prime-office-index-latam-junio-de-2022/?lang=es”
2023/03/13 12:52:07 [error] 34916#34916: *906704 FastCGI sent in stderr: “PHP message: PHP Warning: Undefined variable $s_current_view in /www/latintradeclone_588/public/wp-content/plugins/pdf-viewer-for-wordpress/includes/tnc_shortcodes.php on line 274” while reading response header from upstream, client: 66.249.64.160, server: latintrade.com, request: “GET /2022/06/15/wtca-prime-office-index-latam-junio-de-2022/?lang=es HTTP/1.1”, upstream: “fastcgi://unix:/var/run/php8.0-fpm-latintradeclone.sock:”, host: “latintrade.com:57332”
2023/03/13 12:36:49 [error] 34916#34916: *905479 FastCGI sent in stderr: “PHP message: PHP Warning: Attempt to read property “taxonomy” on null in /www/latintradeclone_588/public/wp-content/plugins/sitepress-multilingual-cms/classes/request-handling/redirection/wpml-redirect-by-param.class.php on line 159″ while reading response header from upstream, client: 216.244.66.195, server: latintrade.com, request: “GET /2018/04/10/multinational-index-full-year-2017/?cat=22&v=1d20b5ff1ee9 HTTP/1.1”, upstream: “fastcgi://unix:/var/run/php8.0-fpm-latintradeclone.sock:”, host: “latintrade.com:57332”
2023/03/13 12:36:34 [error] 34916#34916: *905461 FastCGI sent in stderr: “PHP message: PHP Warning: Attempt to read property “taxonomy” on null in /www/latintradeclone_588/public/wp-content/plugins/sitepress-multilingual-cms/classes/request-handling/redirection/wpml-redirect-by-param.class.php on line 159″ while reading response header from upstream, client: 216.244.66.195, server: latintrade.com, request: “GET /2016/01/11/argentina-and-cuba-labor-union-havens/?cat=86&v=1d20b5ff1ee9 HTTP/1.1”, upstream: “fastcgi://unix:/var/run/php8.0-fpm-latintradeclone.sock:”, host: “latintrade.com:57332”
2023/03/13 12:36:16 [error] 34916#34916: *905427 FastCGI sent in stderr: “PHP message: PHP Warning: Attempt to read property “taxonomy” on null in /www/latintradeclone_588/public/wp-content/plugins/sitepress-multilingual-cms/classes/request-handling/redirection/wpml-redirect-by-param.class.php on line 159″ while reading response header from upstream, client: 216.244.66.195, server: latintrade.com, request: “GET /2014/08/29/top-businesswomen-2014/?cat=109&v=1d20b5ff1ee9 HTTP/1.1”, upstream: “fastcgi://unix:/var/run/php8.0-fpm-latintradeclone.sock:”, host: “latintrade.com:57332”
2023/03/13 12:36:09 [error] 34916#34916: *905418 FastCGI sent in stderr: “PHP message: PHP Warning: Attempt to read property “taxonomy” on null in /www/latintradeclone_588/public/wp-content/plugins/sitepress-multilingual-cms/classes/request-handling/redirection/wpml-redirect-by-param.class.php on line 159″ while reading response header from upstream, client: 216.244.66.195, server: latintrade.com, request: “GET /2014/03/10/latin-america-instability-at-home-and-abroad/?cat=86&v=1d20b5ff1ee9 HTTP/1.1”, upstream: “fastcgi://unix:/var/run/php8.0-fpm-latintradeclone.sock:”, host: “latintrade.com:57332”
2023/03/13 12:35:49 [error] 34916#34916: *905375 FastCGI sent in stderr: “PHP message: PHP Warning: Attempt to read property “taxonomy” on null in /www/latintradeclone_588/public/wp-content/plugins/sitepress-multilingual-cms/classes/request-handling/redirection/wpml-redirect-by-param.class.php on line 159″ while reading response header from upstream, client: 216.244.66.195, server: latintrade.com, request: “GET /2013/10/23/mexican-pensions-the-stars-of-top-100-pension-funds/?cat=91&v=1d20b5ff1ee9 HTTP/1.1”, upstream: “fastcgi://unix:/var/run/php8.0-fpm-latintradeclone.sock:”, host: “latintrade.com:57332”
2023/03/13 12:35:25 [error] 34916#34916: *905310 FastCGI sent in stderr: “PHP message: PHP Warning: Attempt to read property “taxonomy” on null in /www/latintradeclone_588/public/wp-content/plugins/sitepress-multilingual-cms/classes/request-handling/redirection/wpml-redirect-by-param.class.php on line 159″ while reading response header from upstream, client: 216.244.66.195, server: latintrade.com, request: “GET /2012/02/10/louis-de-segonzac-jlt-re/?cat=159&v=1d20b5ff1ee9 HTTP/1.1”, upstream: “fastcgi://unix:/var/run/php8.0-fpm-latintradeclone.sock:”, host: “latintrade.com:57332”
2023/03/13 12:35:04 [error] 34916#34916: *905271 FastCGI sent in stderr: “PHP message: PHP Warning: Attempt to read property “taxonomy” on null in /www/latintradeclone_588/public/wp-content/plugins/sitepress-multilingual-cms/classes/request-handling/redirection/wpml-redirect-by-param.class.php on line 159″ while reading response header from upstream, client: 216.244.66.195, server: latintrade.com, request: “GET /2010/12/07/how-petrobras-compares/?cat=115&v=1d20b5ff1ee9 HTTP/1.1”, upstream: “fastcgi://unix:/var/run/php8.0-fpm-latintradeclone.sock:”, host: “latintrade.com:57332”
2023/03/13 12:34:29 [error] 34916#34916: *905224 FastCGI sent in stderr: “PHP message: PHP Warning: Attempt to read property “taxonomy” on null in /www/latintradeclone_588/public/wp-content/plugins/sitepress-multilingual-cms/classes/request-handling/redirection/wpml-redirect-by-param.class.php on line 159″ while reading response header from upstream, client: 216.244.66.195, server: latintrade.com, request: “GET /2008/12/30/passenger-growth-cargo-decline/?cat=111&v=1d20b5ff1ee9 HTTP/1.1”, upstream: “fastcgi://unix:/var/run/php8.0-fpm-latintradeclone.sock:”, host: “latintrade.com:57332”
2023/03/13 12:34:24 [error] 34916#34916: *905211 FastCGI sent in stderr: “PHP message: PHP Warning: Attempt to read property “taxonomy” on null in /www/latintradeclone_588/public/wp-content/plugins/sitepress-multilingual-cms/classes/request-handling/redirection/wpml-redirect-by-param.class.php on line 159″ while reading response header from upstream, client: 216.244.66.195, server: latintrade.com, request: “GET /2008/03/18/venezuelashummer-revolution/?cat=110&v=1d20b5ff1ee9 HTTP/1.1”, upstream: “fastcgi://unix:/var/run/php8.0-fpm-latintradeclone.sock:”, host: “latintrade.com:57332”
2023/03/13 12:34:18 [error] 34916#34916: *905199 FastCGI sent in stderr: “PHP message: PHP Warning: Attempt to read property “taxonomy” on null in /www/latintradeclone_588/public/wp-content/plugins/sitepress-multilingual-cms/classes/request-handling/redirection/wpml-redirect-by-param.class.php on line 159″ while reading response header from upstream, client: 216.244.66.195, server: latintrade.com, request: “GET /2007/08/30/uruguay-botnia-terminal-opens/?cat=123&v=1d20b5ff1ee9 HTTP/1.1”, upstream: “fastcgi://unix:/var/run/php8.0-fpm-latintradeclone.sock:”, host: “latintrade.com:57332”
2023/03/13 12:34:12 [error] 34916#34916: *905103 FastCGI sent in stderr: “PHP message: PHP Warning: Attempt to read property “taxonomy” on null in /www/latintradeclone_588/public/wp-content/plugins/sitepress-multilingual-cms/classes/request-handling/redirection/wpml-redirect-by-param.class.php on line 159″ while reading response header from upstream, client: 216.244.66.195, server: latintrade.com, request: “GET /2007/04/02/ups-grows-in-latin-america/?cat=111&v=1d20b5ff1ee9 HTTP/1.1”, upstream: “fastcgi://unix:/var/run/php8.0-fpm-latintradeclone.sock:”, host: “latintrade.com:57332”
2023/03/13 12:06:44 [error] 34916#34916: *903064 FastCGI sent in stderr: “PHP message: PHP Warning: Undefined array key “height” in /www/latintradeclone_588/public/wp-content/plugins/td-composer/includes/tdc_util.php on line 112PHP message: PHP Warning: Undefined array key “width” in /www/latintradeclone_588/public/wp-content/plugins/td-composer/includes/tdc_util.php on line 113PHP message: PHP Warning: Undefined array key “height” in /www/latintradeclone_588/public/wp-content/plugins/td-composer/includes/tdc_util.php on line 112PHP message: PHP Warning: Undefined array key “width” in /www/latintradeclone_588/public/wp-content/plugins/td-composer/includes/tdc_util.php on line 113″, client: 191.96.71.188, server: latintrade.com, request: “GET /rankings-and-indexes/ HTTP/1.1”, host: “latintrade.com:57332”
2023/03/13 12:06:23 [error] 34916#34916: *903039 FastCGI sent in stderr: “PHP message: PHP Warning: Undefined array key “height” in /www/latintradeclone_588/public/wp-content/plugins/td-composer/includes/tdc_util.php on line 112PHP message: PHP Warning: Undefined array key “width” in /www/latintradeclone_588/public/wp-content/plugins/td-composer/includes/tdc_util.php on line 113PHP message: PHP Warning: Undefined array key “height” in /www/latintradeclone_588/public/wp-content/plugins/td-composer/includes/tdc_util.php on line 112PHP message: PHP Warning: Undefined array key “width” in /www/latintradeclone_588/public/wp-content/plugins/td-composer/includes/tdc_util.php on line 113″ while reading response header from upstream, client: 191.96.71.188, server: latintrade.com, request: “GET /rankings-and-indexes/ HTTP/1.1”, upstream: “fastcgi://unix:/var/run/php8.0-fpm-latintradeclone.sock:”, host: “latintrade.com:57332”
2023/03/13 11:57:13 [error] 34916#34916: *902386 directory index of “/www/latintradeclone_588/public/wp-content/uploads/wpmc-trash/2015/03/” is forbidden, client: 114.119.141.4, server: latintrade.com, request: “GET /wp-content/uploads/wpmc-trash/2015/03/?C=D%3BO%3DA HTTP/1.1”, host: “www.latintrade.com:57332”, referrer: “https://www.latintrade.com/wp-content/uploads/wpmc-trash/2015/03?C=S%3BO%3DA”
2023/03/13 11:45:51 [error] 34916#34916: *901670 FastCGI sent in stderr: “PHP message: PHP Warning: Undefined array key “primary-color” in /www/latintradeclone_588/public/wp-content/plugins/pdf-viewer-for-wordpress/includes/scripts.php on line 474PHP message: PHP Warning: Undefined array key “secondary-color” in /www/latintradeclone_588/public/wp-content/plugins/pdf-viewer-for-wordpress/includes/scripts.php on line 475PHP message: PHP Warning: Undefined array key “text-color” in /www/latintradeclone_588/public/wp-content/plugins/pdf-viewer-for-wordpress/includes/scripts.php on line 476″ while reading response header from upstream, client: 66.249.64.184, server: latintrade.com, request: “GET /pdfviewer/lt-magazine-august-2022/?auto_viewer=true HTTP/1.1”, upstream: “fastcgi://unix:/var/run/php8.0-fpm-latintradeclone.sock:”, host: “latintrade.com:57332”, referrer: “https://latintrade.com/2022/08/02/latin-trade-magazine-august-2022/”
2023/03/13 11:37:38 [error] 34916#34916: *901062 directory index of “/www/latintradeclone_588/public/wp-content/uploads/2019/11/” is forbidden, client: 114.119.149.254, server: latintrade.com, request: “GET /wp-content/uploads/2019/11/?C=D%3BO%3DA HTTP/1.1”, host: “www.latintrade.com:57332”, referrer: “https://www.latintrade.com/wp-content/uploads/2019/11?C=M%3BO%3DA”
2023/03/13 11:15:56 [error] 34916#34916: *899345 FastCGI sent in stderr: “PHP message: PHP Warning: Attempt to read property “taxonomy” on null in /www/latintradeclone_588/public/wp-content/plugins/sitepress-multilingual-cms/classes/request-handling/redirection/wpml-redirect-by-param.class.php on line 159″ while reading response header from upstream, client: 216.244.66.195, server: latintrade.com, request: “GET /2016/08/22/u-s-watchdog-clears-chemchinas-43-billion-acquisition-of-syngenta/?cat=133&v=1d20b5ff1ee9 HTTP/1.1”, upstream: “fastcgi://unix:/var/run/php8.0-fpm-latintradeclone.sock:”, host: “latintrade.com:57332”
2023/03/13 11:15:51 [error] 34916#34916: *899319 FastCGI sent in stderr: “PHP message: PHP Warning: Attempt to read property “taxonomy” on null in /www/latintradeclone_588/public/wp-content/plugins/sitepress-multilingual-cms/classes/request-handling/redirection/wpml-redirect-by-param.class.php on line 159″ while reading response header from upstream, client: 216.244.66.195, server: latintrade.com, request: “GET /2014/06/27/changes-in-the-role-of-the-cfo-the-view-from-mexico/?cat=116&v=1d20b5ff1ee9 HTTP/1.1”, upstream: “fastcgi://unix:/var/run/php8.0-fpm-latintradeclone.sock:”, host: “latintrade.com:57332”
2023/03/13 11:15:02 [error] 34916#34916: *899240 FastCGI sent in stderr: “PHP message: PHP Warning: Attempt to read property “taxonomy” on null in /www/latintradeclone_588/public/wp-content/plugins/sitepress-multilingual-cms/classes/request-handling/redirection/wpml-redirect-by-param.class.php on line 159″ while reading response header from upstream, client: 216.244.66.195, server: latintrade.com, request: “GET /2018/06/03/chile-y-brasil-en-la-mira-de-yellowpepper-visa/?cat=88&v=1d20b5ff1ee9 HTTP/1.1”, upstream: “fastcgi://unix:/var/run/php8.0-fpm-latintradeclone.sock:”, host: “latintrade.com:57332”
2023/03/13 11:14:48 [error] 34916#34916: *899237 FastCGI sent in stderr: “PHP message: PHP Warning: Attempt to read property “taxonomy” on null in /www/latintradeclone_588/public/wp-content/plugins/sitepress-multilingual-cms/classes/request-handling/redirection/wpml-redirect-by-param.class.php on line 159″ while reading response header from upstream, client: 216.244.66.195, server: latintrade.com, request: “GET /2017/07/23/latin-trades-top-100-billionaires-ranking-2017/?cat=86&v=1d20b5ff1ee9 HTTP/1.1”, upstream: “fastcgi://unix:/var/run/php8.0-fpm-latintradeclone.sock:”, host: “latintrade.com:57332”
2023/03/13 11:14:22 [error] 34916#34916: *899172 FastCGI sent in stderr: “PHP message: PHP Warning: Attempt to read property “taxonomy” on null in /www/latintradeclone_588/public/wp-content/plugins/sitepress-multilingual-cms/classes/request-handling/redirection/wpml-redirect-by-param.class.php on line 159″ while reading response header from upstream, client: 216.244.66.195, server: latintrade.com, request: “GET /2014/12/08/moving-ahead-with-electric-grid-integration/?cat=88&v=1d20b5ff1ee9 HTTP/1.1”, upstream: “fastcgi://unix:/var/run/php8.0-fpm-latintradeclone.sock:”, host: “latintrade.com:57332”
2023/03/13 11:14:19 [error] 34916#34916: *899172 FastCGI sent in stderr: “PHP message: PHP Warning: Attempt to read property “taxonomy” on null in /www/latintradeclone_588/public/wp-content/plugins/sitepress-multilingual-cms/classes/request-handling/redirection/wpml-redirect-by-param.class.php on line 159″ while reading response header from upstream, client: 216.244.66.195, server: latintrade.com, request: “GET /2014/08/25/a-new-environment-for-banks/?cat=112&v=1d20b5ff1ee9 HTTP/1.1”, upstream: “fastcgi://unix:/var/run/php8.0-fpm-latintradeclone.sock:”, host: “latintrade.com:57332”
2023/03/13 11:14:17 [error] 34916#34916: *899178 FastCGI sent in stderr: “PHP message: PHP Warning: Attempt to read property “taxonomy” on null in /www/latintradeclone_588/public/wp-content/plugins/sitepress-multilingual-cms/classes/request-handling/redirection/wpml-redirect-by-param.class.php on line 159″ while reading response header from upstream, client: 216.244.66.195, server: latintrade.com, request: “GET /2014/04/21/amid-regional-declines-mexican-cfos-remain-optimistic/?cat=86&v=1d20b5ff1ee9 HTTP/1.1”, upstream: “fastcgi://unix:/var/run/php8.0-fpm-latintradeclone.sock:”, host: “latintrade.com:57332”
2023/03/13 11:14:14 [error] 34916#34916: *899175 FastCGI sent in stderr: “PHP message: PHP Warning: Attempt to read property “taxonomy” on null in /www/latintradeclone_588/public/wp-content/plugins/sitepress-multilingual-cms/classes/request-handling/redirection/wpml-redirect-by-param.class.php on line 159″ while reading response header from upstream, client: 216.244.66.195, server: latintrade.com, request: “GET /2013/11/08/latin-americas-rising-stars-of-legal/?cat=86&v=1d20b5ff1ee9 HTTP/1.1”, upstream: “fastcgi://unix:/var/run/php8.0-fpm-latintradeclone.sock:”, host: “latintrade.com:57332”
2023/03/13 11:14:11 [error] 34916#34916: *899172 FastCGI sent in stderr: “PHP message: PHP Warning: Attempt to read property “taxonomy” on null in /www/latintradeclone_588/public/wp-content/plugins/sitepress-multilingual-cms/classes/request-handling/redirection/wpml-redirect-by-param.class.php on line 159″ while reading response header from upstream, client: 216.244.66.195, server: latintrade.com, request: “GET /2013/10/14/google-develops-contest-for-latin-americas-developers/?cat=86&v=1d20b5ff1ee9 HTTP/1.1”, upstream: “fastcgi://unix:/var/run/php8.0-fpm-latintradeclone.sock:”, host: “latintrade.com:57332”
2023/03/13 11:14:08 [error] 34920#34920: *899157 FastCGI sent in stderr: “PHP message: PHP Warning: Attempt to read property “taxonomy” on null in /www/latintradeclone_588/public/wp-content/plugins/sitepress-multilingual-cms/classes/request-handling/redirection/wpml-redirect-by-param.class.php on line 159″ while reading response header from upstream, client: 216.244.66.195, server: latintrade.com, request: “GET /2013/10/07/freeconferencecall-com-begins-service-in-latin-america/?cat=86&v=1d20b5ff1ee9 HTTP/1.1”, upstream: “fastcgi://unix:/var/run/php8.0-fpm-latintradeclone.sock:”, host: “latintrade.com:57332”
2023/03/13 11:13:38 [error] 34916#34916: *899090 FastCGI sent in stderr: “PHP message: PHP Warning: Attempt to read property “taxonomy” on null in /www/latintradeclone_588/public/wp-content/plugins/sitepress-multilingual-cms/classes/request-handling/redirection/wpml-redirect-by-param.class.php on line 159″ while reading response header from upstream, client: 216.244.66.195, server: latintrade.com, request: “GET /2011/10/17/latin-american-literacy-best-worst/?cat=59&v=1d20b5ff1ee9 HTTP/1.1”, upstream: “fastcgi://unix:/var/run/php8.0-fpm-latintradeclone.sock:”, host: “latintrade.com:57332”
2023/03/13 11:13:30 [error] 34916#34916: *899074 FastCGI sent in stderr: “PHP message: PHP Warning: Attempt to read property “taxonomy” on null in /www/latintradeclone_588/public/wp-content/plugins/sitepress-multilingual-cms/classes/request-handling/redirection/wpml-redirect-by-param.class.php on line 159″ while reading response header from upstream, client: 216.244.66.195, server: latintrade.com, request: “GET /2010/12/03/peru-retail-boom/?cat=121&v=1d20b5ff1ee9 HTTP/1.1”, upstream: “fastcgi://unix:/var/run/php8.0-fpm-latintradeclone.sock:”, host: “latintrade.com:57332”
2023/03/13 11:13:23 [error] 34916#34916: *899068 FastCGI sent in stderr: “PHP message: PHP Warning: Attempt to read property “taxonomy” on null in /www/latintradeclone_588/public/wp-content/plugins/sitepress-multilingual-cms/classes/request-handling/redirection/wpml-redirect-by-param.class.php on line 159″ while reading response header from upstream, client: 216.244.66.195, server: latintrade.com, request: “GET /2010/11/22/mexico-gains-from-costlier-china/?cat=136&v=1d20b5ff1ee9 HTTP/1.1”, upstream: “fastcgi://unix:/var/run/php8.0-fpm-latintradeclone.sock:”, host: “latintrade.com:57332”
2023/03/13 11:12:52 [error] 34920#34920: *899011 FastCGI sent in stderr: “PHP message: PHP Warning: Attempt to read property “taxonomy” on null in /www/latintradeclone_588/public/wp-content/plugins/sitepress-multilingual-cms/classes/request-handling/redirection/wpml-redirect-by-param.class.php on line 159″ while reading response header from upstream, client: 216.244.66.195, server: latintrade.com, request: “GET /2009/04/17/medical-tourism-good-prospects/?cat=125&v=1d20b5ff1ee9 HTTP/1.1”, upstream: “fastcgi://unix:/var/run/php8.0-fpm-latintradeclone.sock:”, host: “latintrade.com:57332”
2023/03/13 11:12:46 [error] 34916#34916: *898994 FastCGI sent in stderr: “PHP message: PHP Warning: Attempt to read property “taxonomy” on null in /www/latintradeclone_588/public/wp-content/plugins/sitepress-multilingual-cms/classes/request-handling/redirection/wpml-redirect-by-param.class.php on line 159″ while reading response header from upstream, client: 216.244.66.195, server: latintrade.com, request: “GET /2008/08/10/venezuela-banking-outlook/?cat=112&v=1d20b5ff1ee9 HTTP/1.1”, upstream: “fastcgi://unix:/var/run/php8.0-fpm-latintradeclone.sock:”, host: “latintrade.com:57332”
2023/03/13 11:12:38 [error] 34916#34916: *898978 FastCGI sent in stderr: “PHP message: PHP Warning: Attempt to read property “taxonomy” on null in /www/latintradeclone_588/public/wp-content/plugins/sitepress-multilingual-cms/classes/request-handling/redirection/wpml-redirect-by-param.class.php on line 159″ while reading response header from upstream, client: 216.244.66.195, server: latintrade.com, request: “GET /2008/04/15/pemex-chevron-nicaragua/?cat=115&v=1d20b5ff1ee9 HTTP/1.1”, upstream: “fastcgi://unix:/var/run/php8.0-fpm-latintradeclone.sock:”, host: “latintrade.com:57332”
2023/03/13 11:12:32 [error] 34916#34916: *898963 directory index of “/www/latintradeclone_588/public/wp-content/uploads/2015/” is forbidden, client: 114.119.139.84, server: latintrade.com, request: “GET /wp-content/uploads/2015/?C=M%3BO%3DA HTTP/1.1”, host: “www.latintrade.com:57332”, referrer: “https://www.latintrade.com/wp-content/uploads/2015”
2023/03/13 11:12:30 [error] 34916#34916: *898958 FastCGI sent in stderr: “PHP message: PHP Warning: Attempt to read property “taxonomy” on null in /www/latintradeclone_588/public/wp-content/plugins/sitepress-multilingual-cms/classes/request-handling/redirection/wpml-redirect-by-param.class.php on line 159″ while reading response header from upstream, client: 216.244.66.195, server: latintrade.com, request: “GET /2007/02/05/oracle-strong-latin-growth/?cat=124&v=1d20b5ff1ee9 HTTP/1.1”, upstream: “fastcgi://unix:/var/run/php8.0-fpm-latintradeclone.sock:”, host: “latintrade.com:57332”
2023/03/13 11:12:25 [error] 34916#34916: *898947 FastCGI sent in stderr: “PHP message: PHP Warning: Attempt to read property “taxonomy” on null in /www/latintradeclone_588/public/wp-content/plugins/sitepress-multilingual-cms/classes/request-handling/redirection/wpml-redirect-by-param.class.php on line 159″ while reading response header from upstream, client: 216.244.66.195, server: latintrade.com, request: “GET /2006/08/09/chinas-latin-american-perspective/?cat=136&v=1d20b5ff1ee9 HTTP/1.1”, upstream: “fastcgi://unix:/var/run/php8.0-fpm-latintradeclone.sock:”, host: “latintrade.com:57332”
2023/03/13 11:10:22 [error] 34920#34920: *898743 FastCGI sent in stderr: “PHP message: PHP Fatal error: Uncaught TypeError: Cannot access offset of type string on string in /www/latintradeclone_588/public/wp-content/plugins/pdf-viewer-for-wordpress/includes/pvfw-new-shortcodes.php:34
Stack trace:
#0 /www/latintradeclone_588/public/wp-includes/shortcodes.php(355): tnc_pvfw_embed_shortcode(Array, ”, ‘pvfw-embed’)
#1 [internal function]: do_shortcode_tag(Array)
#2 /www/latintradeclone_588/public/wp-includes/shortcodes.php(227): preg_replace_callback(‘/\\[(\\[?)(pvfw\\-…’, ‘do_shortcode_ta…’, ‘\n[pvfw-embed vi…’)
#3 /www/latintradeclone_588/public/wp-includes/class-wp-hook.php(308): do_shortcode(‘\n[pvfw-embed vi…’)
#4 /www/latintradeclone_588/public/wp-includes/plugin.php(205): WP_Hook->apply_filters(‘\n[pvfw-embed vi…’, Array)
#5 /www/latintradeclone_588/public/wp-includes/feed.php(194): apply_filters(‘the_content’, ‘<!– wp:csf-gut…’)
#6 /www/latintradeclone_588/public/wp-includes/feed-rss2.php(104): get_the_content_feed(‘rss2’)
#7 /www/latintradeclone_588/” while reading response header from upstream, client: 70.39.246.37, server: latintrade.com, request: “GET /category/magazine/feed/ HTTP/1.1”, upstream: “fastcgi://unix:/var/run/php8.0-fpm-latintradeclone.sock:”, host: “latintrade.com:57332”
2023/03/13 10:52:19 [error] 34916#34916: *897296 FastCGI sent in stderr: “PHP message: PHP Warning: Undefined array key “height” in /www/latintradeclone_588/public/wp-content/plugins/td-composer/includes/tdc_util.php on line 112PHP message: PHP Warning: Undefined array key “width” in /www/latintradeclone_588/public/wp-content/plugins/td-composer/includes/tdc_util.php on line 113PHP message: PHP Warning: Undefined array key “height” in /www/latintradeclone_588/public/wp-content/plugins/td-composer/includes/tdc_util.php on line 112PHP message: PHP Warning: Undefined array key “width” in /www/latintradeclone_588/public/wp-content/plugins/td-composer/includes/tdc_util.php on line 113″ while reading response header from upstream, client: 172.121.209.187, server: latintrade.com, request: “GET /rankings-and-indexes/ HTTP/1.1”, upstream: “fastcgi://unix:/var/run/php8.0-fpm-latintradeclone.sock:”, host: “mail.latintrade.com:57332”
2023/03/13 10:51:24 [error] 34916#34916: *897253 directory index of “/www/latintradeclone_588/public/wp-admin/css/” is forbidden, client: 20.98.201.86, server: latintrade.com, request: “GET /wp-admin/css/ HTTP/1.1”, host: “latintrade.com:57332”, referrer: “binance.com”
2023/03/13 10:50:13 [error] 34916#34916: *897156 FastCGI sent in stderr: “PHP message: PHP Fatal error: Uncaught TypeError: Cannot access offset of type string on string in /www/latintradeclone_588/public/wp-content/plugins/pdf-viewer-for-wordpress/includes/pvfw-new-shortcodes.php:34
Stack trace:
#0 /www/latintradeclone_588/public/wp-includes/shortcodes.php(355): tnc_pvfw_embed_shortcode(Array, ”, ‘pvfw-embed’)
#1 [internal function]: do_shortcode_tag(Array)
#2 /www/latintradeclone_588/public/wp-includes/shortcodes.php(227): preg_replace_callback(‘/\\[(\\[?)(pvfw\\-…’, ‘do_shortcode_ta…’, ‘\n[pvfw-embed vi…’)
#3 /www/latintradeclone_588/public/wp-includes/class-wp-hook.php(308): do_shortcode(‘\n[pvfw-embed vi…’)
#4 /www/latintradeclone_588/public/wp-includes/plugin.php(205): WP_Hook->apply_filters(‘\n[pvfw-embed vi…’, Array)
#5 /www/latintradeclone_588/public/wp-content/plugins/td-cloud-library/state/single/tdb_state_single.php(514): apply_filters(‘the_content’, ‘<!– wp:csf-gut…’)
#6 /www/latintradeclone_588/public/wp-content/plugins/td-cloud-library/shor” while reading response header from upstream, client: 104.165.105.198, server: latintrade.com, request: “GET /2022/03/15/latin-trade-magazine-march-2022/ HTTP/1.1”, upstream: “fastcgi://unix:/var/run/php8.0-fpm-latintradeclone.sock:”, host: “latintrade.com:57332”
2023/03/13 10:49:49 [error] 34916#34916: *897101 FastCGI sent in stderr: “PHP message: PHP Warning: Undefined array key “auto_viewer” in /www/latintradeclone_588/public/wp-content/plugins/pdf-viewer-for-wordpress/includes/helper-functions.php on line 399PHP message: PHP Warning: Undefined array key “primary-color” in /www/latintradeclone_588/public/wp-content/plugins/pdf-viewer-for-wordpress/includes/scripts.php on line 474PHP message: PHP Warning: Undefined array key “secondary-color” in /www/latintradeclone_588/public/wp-content/plugins/pdf-viewer-for-wordpress/includes/scripts.php on line 475PHP message: PHP Warning: Undefined array key “text-color” in /www/latintradeclone_588/public/wp-content/plugins/pdf-viewer-for-wordpress/includes/scripts.php on line 476PHP message: PHP Warning: foreach() argument must be of type array|object, null given in /www/latintradeclone_588/public/wp-content/plugins/sitepress-multilingual-cms/sitepress.class.php on line 3028PHP message: PHP Warning: foreach() argument must be of type array|object, null given in /www/latintradeclone_588/public/wp-content/plugins/woocommerce-multilingual/inc/class-wcml-store-pages.php on line 325″ while reading response header from upstream, client: 104.165.105.198, server: latintrade.com, request: “GET /pdfviewer/lt-magazine-april-2019/ HTTP/1.1”, upstream: “fastcgi://unix:/var/run/php8.0-fpm-latintradeclone.sock:”, host: “latintrade.com:57332”
2023/03/13 10:49:38 [error] 34916#34916: *897069 FastCGI sent in stderr: “PHP message: PHP Fatal error: Uncaught Error: Call to undefined function get_field() in /www/latintradeclone_588/public/wp-content/themes/Newspaper-child/loop-single.php:37
Stack trace:
#0 /www/latintradeclone_588/public/wp-includes/template.php(785): require()
#1 /www/latintradeclone_588/public/wp-includes/template.php(718): load_template(‘/www/latintrade…’, false, Array)
#2 /www/latintradeclone_588/public/wp-includes/general-template.php(204): locate_template(Array, true, false, Array)
#3 /www/latintradeclone_588/public/wp-content/themes/Newspaper/single.php(20): get_template_part(‘loop-single’)
#4 /www/latintradeclone_588/public/wp-includes/template-loader.php(106): include(‘/www/latintrade…’)
#5 /www/latintradeclone_588/public/wp-blog-header.php(19): require_once(‘/www/latintrade…’)
#6 /www/latintradeclone_588/public/index.php(17): require(‘/www/latintrade…’)
#7 {main}
thrown in /www/latintradeclone_588/public/wp-content/themes/Newspaper-child/loop-single.php on line 37” while reading response header from upstream, client: 104.165.105.198, server: latintrade.com, request: “GET /timeline/latin-trade-week-2020/ HTTP/1.1”, upstream: “fastcgi://unix:/var/run/php8.0-fpm-latintradeclone.sock:”, host: “latintrade.com:57332”
2023/03/13 10:49:08 [error] 34916#34916: *897019 FastCGI sent in stderr: “PHP message: PHP Warning: Undefined array key “auto_viewer” in /www/latintradeclone_588/public/wp-content/plugins/pdf-viewer-for-wordpress/includes/helper-functions.php on line 399PHP message: PHP Warning: Undefined array key “primary-color” in /www/latintradeclone_588/public/wp-content/plugins/pdf-viewer-for-wordpress/includes/scripts.php on line 474PHP message: PHP Warning: Undefined array key “secondary-color” in /www/latintradeclone_588/public/wp-content/plugins/pdf-viewer-for-wordpress/includes/scripts.php on line 475PHP message: PHP Warning: Undefined array key “text-color” in /www/latintradeclone_588/public/wp-content/plugins/pdf-viewer-for-wordpress/includes/scripts.php on line 476PHP message: PHP Warning: foreach() argument must be of type array|object, null given in /www/latintradeclone_588/public/wp-content/plugins/sitepress-multilingual-cms/sitepress.class.php on line 3028PHP message: PHP Warning: foreach() argument must be of type array|object, null given in /www/latintradeclone_588/public/wp-content/plugins/woocommerce-multilingual/inc/class-wcml-store-pages.php on line 325″ while reading response header from upstream, client: 104.165.105.198, server: latintrade.com, request: “GET /pdfviewer/wtca-prime-office-index-december-2022/ HTTP/1.1”, upstream: “fastcgi://unix:/var/run/php8.0-fpm-latintradeclone.sock:”, host: “latintrade.com:57332”
2023/03/13 10:48:13 [error] 34916#34916: *896884 FastCGI sent in stderr: “PHP message: PHP Warning: Undefined variable $s_current_view in /www/latintradeclone_588/public/wp-content/plugins/pdf-viewer-for-wordpress/includes/tnc_shortcodes.php on line 274” while reading response header from upstream, client: 104.165.105.198, server: latintrade.com, request: “GET /2022/06/15/wtca-prime-office-index-latam-june-2022/ HTTP/1.1”, upstream: “fastcgi://unix:/var/run/php8.0-fpm-latintradeclone.sock:”, host: “latintrade.com:57332”
2023/03/13 10:25:23 [error] 34916#34916: *895035 FastCGI sent in stderr: “PHP message: PHP Warning: Attempt to read property “taxonomy” on null in /www/latintradeclone_588/public/wp-content/plugins/sitepress-multilingual-cms/classes/request-handling/redirection/wpml-redirect-by-param.class.php on line 159″ while reading response header from upstream, client: 37.57.218.243, server: latintrade.com, request: “GET /latin-america%E2%80%99s-technology-leaders/?cat=185 HTTP/1.1”, upstream: “fastcgi://unix:/var/run/php8.0-fpm-latintradeclone.sock:”, host: “latintrade.com:57332”
2023/03/13 10:22:23 [error] 34916#34916: *894726 FastCGI sent in stderr: “PHP message: PHP Warning: Attempt to read property “taxonomy” on null in /www/latintradeclone_588/public/wp-content/plugins/sitepress-multilingual-cms/classes/request-handling/redirection/wpml-redirect-by-param.class.php on line 159″ while reading response header from upstream, client: 216.244.66.195, server: latintrade.com, request: “GET /2016/01/25/5-powerful-ideas-for-global-impact-from-social-entrepreneurs/?cat=129&v=1d20b5ff1ee9 HTTP/1.1”, upstream: “fastcgi://unix:/var/run/php8.0-fpm-latintradeclone.sock:”, host: “latintrade.com:57332”
2023/03/13 10:22:03 [error] 34916#34916: *894650 FastCGI sent in stderr: “PHP message: PHP Warning: Attempt to read property “taxonomy” on null in /www/latintradeclone_588/public/wp-content/plugins/sitepress-multilingual-cms/classes/request-handling/redirection/wpml-redirect-by-param.class.php on line 159″ while reading response header from upstream, client: 216.244.66.195, server: latintrade.com, request: “GET /2013/07/17/picanha-and-farofa-coming-to-a-location-near-you/?cat=116&v=1d20b5ff1ee9 HTTP/1.1”, upstream: “fastcgi://unix:/var/run/php8.0-fpm-latintradeclone.sock:”, host: “latintrade.com:57332”
Dallas
Hi Bettina,
this is the error deactivating all plugins, except those of TAGDIV.
I’ve also checked with 8.1, but I receive also some errors in the backend.
Fatal error: Uncaught TypeError: number_format(): Argument #1 ($num) must be of type float, string given in /web/htdocs/www.rottadeitrasporti.it/home/wp-content/plugins/td-social-counter/shortcode/td_block_social_counter.php:1142 Stack trace: #0 /web/htdocs/www.rottadeitrasporti.it/home/wp-content/plugins/td-social-counter/shortcode/td_block_social_counter.php(1142): number_format() #1 /web/htdocs/www.rottadeitrasporti.it/home/wp-content/plugins/td-composer/legacy/common/wp_booster/td_global_blocks.php(27): td_block_social_counter->render() #2 /web/htdocs/www.rottadeitrasporti.it/home/wp-includes/shortcodes.php(355): td_global_blocks::proxy_function() #3 [internal function]: do_shortcode_tag() #4 /web/htdocs/www.rottadeitrasporti.it/home/wp-includes/shortcodes.php(227): preg_replace_callback() #5 /web/htdocs/www.rottadeitrasporti.it/home/wp-content/plugins/td-composer/includes/tdc_composer_block.php(278): do_shortcode() #6 /web/htdocs/www.rottadeitrasporti.it/home/wp-content/plugins/td-composer/includes/shortcodes/vc_column.php(316): tdc_composer_block->do_shortcode() #7 /web/htdocs/www.rottadeitrasporti.it/home/wp-content/plugins/td-composer/legacy/common/wp_booster/td_global_blocks.php(27): vc_column->render() #8 /web/htdocs/www.rottadeitrasporti.it/home/wp-includes/shortcodes.php(355): td_global_blocks::proxy_function() #9 [internal function]: do_shortcode_tag() #10 /web/htdocs/www.rottadeitrasporti.it/home/wp-includes/shortcodes.php(227): preg_replace_callback() #11 /web/htdocs/www.rottadeitrasporti.it/home/wp-content/plugins/td-composer/includes/tdc_composer_block.php(278): do_shortcode() #12 /web/htdocs/www.rottadeitrasporti.it/home/wp-content/plugins/td-composer/includes/shortcodes/vc_row.php(1145): tdc_composer_block->do_shortcode() #13 /web/htdocs/www.rottadeitrasporti.it/home/wp-content/plugins/td-composer/legacy/common/wp_booster/td_global_blocks.php(27): vc_row->render() #14 /web/htdocs/www.rottadeitrasporti.it/home/wp-includes/shortcodes.php(355): td_global_blocks::proxy_function() #15 [internal function]: do_shortcode_tag() #16 /web/htdocs/www.rottadeitrasporti.it/home/wp-includes/shortcodes.php(227): preg_replace_callback() #17 /web/htdocs/www.rottadeitrasporti.it/home/wp-content/plugins/td-composer/includes/tdc_composer_block.php(278): do_shortcode() #18 /web/htdocs/www.rottadeitrasporti.it/home/wp-content/plugins/td-composer/includes/shortcodes/tdc_zone.php(591): tdc_composer_block->do_shortcode() #19 /web/htdocs/www.rottadeitrasporti.it/home/wp-content/plugins/td-composer/legacy/common/wp_booster/td_global_blocks.php(27): tdc_zone->render() #20 /web/htdocs/www.rottadeitrasporti.it/home/wp-includes/shortcodes.php(355): td_global_blocks::proxy_function() #21 [internal function]: do_shortcode_tag() #22 /web/htdocs/www.rottadeitrasporti.it/home/wp-includes/shortcodes.php(227): preg_replace_callback() #23 /web/htdocs/www.rottadeitrasporti.it/home/wp-includes/class-wp-hook.php(308): do_shortcode() #24 /web/htdocs/www.rottadeitrasporti.it/home/wp-includes/plugin.php(205): WP_Hook->apply_filters() #25 /web/htdocs/www.rottadeitrasporti.it/home/wp-includes/post-template.php(255): apply_filters() #26 /web/htdocs/www.rottadeitrasporti.it/home/wp-content/plugins/td-composer/legacy/Newspaper/page.php(51): the_content() #27 /web/htdocs/www.rottadeitrasporti.it/home/wp-includes/template-loader.php(106): include(‘…’) #28 /web/htdocs/www.rottadeitrasporti.it/home/wp-blog-header.php(19): require_once(‘…’) #29 /web/htdocs/www.rottadeitrasporti.it/home/index.php(17): require(‘…’) #30 {main} thrown in /web/htdocs/www.rottadeitrasporti.it/home/wp-content/plugins/td-social-counter/shortcode/td_block_social_counter.php on line 1142
Notice: ob_end_flush(): Failed to send buffer of zlib output compression (1) in /web/htdocs/www.rottadeitrasporti.it/home/wp-includes/functions.php on line 5279
Notice: ob_end_flush(): Failed to send buffer of zlib output compression (1) in /web/htdocs/www.rottadeitrasporti.it/home/wp-includes/functions.php on line 5279
Hello Bettina,
with PHP 8 the website shows only a boxed version of the header and then this list of errors.
Fatal error: Uncaught TypeError: number_format(): Argument #1 ($num) must be of type float, string given in /web/htdocs/www.rottadeitrasporti.it/home/wp-content/plugins/td-social-counter/shortcode/td_block_social_counter.php:1102 Stack trace: #0 /web/htdocs/www.rottadeitrasporti.it/home/wp-content/plugins/td-social-counter/shortcode/td_block_social_counter.php(1102): number_format() #1 /web/htdocs/www.rottadeitrasporti.it/home/wp-content/plugins/td-composer/legacy/common/wp_booster/td_global_blocks.php(27): td_block_social_counter->render() #2 /web/htdocs/www.rottadeitrasporti.it/home/wp-includes/shortcodes.php(355): td_global_blocks::proxy_function() #3 [internal function]: do_shortcode_tag() #4 /web/htdocs/www.rottadeitrasporti.it/home/wp-includes/shortcodes.php(227): preg_replace_callback() #5 /web/htdocs/www.rottadeitrasporti.it/home/wp-content/plugins/td-composer/includes/tdc_composer_block.php(278): do_shortcode() #6 /web/htdocs/www.rottadeitrasporti.it/home/wp-content/plugins/td-composer/includes/shortcodes/vc_column.php(316): tdc_composer_block->do_shortcode() #7 /web/htdocs/www.rottadeitrasporti.it/home/wp-content/plugins/td-composer/legacy/common/wp_booster/td_global_blocks.php(27): vc_column->render() #8 /web/htdocs/www.rottadeitrasporti.it/home/wp-includes/shortcodes.php(355): td_global_blocks::proxy_function() #9 [internal function]: do_shortcode_tag() #10 /web/htdocs/www.rottadeitrasporti.it/home/wp-includes/shortcodes.php(227): preg_replace_callback() #11 /web/htdocs/www.rottadeitrasporti.it/home/wp-content/plugins/td-composer/includes/tdc_composer_block.php(278): do_shortcode() #12 /web/htdocs/www.rottadeitrasporti.it/home/wp-content/plugins/td-composer/includes/shortcodes/vc_row.php(1145): tdc_composer_block->do_shortcode() #13 /web/htdocs/www.rottadeitrasporti.it/home/wp-content/plugins/td-composer/legacy/common/wp_booster/td_global_blocks.php(27): vc_row->render() #14 /web/htdocs/www.rottadeitrasporti.it/home/wp-includes/shortcodes.php(355): td_global_blocks::proxy_function() #15 [internal function]: do_shortcode_tag() #16 /web/htdocs/www.rottadeitrasporti.it/home/wp-includes/shortcodes.php(227): preg_replace_callback() #17 /web/htdocs/www.rottadeitrasporti.it/home/wp-content/plugins/td-composer/includes/tdc_composer_block.php(278): do_shortcode() #18 /web/htdocs/www.rottadeitrasporti.it/home/wp-content/plugins/td-composer/includes/shortcodes/tdc_zone.php(591): tdc_composer_block->do_shortcode() #19 /web/htdocs/www.rottadeitrasporti.it/home/wp-content/plugins/td-composer/legacy/common/wp_booster/td_global_blocks.php(27): tdc_zone->render() #20 /web/htdocs/www.rottadeitrasporti.it/home/wp-includes/shortcodes.php(355): td_global_blocks::proxy_function() #21 [internal function]: do_shortcode_tag() #22 /web/htdocs/www.rottadeitrasporti.it/home/wp-includes/shortcodes.php(227): preg_replace_callback() #23 /web/htdocs/www.rottadeitrasporti.it/home/wp-includes/class-wp-hook.php(308): do_shortcode() #24 /web/htdocs/www.rottadeitrasporti.it/home/wp-includes/plugin.php(205): WP_Hook->apply_filters() #25 /web/htdocs/www.rottadeitrasporti.it/home/wp-includes/post-template.php(255): apply_filters() #26 /web/htdocs/www.rottadeitrasporti.it/home/wp-content/plugins/td-composer/legacy/Newspaper/page.php(51): the_content() #27 /web/htdocs/www.rottadeitrasporti.it/home/wp-includes/template-loader.php(106): include(‘…’) #28 /web/htdocs/www.rottadeitrasporti.it/home/wp-blog-header.php(19): require_once(‘…’) #29 /web/htdocs/www.rottadeitrasporti.it/home/index.php(17): require(‘…’) #30 {main} thrown in /web/htdocs/www.rottadeitrasporti.it/home/wp-content/plugins/td-social-counter/shortcode/td_block_social_counter.php on line 1102
Si è verificato un errore critico sul tuo sito web.
Scopri di più riguardo la risoluzione dei problemi in WordPress.
Notice: ob_end_flush(): Failed to send buffer of zlib output compression (1) in /web/htdocs/www.rottadeitrasporti.it/home/wp-includes/functions.php on line 5279
Notice: ob_end_flush(): Failed to send buffer of zlib output compression (1) in /web/htdocs/www.rottadeitrasporti.it/home/wp-includes/functions.php on line 5279
Notice: ob_end_flush(): Failed to send buffer of zlib output compression (1) in /web/htdocs/www.rottadeitrasporti.it/home/wp-content/plugins/iubenda-cookie-law-solution/iubenda_cookie_solution.php on line 722
Every time I save a post or page I get a Fatal related to the td-composer.
I do have Elementor installed (free version).
The error is only seen on mobile devices. It breaks the page (breaks mean that the page still loads on mobile, but it is all messed up).
The error goes away after 30 minutes or so. But will be present again when I save another post or page.
Here is what the error looks like:
Fatal error: Uncaught Error: Class ‘td_css_res_compiler’ not found in /home/rootname/public_html/wp-content/plugins/td-composer/includes/shortcodes/vc_row.php:171 Stack trace: #0 /home/rootname/public_html/wp-content/plugins/td-composer/includes/tdc_composer_block.php(133): vc_row->get_custom_css() #1 /home/rootname/public_html/wp-content/plugins/td-composer/includes/shortcodes/vc_row.php(324): tdc_composer_block->get_block_css(NULL, false) #2 /home/rootname/public_html/wp-content/themes/Newspaper/includes/wp_booster/td_global_blocks.php(28): vc_row->render(Array, ‘[vc_column][/vc…’) #3 /home/rootname/public_html/wp-includes/shortcodes.php(355): td_global_blocks::proxy_function(”, ‘[vc_column][/vc…’, ‘vc_row’) #4 [internal function]: do_shortcode_tag(Array) #5 /home/rootname/public_html/wp-includes/shortcodes.php(227): preg_replace_callback(‘/\\[(\\[?)(vc_row…’, ‘do_shortcode_ta…’, ‘[vc_row][vc_col…’) #6 /home/rootname/public_html/wp-content/plugins/elementor/includes/widgets/shortcode.php(130): do_shortcode(‘[ in /home/rootname/public_html/wp-content/plugins/td-composer/includes/shortcodes/vc_row.php on line 171
There has been a critical error on this website.
I´d appreciate to resolve this problemm
Hi Guys, I use custom shortcodes to render conditional elements in tagDiv Composer such as category-specific web banners. These custom shortcodes are placed inside the text column shortcode as recommended by you in an earlier support ticket.
The shortcodes I’ve registered fetch a template part, inside which is a conditional statement to check the current category which then displays the relevant web banner shortcode. So my shortcode is a conditional loop file which checks the cat and returns an ad space using do_shortcode(‘[show_ad_space_1]’);
My shortcodes work fine when placed anywhere inside the main body container in tagDiv Composer but when trying to add them to the header template they don’t seem to render, and no ads are shown.
Is there anything which would stop them from working inside the header of the website?
Thanks
Matt
Now we’ve backed theme updates out to version 11.4.3. It seems to be running without the footer now. Our hosting provider WPMU has given us the following stacktrace for your review:
[08-Jun-2022 17:27:37 UTC] PHP Fatal error: Uncaught Error: Failed opening required ‘/var/web/site/public_html/wp-content/plugins/td-cloud-library/shortcodes/single/tdb_single_featured_image.php’ (include_path=’.:/usr/share/php’) in /var/web/site/public_html/wp-includes/template.php:770
PHP Stacktrace:
/var/web/site/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_autoload_classes.php(42): load_template(‘/var/web/site/p…’, true)
/var/web/site/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_global_blocks.php(33): td_autoload_classes->loading_classes(‘tdb_single_feat…’)
/var/web/site/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_global_blocks.php(27): td_global_blocks::get_instance(‘tdb_single_feat…’)
/var/web/site/public_html/wp-includes/shortcodes.php(356): td_global_blocks::proxy_function(Array, ”, ‘tdb_single_feat…’)
[internal function]: do_shortcode_tag(Array)
/var/web/site/public_html/wp-includes/shortcodes.php(228): preg_replace_callback(‘/\\[(\\[?)(vc_row…’, ‘do_shortcode_ta…’, ‘[tdb_single_fea…’)
/var/web/site/public_html/wp-content/plugins/td-composer/includes/tdc_composer_block.php(278): do_shortcode(‘[tdb_single_fea…’)
/var/web/site/public_html/wp-content/plugins/td-composer/includes/shortcodes/vc_column.php(283): tdc_composer_block->do_shortcode(‘[tdb_single_fea…’)
/var/web/site/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_global_blocks.php(27): vc_column->render(Array, ‘[tdb_single_fea…’)
/var/web/site/public_html/wp-includes/shortcodes.php(356): td_global_blocks::proxy_function(Array, ‘[tdb_single_fea…’, ‘vc_column’)
[internal function]: do_shortcode_tag(Array)
/var/web/site/public_html/wp-includes/shortcodes.php(228): preg_replace_callback(‘/\\[(\\[?)(rev_sl…’, ‘do_shortcode_ta…’, ‘[vc_column widt…’)
/var/web/site/public_html/wp-content/plugins/td-composer/includes/tdc_composer_block.php(278): do_shortcode(‘[vc_column widt…’)
/var/web/site/public_html/wp-content/plugins/td-composer/includes/shortcodes/vc_row.php(1141): tdc_composer_block->do_shortcode(‘[vc_column widt…’)
/var/web/site/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_global_blocks.php(27): vc_row->render(Array, ‘[vc_column widt…’)
/var/web/site/public_html/wp-includes/shortcodes.php(356): td_global_blocks::proxy_function(Array, ‘[vc_column widt…’, ‘vc_row’)
[internal function]: do_shortcode_tag(Array)
/var/web/site/public_html/wp-includes/shortcodes.php(228): preg_replace_callback(‘/\\[(\\[?)(rev_sl…’, ‘do_shortcode_ta…’, ‘[vc_row el_clas…’)
/var/web/site/public_html/wp-content/plugins/td-composer/includes/tdc_composer_block.php(278): do_shortcode(‘[vc_row el_clas…’)
/var/web/site/public_html/wp-content/plugins/td-composer/includes/shortcodes/tdc_zone.php(591): tdc_composer_block->do_shortcode(‘[vc_row el_clas…’)
/var/web/site/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_global_blocks.php(27): tdc_zone->render(Array, ‘[vc_row el_clas…’)
/var/web/site/public_html/wp-includes/shortcodes.php(356): td_global_blocks::proxy_function(Array, ‘[vc_row el_clas…’, ‘tdc_zone’)
[internal function]: do_shortcode_tag(Array)
/var/web/site/public_html/wp-includes/shortcodes.php(228): preg_replace_callback(‘/\\[(\\[?)(rev_sl…’, ‘do_shortcode_ta…’, ‘[tdc_zone type=…’)
/var/web/site/public_html/wp-includes/class-wp-hook.php(307): do_shortcode(‘[tdc_zone type=…’)
/var/web/site/public_html/wp-includes/plugin.php(191): WP_Hook->apply_filters(‘[tdc_zone type=…’, Array)
/var/web/site/public_html/wp-content/plugins/td-cloud-library/wp_templates/tdb_view_single.php(139): apply_filters(‘tdb_template_co…’, ‘[tdc_zone type=…’)
/var/web/site/public_html/wp-includes/template-loader.php(106): include(‘/var/web/site/p…’)
/var/web/site/public_html/wp-blog-header.php(19): require_once(‘/var/web/site/p…’)
/var/web/site/public_html/index.php(17): require(‘/var/web/site/p…’)
{main} thrown in /var/web/site/public_html/wp-includes/template.php on line 770
Here some additonal information :
When create a new post, an try to visit post, get this error again :
Fatal error: Uncaught ValueError: Unknown format specifier “�” in public_html/wp-content/plugins/td-cloud-library/parts/tdb-comments.php:177 Stack trace: #0 public_html/wp-content/plugins/td-cloud-library/parts/tdb-comments.php(177): sprintf() #1 public_html/wp-includes/comment-template.php(1556): require(‘p…’) #2 public_html/wp-content/plugins/td-cloud-library/state/single/tdb_state_single.php(1574): comments_template() #3 public_html/wp-content/plugins/td-cloud-library/shortcodes/single/tdb_single_comments.php(470): tdb_state_single->{closure}() #4 public_html/wp-content/plugins/td-cloud-library/shortcodes/single/tdb_single_comments.php(470): Closure->__invoke() #5 public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_global_blocks.php(27): tdb_single_comments->render() #6 public_html/wp-includes/shortcodes.php(356): td_global_blocks::proxy_function() #7 [internal function]: do_shortcode_tag() #8 public_html/wp-includes/shortcodes.php(228): preg_replace_callback() #9 public_html/wp-content/plugins/td-composer/includes/tdc_composer_block.php(278): do_shortcode() #10 public_html/wp-content/plugins/td-composer/includes/shortcodes/vc_column.php(283): tdc_composer_block->do_shortcode() #11 public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_global_blocks.php(27): vc_column->render() #12 public_html/wp-includes/shortcodes.php(356): td_global_blocks::proxy_function() #13 [internal function]: do_shortcode_tag() #14 public_html/wp-includes/shortcodes.php(228): preg_replace_callback() #15 public_html/wp-content/plugins/td-composer/includes/tdc_composer_block.php(278): do_shortcode() #16 public_html/wp-content/plugins/td-composer/includes/shortcodes/vc_row.php(1141): tdc_composer_block->do_shortcode() #17 public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_global_blocks.php(27): vc_row->render() #18 public_html/wp-includes/shortcodes.php(356): td_global_blocks::proxy_function() #19 [internal function]: do_shortcode_tag() #20 public_html/wp-includes/shortcodes.php(228): preg_replace_callback() #21 public_html/wp-content/plugins/td-composer/includes/tdc_composer_block.php(278): do_shortcode() #22 public_html/wp-content/plugins/td-composer/includes/shortcodes/tdc_zone.php(591): tdc_composer_block->do_shortcode() #23 public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_global_blocks.php(27): tdc_zone->render() #24 public_html/wp-includes/shortcodes.php(356): td_global_blocks::proxy_function() #25 [internal function]: do_shortcode_tag() #26 public_html/wp-includes/shortcodes.php(228): preg_replace_callback() #27 public_html/wp-includes/class-wp-hook.php(307): do_shortcode() #28 public_html/wp-includes/plugin.php(191): WP_Hook->apply_filters() #29 public_html/wp-content/plugins/td-cloud-library/wp_templates/tdb_view_single.php(139): apply_filters() #30 public_html/wp-includes/template-loader.php(106): include(‘p…’) #31 public_html/wp-blog-header.php(19): require_once(‘p…’) #32 public_html/index.php(17): require(‘p…’) #33 {main} thrown in public_html/wp-content/plugins/td-cloud-library/parts/tdb-comments.php on line 177
Hi,
having problem when go to blog single page…
Fatal error: Uncaught ValueError: Unknown format specifier "�" in /public_html/wp-content/plugins/td-cloud-library/parts/tdb-comments.php:177 Stack trace: #0 /public_html/wp-content/plugins/td-cloud-library/parts/tdb-comments.php(177): sprintf() #1 /public_html/wp-includes/comment-template.php(1554): require('/p...') #2 /public_html/wp-content/plugins/td-cloud-library/state/single/tdb_state_single.php(1574): comments_template() #3 /public_html/wp-content/plugins/td-cloud-library/shortcodes/single/tdb_single_comments.php(470): tdb_state_single->{closure}() #4 /public_html/wp-content/plugins/td-cloud-library/shortcodes/single/tdb_single_comments.php(470): Closure->__invoke() #5 /public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_global_blocks.php(27): tdb_single_comments->render() #6 /public_html/wp-includes/shortcodes.php(356): td_global_blocks::proxy_function() #7 [internal function]: do_shortcode_tag() #8 /public_html/wp-includes/shortcodes.php(228): preg_replace_callback() #9 /public_html/wp-content/plugins/td-composer/includes/tdc_composer_block.php(278): do_shortcode() #10 /public_html/wp-content/plugins/td-composer/includes/shortcodes/vc_column.php(283): tdc_composer_block->do_shortcode() #11 /public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_global_blocks.php(27): vc_column->render() #12 /public_html/wp-includes/shortcodes.php(356): td_global_blocks::proxy_function() #13 [internal function]: do_shortcode_tag() #14 /public_html/wp-includes/shortcodes.php(228): preg_replace_callback() #15 /public_html/wp-content/plugins/td-composer/includes/tdc_composer_block.php(278): do_shortcode() #16 /public_html/wp-content/plugins/td-composer/includes/shortcodes/vc_row.php(1141): tdc_composer_block->do_shortcode() #17 /public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_global_blocks.php(27): vc_row->render() #18 /public_html/wp-includes/shortcodes.php(356): td_global_blocks::proxy_function() #19 [internal function]: do_shortcode_tag() #20 /public_html/wp-includes/shortcodes.php(228): preg_replace_callback() #21 /public_html/wp-content/plugins/td-composer/includes/tdc_composer_block.php(278): do_shortcode() #22 /public_html/wp-content/plugins/td-composer/includes/shortcodes/tdc_zone.php(591): tdc_composer_block->do_shortcode() #23 /public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_global_blocks.php(27): tdc_zone->render() #24 /public_html/wp-includes/shortcodes.php(356): td_global_blocks::proxy_function() #25 [internal function]: do_shortcode_tag() #26 /public_html/wp-includes/shortcodes.php(228): preg_replace_callback() #27 /public_html/wp-includes/class-wp-hook.php(307): do_shortcode() #28 /public_html/wp-includes/plugin.php(189): WP_Hook->apply_filters() #29 /public_html/wp-content/plugins/td-cloud-library/wp_templates/tdb_view_single.php(139): apply_filters() #30 /public_html/wp-includes/template-loader.php(106): include('/p...') #31 /public_html/wp-blog-header.php(19): require_once('/p...') #32 /public_html/index.php(17): require('/p...') #33 {main} thrown in /public_html/wp-content/plugins/td-cloud-library/parts/tdb-comments.php on line 177
I sorted it out. It (you 🙂 ) require return instead of echo.
add_shortcode( 'category_pods', 'pods_category_shortcode' );
function pods_category_shortcode() {
$tdbLoadDataFromId = tdb_state_content::get_wp_query()->queried_object->term_id;
return do_shortcode(
'[pods name="product_cat" ID="'.$tdbLoadDataFromId.'"]'. '[/pods]'
);
}
Hi,
After update recent version of Newspaper 11.4.3 i got an PHP 500 errors.
My site is working but got errors.
Kindly help me what can i do for that.
ahmedabadexpress.com [Fri Apr 15 12:54:31 2022] [error] [client 45.8.227.175:0] #25 /home/sites/21b/b/b2dd22ed10/public_html/wp-content/plugins/slim-seo/src/MetaTags/Helper.php(50): do_shortcode(‘[tdc_zone type=…’)
ahmedabadexpress.com [Fri Apr 15 12:54:31 2022] [error] [client 45.8.227.175:0] #26 /home/sites/21b/b/b2dd22ed10/public_html/wp-content/plugins/slim-seo/src/MetaTags/Description.php(37): SlimSEO\\MetaTags\\Helper::normalize(‘[tdc_zone type=…’)
ahmedabadexpress.com [Fri Apr 15 12:54:31 2022] [error] [client 45.8.227.175:0] #27 /home/sites/21b/b/b2dd22ed10/public_html/wp-content/plugins/slim-seo/src/MetaTags/Description.php(31): SlimSEO\\MetaTags\\Description->normalize(‘[tdc_zone type=…’)
ahmedabadexpress.com [Fri Apr 15 12:54:31 2022] [error] [client 45.8.227.175:0] #28 /home/sites/21b/b/b2dd22ed10/public_html/wp-content/plugins/slim-seo/src/MetaTags/Description.php(22): SlimSEO\\MetaTags\\Description->get_description()
ahmedabadexpress.com [Fri Apr 15 12:54:31 2022] [error] [client 45.8.227.175:0] #29 /home/sites/21b/b/b2dd22ed10/public_html/wp-content/plugins/amp/includes/validation/class-amp-validation-callback-wrapper.php(144): SlimSEO\\MetaTags\\Description->output(”)
ahmedabadexpress.com [Fri Apr 15 12:54:31 2022] [error] [client 45.8.227.175:0] #30 /home/sites/21b/b/b2dd22ed10/public_html/wp-includes/class-wp-hook.php(307): AMP_Validation_Callback_Wrapper->__invoke(”)
ahmedabadexpress.com [Fri Apr 15 12:54:31 2022] [error] [client 45.8.227.175:0] #31 /home/sites/21b/b/b2dd22ed10/public_html/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters(NULL, Array)
ahmedabadexpress.com [Fri Apr 15 12:54:31 2022] [error] [client 45.8.227.175:0] #32 /home/sites/21b/b/b2dd22ed10/public_html/wp-includes/plugin.php(474): WP_Hook->do_action(Array)
ahmedabadexpress.com [Fri Apr 15 12:54:31 2022] [error] [client 45.8.227.175:0] #33 /home/sites/21b/b/b2dd22ed10/public_html/wp-includes/general-template.php(3042): do_action(‘wp_head’)
ahmedabadexpress.com [Fri Apr 15 12:54:31 2022] [error] [client 45.8.227.175:0] #34 /home/sites/21b/b/b2dd22ed10/public_html/wp-content/plugins/td-composer/mobile/header-amp.php(7): wp_head()
ahmedabadexpress.com [Fri Apr 15 12:54:31 2022] [error] [client 45.8.227.175:0] #35 /home/sites/21b/b/b2dd22ed10/public_html/wp-includes/template.php(770): require_once(‘/home/sites/21b…’)
ahmedabadexpress.com [Fri Apr 15 12:54:31 2022] [error] [client 45.8.227.175:0] #36 /home/sites/21b/b/b2dd22ed10/public_html/wp-includes/template.php(716): load_template(‘/home/sites/21b…’, true, Array)
ahmedabadexpress.com [Fri Apr 15 12:54:31 2022] [error] [client 45.8.227.175:0] #37 /home/sites/21b/b/b2dd22ed10/public_html/wp-includes/general-template.php(48): locate_template(Array, true, true, Array)
ahmedabadexpress.com [Fri Apr 15 12:54:31 2022] [error] [client 45.8.227.175:0] #38 /home/sites/21b/b/b2dd22ed10/public_html/wp-content/plugins/td-composer/mobile/single.php(10): get_header(‘amp’)
ahmedabadexpress.com [Fri Apr 15 12:54:31 2022] [error] [client 45.8.227.175:0] #39 /home/sites/21b/b/b2dd22ed10/public_html/wp-includes/template-loader.php(106): include(‘/home/sites/21b…’)
ahmedabadexpress.com [Fri Apr 15 12:54:31 2022] [error] [client 45.8.227.175:0] #40 /home/sites/21b/b/b2dd22ed10/public_html/wp-blog-header.php(19): require_once(‘/home/sites/21b…’)
ahmedabadexpress.com [Fri Apr 15 12:54:31 2022] [error] [client 45.8.227.175:0] #41 /home/sites/21b/b/b2dd22ed10/public_html/index.php(17): require(‘/home/sites/21b…’)
ahmedabadexpress.com [Fri Apr 15 12:54:31 2022] [error] [client 45.8.227.175:0] #42 {main}
ahmedabadexpress.com [Fri Apr 15 12:54:31 2022] [error] [client 45.8.227.175:0] thrown in /home/sites/21b/b/b2dd22ed10/public_html/wp-content/plugins/td-composer/td-multi-purpose/styles/tds_social/tds_social3.php on line 9
ahmedabadexpress.com [Fri Apr 15 13:57:51 2022] [error] [client 103.238.106.246:0] AH01071: Got error ‘PHP message: PHP Warning: Cannot modify header information – headers already sent by (output started at /home/sites/21b/b/b2dd22ed10/public_html/wp-admin/includes/template.php:2538) in /home/sites/21b/b/b2dd22ed10/public_html/wp-content/plugins/jwt-authentication-for-wp-rest-api/public/class-jwt-auth-public.php on line 94’
ahmedabadexpress.com [Fri Apr 15 13:57:59 2022] [error] [client 103.238.106.246:0] AH01071: Got error ‘PHP message: PHP Warning: Cannot modify header information – headers already sent by (output started at /home/sites/21b/b/b2dd22ed10/public_html/wp-content/plugins/td-composer/legacy/Newspaper/header.php:1) in /home/sites/21b/b/b2dd22ed10/public_html/wp-content/plugins/jwt-authentication-for-wp-rest-api/public/class-jwt-auth-public.php on line 94’
ahmedabadexpress.com [Fri Apr 15 13:58:17 2022] [error] [client 103.238.106.246:0] AH01071: Got error ‘PHP message: PHP Warning: Cannot modify header information – headers already sent by (output started at /home/sites/21b/b/b2dd22ed10/public_html/wp-content/plugins/td-composer/legacy/Newspaper/header.php:1) in /home/sites/21b/b/b2dd22ed10/public_html/wp-content/plugins/jwt-authentication-for-wp-rest-api/public/class-jwt-auth-public.php on line 94’
ahmedabadexpress.com [Fri Apr 15 14:13:42 2022] [error] [client 103.238.106.246:0] AH01071: Got error ‘PHP message: PHP Warning: Cannot modify header information – headers already sent by (output started at /home/sites/21b/b/b2dd22ed10/public_html/wp-content/plugins/td-composer/legacy/Newspaper/header.php:1) in /home/sites/21b/b/b2dd22ed10/public_html/wp-content/plugins/jwt-authentication-for-wp-rest-api/public/class-jwt-auth-public.php on line 94’
ahmedabadexpress.com [Fri Apr 15 14:20:57 2022] [error] [client 103.238.106.246:0] AH01071: Got error ‘PHP message: PHP Warning: Undefined array key “exclude_pages” in /home/sites/21b/b/b2dd22ed10/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_ajax.php on line 455PHP message: PHP Warning: Undefined array key “exclude_posts” in /home/sites/21b/b/b2dd22ed10/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_ajax.php on line 458’
ahmedabadexpress.com [Fri Apr 15 14:26:31 2022] [error] [client 103.238.106.246:0] AH01071: Got error ‘PHP message: PHP Warning: Undefined array key “exclude_pages” in /home/sites/21b/b/b2dd22ed10/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_ajax.php on line 455PHP message: PHP Warning: Undefined array key “exclude_posts” in /home/sites/21b/b/b2dd22ed10/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_ajax.php on line 458’
ahmedabadexpress.com [Fri Apr 15 14:36:21 2022] [error] [client 103.238.106.246:0] AH01071: Got error ‘PHP message: PHP Warning: Cannot modify header information – headers already sent by (output started at /home/sites/21b/b/b2dd22ed10/public_html/wp-content/plugins/td-composer/legacy/Newspaper/header.php:1) in /home/sites/21b/b/b2dd22ed10/public_html/wp-content/plugins/jwt-authentication-for-wp-rest-api/public/class-jwt-auth-public.php on line 94’
ahmedabadexpress.com [Fri Apr 15 14:36:40 2022] [error] [client 103.238.106.246:0] AH01071: Got error ‘PHP message: PHP Warning: Cannot modify header information – headers already sent by (output started at /home/sites/21b/b/b2dd22ed10/public_html/wp-content/plugins/td-composer/legacy/Newspaper/header.php:1) in /home/sites/21b/b/b2dd22ed10/public_html/wp-content/plugins/jwt-authentication-for-wp-rest-api/public/class-jwt-auth-public.php on line 94’
ahmedabadexpress.com [Fri Apr 15 14:37:00 2022] [error] [client 103.238.106.246:0] AH01071: Got error ‘PHP message: PHP Warning: Cannot modify header information – headers already sent by (output started at /home/sites/21b/b/b2dd22ed10/public_html/wp-admin/includes/template.php:2538) in /home/sites/21b/b/b2dd22ed10/public_html/wp-content/plugins/jwt-authentication-for-wp-rest-api/public/class-jwt-auth-public.php on line 94’
ahmedabadexpress.com [Fri Apr 15 14:37:23 2022] [error] [client 103.238.106.246:0] AH01071: Got error ‘PHP message: PHP Warning: Cannot modify header information – headers already sent by (output started at /home/sites/21b/b/b2dd22ed10/public_html/wp-content/plugins/td-composer/legacy/Newspaper/header.php:1) in /home/sites/21b/b/b2dd22ed10/public_html/wp-content/plugins/jwt-authentication-for-wp-rest-api/public/class-jwt-auth-public.php on line 94’
ahmedabadexpress.com [Fri Apr 15 14:37:37 2022] [error] [client 103.238.106.246:0] AH01071: Got error ‘PHP message: PHP Warning: Cannot modify header information – headers already sent by (output started at /home/sites/21b/b/b2dd22ed10/public_html/wp-content/plugins/td-composer/legacy/Newspaper/header.php:1) in /home/sites/21b/b/b2dd22ed10/public_html/wp-content/plugins/jwt-authentication-for-wp-rest-api/public/class-jwt-auth-public.php on line 94’
ahmedabadexpress.com [Fri Apr 15 14:39:05 2022] [error] [client 103.238.106.246:0] AH01071: Got error ‘PHP message: PHP Warning: Cannot modify header information – headers already sent by (output started at /home/sites/21b/b/b2dd22ed10/public_html/wp-content/plugins/td-composer/legacy/Newspaper/header.php:1) in /home/sites/21b/b/b2dd22ed10/public_html/wp-content/plugins/jwt-authentication-for-wp-rest-api/public/class-jwt-auth-public.php on line 94’
ahmedabadexpress.com [Fri Apr 15 14:39:23 2022] [error] [client 103.238.106.246:0] AH01071: Got error ‘PHP message: PHP Warning: Cannot modify header information – headers already sent by (output started at /home/sites/21b/b/b2dd22ed10/public_html/wp-content/plugins/td-composer/legacy/Newspaper/header.php:1) in /home/sites/21b/b/b2dd22ed10/public_html/wp-content/plugins/jwt-authentication-for-wp-rest-api/public/class-jwt-auth-public.php on line 94’
ahmedabadexpress.com [Fri Apr 15 14:39:38 2022] [error] [client 103.238.106.246:0] AH01071: Got error ‘PHP message: PHP Warning: Cannot modify header information – headers already sent by (output started at /home/sites/21b/b/b2dd22ed10/public_html/wp-content/plugins/td-composer/legacy/Newspaper/header.php:1) in /home/sites/21b/b/b2dd22ed10/public_html/wp-content/plugins/jwt-authentication-for-wp-rest-api/public/class-jwt-auth-public.php on line 94’
ahmedabadexpress.com [Fri Apr 15 14:41:17 2022] [error] [client 103.238.106.246:0] AH01071: Got error ‘PHP message: PHP Warning: Cannot modify header information – headers already sent by (output started at /home/sites/21b/b/b2dd22ed10/public_html/wp-content/plugins/td-composer/legacy/Newspaper/header.php:1) in /home/sites/21b/b/b2dd22ed10/public_html/wp-content/plugins/jwt-authentication-for-wp-rest-api/public/class-jwt-auth-public.php on line 94’
ahmedabadexpress.com [Fri Apr 15 14:41:35 2022] [error] [client 103.238.106.246:0] AH01071: Got error ‘PHP message: PHP Warning: Cannot modify header information – headers already sent by (output started at /home/sites/21b/b/b2dd22ed10/public_html/wp-content/plugins/td-composer/legacy/Newspaper/header.php:1) in /home/sites/21b/b/b2dd22ed10/public_html/wp-content/plugins/jwt-authentication-for-wp-rest-api/public/class-jwt-auth-public.php on line 94’
ahmedabadexpress.com [Fri Apr 15 14:41:43 2022] [error] [client 103.238.106.246:0] AH01071: Got error ‘PHP message: PHP Warning: Cannot modify header information – headers already sent by (output started at /home/sites/21b/b/b2dd22ed10/public_html/wp-content/plugins/td-composer/legacy/Newspaper/header.php:1) in /home/sites/21b/b/b2dd22ed10/public_html/wp-content/plugins/jwt-authentication-for-wp-rest-api/public/class-jwt-auth-public.php on line 94’
ahmedabadexpress.com [Fri Apr 15 16:04:34 2022] [error] [client 103.238.106.246:0] AH01071: Got error ‘PHP message: PHP Warning: Cannot modify header information – headers already sent by (output started at /home/sites/21b/b/b2dd22ed10/public_html/wp-admin/includes/template.php:2538) in /home/sites/21b/b/b2dd22ed10/public_html/wp-content/plugins/jwt-authentication-for-wp-rest-api/public/class-jwt-auth-public.php on line 94’
ahmedabadexpress.com [Fri Apr 15 17:09:40 2022] [error] [client 103.238.106.246:0] AH01071: Got error ‘PHP message: PHP Warning: Cannot modify header information – headers already sent by (output started at /home/sites/21b/b/b2dd22ed10/public_html/wp-admin/includes/template.php:2538) in /home/sites/21b/b/b2dd22ed10/public_html/wp-content/plugins/jwt-authentication-for-wp-rest-api/public/class-jwt-auth-public.php on line 94’
ahmedabadexpress.com [Fri Apr 15 17:36:47 2022] [error] [client 103.238.106.246:0] AH01071: Got error ‘PHP message: PHP Warning: Cannot modify header information – headers already sent by (output started at /home/sites/21b/b/b2dd22ed10/public_html/wp-admin/includes/template.php:2538) in /home/sites/21b/b/b2dd22ed10/public_html/wp-content/plugins/jwt-authentication-for-wp-rest-api/public/class-jwt-auth-public.php on line 94’
ahmedabadexpress.com [Fri Apr 15 17:42:04 2022] [error] [client 103.238.106.246:0] AH01071: Got error ‘PHP message: PHP Warning: Cannot modify header information – headers already sent by (output started at /home/sites/21b/b/b2dd22ed10/public_html/wp-admin/includes/template.php:2538) in /home/sites/21b/b/b2dd22ed10/public_html/wp-content/plugins/jwt-authentication-for-wp-rest-api/public/class-jwt-auth-public.php on line 94’
ahmedabadexpress.com [Fri Apr 15 20:34:24 2022] [error] [client 103.238.106.246:0] AH01071: Got error ‘PHP message: PHP Warning: Cannot modify header information – headers already sent by (output started at /home/sites/21b/b/b2dd22ed10/public_html/wp-admin/includes/template.php:2538) in /home/sites/21b/b/b2dd22ed10/public_html/wp-content/plugins/jwt-authentication-for-wp-rest-api/public/class-jwt-auth-public.php on line 93’
ahmedabadexpress.com [Fri Apr 15 20:36:09 2022] [error] [client 103.238.106.246:0] AH01071: Got error ‘PHP message: PHP Warning: Cannot modify header information – headers already sent by (output started at /home/sites/21b/b/b2dd22ed10/public_html/wp-admin/includes/template.php:2538) in /home/sites/21b/b/b2dd22ed10/public_html/wp-content/plugins/jwt-authentication-for-wp-rest-api/public/class-jwt-auth-public.php on line 93’
ahmedabadexpress.com [Fri Apr 15 20:36:16 2022] [error] [client 103.238.106.246:0] AH01071: Got error ‘PHP message: PHP Fatal error: Uncaught Error: Class “td_style” not found in /home/sites/21b/b/b2dd22ed10/public_html/wp-content/plugins/td-composer/td-multi-purpose/styles/tds_social/tds_social3.php:9\nStack trace:\n#0 /home/sites/21b/b/b2dd22ed10/public_html/wp-includes/template.php(770): require_once()\n#1 /home/sites/21b/b/b2dd22ed10/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_autoload_classes.php(42): load_template(‘/home/sites/21b…’, true)\n#2 /home/sites/21b/b/b2dd22ed10/public_html/wp-content/plugins/td-composer/td-multi-purpose/shortcodes/tdm_block_socials.php(138): td_autoload_classes->loading_classes(‘tds_social3’)\n#3 /home/sites/21b/b/b2dd22ed10/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_global_blocks.php(27): tdm_block_socials->render(Array, ”)\n#4 /home/sites/21b/b/b2dd22ed10/public_html/wp-includes/shortcodes.php(356): td_
ahmedabadexpress.com [Fri Apr 15 20:36:41 2022] [error] [client 103.238.106.246:0] AH01071: Got error ‘PHP message: PHP Warning: Cannot modify header information – headers already sent by (output started at /home/sites/21b/b/b2dd22ed10/public_html/wp-admin/includes/template.php:2538) in /home/sites/21b/b/b2dd22ed10/public_html/wp-content/plugins/jwt-authentication-for-wp-rest-api/public/class-jwt-auth-public.php on line 93’
ahmedabadexpress.com [Fri Apr 15 21:27:58 2022] [error] [client 103.238.106.246:0] AH01071: Got error ‘PHP message: PHP Warning: Cannot modify header information – headers already sent by (output started at /home/sites/21b/b/b2dd22ed10/public_html/wp-content/plugins/td-composer/legacy/Newspaper/header.php:1) in /home/sites/21b/b/b2dd22ed10/public_html/wp-content/plugins/jwt-authentication-for-wp-rest-api/public/class-jwt-auth-public.php on line 93’
ahmedabadexpress.com [Fri Apr 15 21:28:05 2022] [error] [client 103.238.106.246:0] AH01071: Got error ‘PHP message: PHP Warning: Cannot modify header information – headers already sent by (output started at /home/sites/21b/b/b2dd22ed10/public_html/wp-content/plugins/td-composer/legacy/Newspaper/header.php:1) in /home/sites/21b/b/b2dd22ed10/public_html/wp-content/plugins/jwt-authentication-for-wp-rest-api/public/class-jwt-auth-public.php on line 93’
ahmedabadexpress.com [Fri Apr 15 21:29:28 2022] [error] [client 103.238.106.246:0] AH01071: Got error ‘PHP message: PHP Warning: Cannot modify header information – headers already sent by (output started at /home/sites/21b/b/b2dd22ed10/public_html/wp-content/plugins/td-composer/legacy/Newspaper/header.php:1) in /home/sites/21b/b/b2dd22ed10/public_html/wp-content/plugins/jwt-authentication-for-wp-rest-api/public/class-jwt-auth-public.php on line 93’
ahmedabadexpress.com [Fri Apr 15 21:35:09 2022] [error] [client 103.238.106.246:0] AH01071: Got error ‘PHP message: PHP Warning: Cannot modify header information – headers already sent by (output started at /home/sites/21b/b/b2dd22ed10/public_html/wp-admin/includes/template.php:2538) in /home/sites/21b/b/b2dd22ed10/public_html/wp-content/plugins/jwt-authentication-for-wp-rest-api/public/class-jwt-auth-public.php on line 93’
ahmedabadexpress.com [Fri Apr 15 21:35:18 2022] [error] [client 103.238.106.246:0] AH01071: Got error ‘PHP message: PHP Warning: Cannot modify header information – headers already sent by (output started at /home/sites/21b/b/b2dd22ed10/public_html/wp-content/plugins/td-composer/legacy/Newspaper/header.php:1) in /home/sites/21b/b/b2dd22ed10/public_html/wp-content/plugins/jwt-authentication-for-wp-rest-api/public/class-jwt-auth-public.php on line 93’
ahmedabadexpress.com [Fri Apr 15 21:59:29 2022] [error] [client 103.238.106.246:0] AH01071: Got error ‘PHP message: PHP Warning: Cannot modify header information – headers already sent by (output started at /home/sites/21b/b/b2dd22ed10/public_html/wp-admin/includes/template.php:2538) in /home/sites/21b/b/b2dd22ed10/public_html/wp-content/plugins/jwt-authentication-for-wp-rest-api/public/class-jwt-auth-public.php on line 93’
ahmedabadexpress.com [Fri Apr 15 22:01:33 2022] [error] [client 103.238.106.246:0] AH01071: Got error ‘PHP message: PHP Warning: Cannot modify header information – headers already sent by (output started at /home/sites/21b/b/b2dd22ed10/public_html/wp-admin/includes/template.php:2538) in /home/sites/21b/b/b2dd22ed10/public_html/wp-content/plugins/jwt-authentication-for-wp-rest-api/public/class-jwt-auth-public.php on line 93’
ahmedabadexpress.com [Fri Apr 15 22:04:02 2022] [error] [client 103.238.106.246:0] AH01071: Got error ‘PHP message: PHP Warning: Cannot modify header information – headers already sent by (output started at /home/sites/21b/b/b2dd22ed10/public_html/wp-admin/includes/template.php:2538) in /home/sites/21b/b/b2dd22ed10/public_html/wp-content/plugins/jwt-authentication-for-wp-rest-api/public/class-jwt-auth-public.php on line 93’
ahmedabadexpress.com [Fri Apr 15 22:06:00 2022] [error] [client 103.238.106.246:0] AH01071: Got error ‘PHP message: PHP Warning: Cannot modify header information – headers already sent by (output started at /home/sites/21b/b/b2dd22ed10/public_html/wp-admin/includes/template.php:2538) in /home/sites/21b/b/b2dd22ed10/public_html/wp-content/plugins/jwt-authentication-for-wp-rest-api/public/class-jwt-auth-public.php on line 93’
ahmedabadexpress.com [Fri Apr 15 22:09:48 2022] [error] [client 103.238.106.246:0] AH01071: Got error ‘PHP message: PHP Warning: Cannot modify header information – headers already sent by (output started at /home/sites/21b/b/b2dd22ed10/public_html/wp-admin/includes/template.php:2538) in /home/sites/21b/b/b2dd22ed10/public_html/wp-content/plugins/jwt-authentication-for-wp-rest-api/public/class-jwt-auth-public.php on line 93’
ahmedabadexpress.com [Fri Apr 15 22:17:19 2022] [error] [client 103.238.106.246:0] AH01071: Got error ‘PHP message: PHP Warning: Cannot modify header information – headers already sent by (output started at /home/sites/21b/b/b2dd22ed10/public_html/wp-admin/includes/template.php:2538) in /home/sites/21b/b/b2dd22ed10/public_html/wp-content/plugins/jwt-authentication-for-wp-rest-api/public/class-jwt-auth-public.php on line 93’
ahmedabadexpress.com [Sat Apr 16 02:33:38 2022] [error] [client 208.109.36.200:0] AH01071: Got error ‘PHP message: PHP Fatal error: Uncaught Error: Undefined constant “ABSPATH” in /home/sites/21b/b/b2dd22ed10/public_html/wp-includes/blocks/index.php:9\nStack trace:\n#0 {main}\n thrown in /home/sites/21b/b/b2dd22ed10/public_html/wp-includes/blocks/index.php on line 9’
ahmedabadexpress.com [Sat Apr 16 04:52:00 2022] [error] [client 103.238.106.246:0] AH01071: Got error ‘PHP message: PHP Warning: Cannot modify header information – headers already sent by (output started at /home/sites/21b/b/b2dd22ed10/public_html/wp-admin/includes/template.php:2538) in /home/sites/21b/b/b2dd22ed10/public_html/wp-content/plugins/jwt-authentication-for-wp-rest-api/public/class-jwt-auth-public.php on line 93’
ahmedabadexpress.com [Sat Apr 16 04:52:32 2022] [error] [client 103.238.106.246:0] AH01071: Got error ‘PHP message: PHP Warning: Cannot modify header information – headers already sent by (output started at /home/sites/21b/b/b2dd22ed10/public_html/wp-admin/includes/template.php:2538) in /home/sites/21b/b/b2dd22ed10/public_html/wp-content/plugins/jwt-authentication-for-wp-rest-api/public/class-jwt-auth-public.php on line 93’
ahmedabadexpress.com [Sat Apr 16 05:04:40 2022] [error] [client 103.238.106.246:0] AH01071: Got error ‘PHP message: PHP Warning: Cannot modify header information – headers already sent by (output started at /home/sites/21b/b/b2dd22ed10/public_html/wp-content/plugins/td-composer/legacy/Newspaper/header.php:1) in /home/sites/21b/b/b2dd22ed10/public_html/wp-content/plugins/jwt-authentication-for-wp-rest-api/public/class-jwt-auth-public.php on line 93’
ahmedabadexpress.com [Sat Apr 16 05:04:47 2022] [error] [client 103.238.106.246:0] AH01071: Got error ‘PHP message: PHP Warning: Cannot modify header information – headers already sent by (output started at /home/sites/21b/b/b2dd22ed10/public_html/wp-admin/includes/template.php:2538) in /home/sites/21b/b/b2dd22ed10/public_html/wp-content/plugins/jwt-authentication-for-wp-rest-api/public/class-jwt-auth-public.php on line 93’
ahmedabadexpress.com [Sat Apr 16 05:05:23 2022] [error] [client 103.238.106.246:0] AH01071: Got error ‘PHP message: PHP Warning: Cannot modify header information – headers already sent by (output started at /home/sites/21b/b/b2dd22ed10/public_html/wp-content/plugins/td-composer/legacy/Newspaper/header.php:1) in /home/sites/21b/b/b2dd22ed10/public_html/wp-content/plugins/jwt-authentication-for-wp-rest-api/public/class-jwt-auth-public.php on line 93’
ahmedabadexpress.com [Sat Apr 16 05:21:04 2022] [error] [client 103.238.106.246:0] AH01071: Got error ‘PHP message: PHP Warning: Cannot modify header information – headers already sent by (output started at /home/sites/21b/b/b2dd22ed10/public_html/wp-content/plugins/td-composer/legacy/Newspaper/header.php:1) in /home/sites/21b/b/b2dd22ed10/public_html/wp-content/plugins/jwt-authentication-for-wp-rest-api/public/class-jwt-auth-public.php on line 93’
ahmedabadexpress.com [Sat Apr 16 05:21:13 2022] [error] [client 103.238.106.246:0] AH01071: Got error ‘PHP message: PHP Warning: Cannot modify header information – headers already sent by (output started at /home/sites/21b/b/b2dd22ed10/public_html/wp-content/plugins/td-composer/legacy/Newspaper/header.php:1) in /home/sites/21b/b/b2dd22ed10/public_html/wp-content/plugins/jwt-authentication-for-wp-rest-api/public/class-jwt-auth-public.php on line 93’
ahmedabadexpress.com [Sat Apr 16 06:02:31 2022] [error] [client 103.238.106.246:0] AH01071: Got error ‘PHP message: PHP Warning: Cannot modify header information – headers already sent by (output started at /home/sites/21b/b/b2dd22ed10/public_html/wp-admin/includes/template.php:2538) in /home/sites/21b/b/b2dd22ed10/public_html/wp-content/plugins/jwt-authentication-for-wp-rest-api/public/class-jwt-auth-public.php on line 93’
ahmedabadexpress.com [Sat Apr 16 06:03:29 2022] [error] [client 103.238.106.246:0] AH01071: Got error ‘PHP message: PHP Warning: Cannot modify header information – headers already sent by (output started at /home/sites/21b/b/b2dd22ed10/public_html/wp-admin/includes/template.php:2538) in /home/sites/21b/b/b2dd22ed10/public_html/wp-content/plugins/jwt-authentication-for-wp-rest-api/public/class-jwt-auth-public.php on line 93’
ahmedabadexpress.com [Sat Apr 16 06:04:06 2022] [error] [client 103.238.106.246:0] AH01071: Got error ‘PHP message: PHP Warning: Cannot modify header information – headers already sent by (output started at /home/sites/21b/b/b2dd22ed10/public_html/wp-admin/includes/template.php:2538) in /home/sites/21b/b/b2dd22ed10/public_html/wp-content/plugins/jwt-authentication-for-wp-rest-api/public/class-jwt-auth-public.php on line 93’
ahmedabadexpress.com [Sat Apr 16 06:04:41 2022] [error] [client 103.238.106.246:0] AH01071: Got error ‘PHP message: PHP Warning: Cannot modify header information – headers already sent by (output started at /home/sites/21b/b/b2dd22ed10/public_html/wp-admin/includes/template.php:2538) in /home/sites/21b/b/b2dd22ed10/public_html/wp-content/plugins/jwt-authentication-for-wp-rest-api/public/class-jwt-auth-public.php on line 93’
ahmedabadexpress.com [Sat Apr 16 06:04:55 2022] [error] [client 103.238.106.246:0] AH01071: Got error ‘PHP message: PHP Warning: Cannot modify header information – headers already sent by (output started at /home/sites/21b/b/b2dd22ed10/public_html/wp-admin/includes/template.php:2538) in /home/sites/21b/b/b2dd22ed10/public_html/wp-content/plugins/jwt-authentication-for-wp-rest-api/public/class-jwt-auth-public.php on line 93’
ahmedabadexpress.com [Sat Apr 16 06:38:44 2022] [error] [client 103.238.106.246:0] AH01071: Got error ‘PHP message: PHP Warning: Cannot modify header information – headers already sent by (output started at /home/sites/21b/b/b2dd22ed10/public_html/wp-admin/includes/template.php:2538) in /home/sites/21b/b/b2dd22ed10/public_html/wp-content/plugins/jwt-authentication-for-wp-rest-api/public/class-jwt-auth-public.php on line 93’
ahmedabadexpress.com [Sat Apr 16 07:21:12 2022] [error] [client 103.238.106.246:0] PHP Fatal error: Cannot redeclare post_featured_image_json() (previously declared in /home/sites/21b/b/b2dd22ed10/public_html/wp-includes/functions.php:8393) in /home/sites/21b/b/b2dd22ed10/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(469) : eval()’d code on line 1
ahmedabadexpress.com [Sat Apr 16 07:21:17 2022] [error] [client 103.238.106.246:0] PHP Fatal error: Cannot redeclare post_featured_image_json() (previously declared in /home/sites/21b/b/b2dd22ed10/public_html/wp-includes/functions.php:8393) in /home/sites/21b/b/b2dd22ed10/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(469) : eval()’d code on line 1
ahmedabadexpress.com [Sat Apr 16 07:21:46 2022] [error] [client 122.170.148.25:0] AH01071: Got error ‘PHP message: PHP Fatal error: Cannot redeclare post_featured_image_json() (previously declared in /home/sites/21b/b/b2dd22ed10/public_html/wp-includes/functions.php:8393) in /home/sites/21b/b/b2dd22ed10/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(469) : eval()’d code on line 1’
ahmedabadexpress.com [Sat Apr 16 07:21:47 2022] [error] [client 122.170.148.25:0] AH01071: Got error ‘PHP message: PHP Fatal error: Cannot redeclare post_featured_image_json() (previously declared in /home/sites/21b/b/b2dd22ed10/public_html/wp-includes/functions.php:8393) in /home/sites/21b/b/b2dd22ed10/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(469) : eval()’d code on line 1’
ahmedabadexpress.com [Sat Apr 16 07:22:06 2022] [error] [client 122.170.148.25:0] AH01071: Got error ‘PHP message: PHP Fatal error: Cannot redeclare post_featured_image_json() (previously declared in /home/sites/21b/b/b2dd22ed10/public_html/wp-includes/functions.php:8393) in /home/sites/21b/b/b2dd22ed10/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(469) : eval()’d code on line 1’
ahmedabadexpress.com [Sat Apr 16 07:22:07 2022] [error] [client 122.170.148.25:0] AH01071: Got error ‘PHP message: PHP Fatal error: Cannot redeclare post_featured_image_json() (previously declared in /home/sites/21b/b/b2dd22ed10/public_html/wp-includes/functions.php:8393) in /home/sites/21b/b/b2dd22ed10/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(469) : eval()’d code on line 1’
http://www.ahmedabadexpress.com [Sat Apr 16 07:22:20 2022] [error] [client 122.170.148.25:0] AH01071: Got error ‘PHP message: PHP Fatal error: Cannot redeclare post_featured_image_json() (previously declared in /home/sites/21b/b/b2dd22ed10/public_html/wp-includes/functions.php:8393) in /home/sites/21b/b/b2dd22ed10/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(469) : eval()’d code on line 1’
http://www.ahmedabadexpress.com [Sat Apr 16 07:22:20 2022] [error] [client 122.170.148.25:0] AH01071: Got error ‘PHP message: PHP Fatal error: Cannot redeclare post_featured_image_json() (previously declared in /home/sites/21b/b/b2dd22ed10/public_html/wp-includes/functions.php:8393) in /home/sites/21b/b/b2dd22ed10/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(469) : eval()’d code on line 1’
http://www.ahmedabadexpress.com [Sat Apr 16 07:22:24 2022] [error] [client 122.170.148.25:0] AH01071: Got error ‘PHP message: PHP Fatal error: Cannot redeclare post_featured_image_json() (previously declared in /home/sites/21b/b/b2dd22ed10/public_html/wp-includes/functions.php:8393) in /home/sites/21b/b/b2dd22ed10/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(469) : eval()’d code on line 1’
http://www.ahmedabadexpress.com [Sat Apr 16 07:22:24 2022] [error] [client 122.170.148.25:0] AH01071: Got error ‘PHP message: PHP Fatal error: Cannot redeclare post_featured_image_json() (previously declared in /home/sites/21b/b/b2dd22ed10/public_html/wp-includes/functions.php:8393) in /home/sites/21b/b/b2dd22ed10/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(469) : eval()’d code on line 1’
http://www.ahmedabadexpress.com [Sat Apr 16 07:22:40 2022] [error] [client 122.170.148.25:0] AH01071: Got error ‘PHP message: PHP Fatal error: Cannot redeclare post_featured_image_json() (previously declared in /home/sites/21b/b/b2dd22ed10/public_html/wp-includes/functions.php:8393) in /home/sites/21b/b/b2dd22ed10/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(469) : eval()’d code on line 1’
http://www.ahmedabadexpress.com [Sat Apr 16 07:22:43 2022] [error] [client 122.170.148.25:0] AH01071: Got error ‘PHP message: PHP Fatal error: Cannot redeclare post_featured_image_json() (previously declared in /home/sites/21b/b/b2dd22ed10/public_html/wp-includes/functions.php:8393) in /home/sites/21b/b/b2dd22ed10/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(469) : eval()’d code on line 1’
http://www.ahmedabadexpress.com [Sat Apr 16 07:22:43 2022] [error] [client 122.170.148.25:0] AH01071: Got error ‘PHP message: PHP Fatal error: Cannot redeclare post_featured_image_json() (previously declared in /home/sites/21b/b/b2dd22ed10/public_html/wp-includes/functions.php:8393) in /home/sites/21b/b/b2dd22ed10/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(469) : eval()’d code on line 1’
ahmedabadexpress.com [Sat Apr 16 07:23:36 2022] [error] [client 103.238.106.246:0] AH01071: Got error ‘PHP message: PHP Fatal error: Cannot redeclare post_featured_image_json() (previously declared in /home/sites/21b/b/b2dd22ed10/public_html/wp-includes/functions.php:8393) in /home/sites/21b/b/b2dd22ed10/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(469) : eval()’d code on line 1’
ahmedabadexpress.com [Sat Apr 16 07:23:44 2022] [error] [client 103.238.106.246:0] AH01071: Got error ‘PHP message: PHP Fatal error: Cannot redeclare post_featured_image_json() (previously declared in /home/sites/21b/b/b2dd22ed10/public_html/wp-includes/functions.php:8393) in /home/sites/21b/b/b2dd22ed10/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(469) : eval()’d code on line 1’
ahmedabadexpress.com [Sat Apr 16 07:23:45 2022] [error] [client 103.238.106.246:0] AH01071: Got error ‘PHP message: PHP Fatal error: Cannot redeclare post_featured_image_json() (previously declared in /home/sites/21b/b/b2dd22ed10/public_html/wp-includes/functions.php:8393) in /home/sites/21b/b/b2dd22ed10/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(469) : eval()’d code on line 1’
ahmedabadexpress.com [Sat Apr 16 07:25:34 2022] [error] [client 103.238.106.246:0] AH01071: Got error ‘PHP message: PHP Warning: Cannot modify header information – headers already sent by (output started at /home/sites/21b/b/b2dd22ed10/public_html/wp-content/plugins/td-composer/legacy/Newspaper/header.php:1) in /home/sites/21b/b/b2dd22ed10/public_html/wp-content/plugins/jwt-authentication-for-wp-rest-api/public/class-jwt-auth-public.php on line 93’
ahmedabadexpress.com [Sat Apr 16 07:25:43 2022] [error] [client 103.238.106.246:0] AH01071: Got error ‘PHP message: PHP Warning: Cannot modify header information – headers already sent by (output started at /home/sites/21b/b/b2dd22ed10/public_html/wp-content/plugins/td-composer/legacy/Newspaper/header.php:1) in /home/sites/21b/b/b2dd22ed10/public_html/wp-content/plugins/jwt-authentication-for-wp-rest-api/public/class-jwt-auth-public.php on line 93’
ahmedabadexpress.com [Sat Apr 16 07:50:31 2022] [error] [client 103.238.106.246:0] PHP Warning: Cannot modify header information – headers already sent by (output started at /home/sites/21b/b/b2dd22ed10/public_html/wp-content/plugins/td-composer/legacy/Newspaper/header.php:1) in /home/sites/21b/b/b2dd22ed10/public_html/wp-content/plugins/jwt-authentication-for-wp-rest-api/public/class-jwt-auth-public.php on line 93
ahmedabadexpress.com [Sat Apr 16 07:59:07 2022] [error] [client 103.238.106.246:0] AH01071: Got error ‘PHP message: PHP Warning: Cannot modify header information – headers already sent by (output started at /home/sites/21b/b/b2dd22ed10/public_html/wp-admin/includes/template.php:2538) in /home/sites/21b/b/b2dd22ed10/public_html/wp-content/plugins/jwt-authentication-for-wp-rest-api/public/class-jwt-auth-public.php on line 93’
ahmedabadexpress.com [Sat Apr 16 07:59:52 2022] [error] [client 103.238.106.246:0] AH01071: Got error ‘PHP message: PHP Warning: Cannot modify header information – headers already sent by (output started at /home/sites/21b/b/b2dd22ed10/public_html/wp-admin/includes/template.php:2538) in /home/sites/21b/b/b2dd22ed10/public_html/wp-content/plugins/jwt-authentication-for-wp-rest-api/public/class-jwt-auth-public.php on line 93’
ahmedabadexpress.com [Sat Apr 16 10:19:26 2022] [error] [client 103.238.106.246:0] AH01071: Got error ‘PHP message: PHP Warning: Cannot modify header information – headers already sent by (output started at /home/sites/21b/b/b2dd22ed10/public_html/wp-admin/includes/template.php:2538) in /home/sites/21b/b/b2dd22ed10/public_html/wp-content/plugins/jwt-authentication-for-wp-rest-api/public/class-jwt-auth-public.php on line 93’
ahmedabadexpress.com [Sat Apr 16 10:50:53 2022] [error] [client 103.238.106.246:0] AH01071: Got error ‘PHP message: PHP Warning: Cannot modify header information – headers already sent by (output started at /home/sites/21b/b/b2dd22ed10/public_html/wp-admin/includes/template.php:2538) in /home/sites/21b/b/b2dd22ed10/public_html/wp-content/plugins/jwt-authentication-for-wp-rest-api/public/class-jwt-auth-public.php on line 93’
ahmedabadexpress.com [Sat Apr 16 10:51:30 2022] [error] [client 103.238.106.246:0] AH01071: Got error ‘PHP message: PHP Warning: Cannot modify header information – headers already sent by (output started at /home/sites/21b/b/b2dd22ed10/public_html/wp-admin/includes/template.php:2538) in /home/sites/21b/b/b2dd22ed10/public_html/wp-content/plugins/jwt-authentication-for-wp-rest-api/public/class-jwt-auth-public.php on line 93’
ahmedabadexpress.com [Sat Apr 16 12:31:33 2022] [error] [client 103.238.106.246:0] AH01071: Got error ‘PHP message: PHP Warning: Cannot modify header information – headers already sent by (output started at /home/sites/21b/b/b2dd22ed10/public_html/wp-admin/includes/template.php:2538) in /home/sites/21b/b/b2dd22ed10/public_html/wp-content/plugins/jwt-authentication-for-wp-rest-api/public/class-jwt-auth-public.php on line 93’
ahmedabadexpress.com [Sat Apr 16 12:31:37 2022] [error] [client 103.238.106.246:0] AH01071: Got error ‘PHP message: PHP Warning: Cannot modify header information – headers already sent by (output started at /home/sites/21b/b/b2dd22ed10/public_html/wp-admin/includes/template.php:2538) in /home/sites/21b/b/b2dd22ed10/public_html/wp-content/plugins/jwt-authentication-for-wp-rest-api/public/class-jwt-auth-public.php on line 93’
ahmedabadexpress.com [Sat Apr 16 13:09:17 2022] [error] [client 103.238.106.246:0] AH01071: Got error ‘PHP message: PHP Warning: Cannot modify header information – headers already sent by (output started at /home/sites/21b/b/b2dd22ed10/public_html/wp-admin/includes/template.php:2538) in /home/sites/21b/b/b2dd22ed10/public_html/wp-content/plugins/jwt-authentication-for-wp-rest-api/public/class-jwt-auth-public.php on line 93’
ahmedabadexpress.com [Sat Apr 16 13:12:33 2022] [error] [client 103.238.106.246:0] AH01071: Got error ‘PHP message: PHP Warning: Cannot modify header information – headers already sent by (output started at /home/sites/21b/b/b2dd22ed10/public_html/wp-admin/includes/template.php:2538) in /home/sites/21b/b/b2dd22ed10/public_html/wp-content/plugins/jwt-authentication-for-wp-rest-api/public/class-jwt-auth-public.php on line 93’
ahmedabadexpress.com [Sat Apr 16 13:14:01 2022] [error] [client 103.238.106.246:0] AH01071: Got error ‘PHP message: PHP Warning: Cannot modify header information – headers already sent by (output started at /home/sites/21b/b/b2dd22ed10/public_html/wp-admin/includes/template.php:2538) in /home/sites/21b/b/b2dd22ed10/public_html/wp-content/plugins/jwt-authentication-for-wp-rest-api/public/class-jwt-auth-public.php on line 93’
ahmedabadexpress.com [Sat Apr 16 13:21:45 2022] [error] [client 103.238.106.246:0] AH01071: Got error ‘PHP message: PHP Warning: Cannot modify header information – headers already sent by (output started at /home/sites/21b/b/b2dd22ed10/public_html/wp-admin/includes/template.php:2538) in /home/sites/21b/b/b2dd22ed10/public_html/wp-content/plugins/jwt-authentication-for-wp-rest-api/public/class-jwt-auth-public.php on line 93’
ahmedabadexpress.com [Sat Apr 16 14:48:18 2022] [error] [client 103.238.106.246:0] AH01071: Got error ‘PHP message: PHP Warning: Cannot modify header information – headers already sent by (output started at /home/sites/21b/b/b2dd22ed10/public_html/wp-admin/includes/template.php:2538) in /home/sites/21b/b/b2dd22ed10/public_html/wp-content/plugins/jwt-authentication-for-wp-rest-api/public/class-jwt-auth-public.php on line 93’
for Mobile Theme change
/clickandbuilds/Ganzemedizin/wp-content/plugins/td-composer/legacy/common/wp_booster/td_module_single_base.php
line 1096
$buffy .= '<div class="td-author-description">';
$buffy .= do_shortcode(get_the_author_meta('description', $author_id));
$buffy .= '</div>';
-
Update for newspaper 11 – Shortcodes in AUTHOR-Box
…. plugins/td-cloud-libary/shortcodes/single/tdb_single_author_box.php
edit almost last line 576
return do_shortcode($buffy);
then the same on td-cloud-libary/shortcodes/author/tdb_author_box.php or author_description (I changed both)
-
Here the HOW TO USE ShortCodes for COMMENTS
to keep website neat and clean I want to toggle (accordion) the comments.
so edit file:
/clickandbuilds/Ganzemedizin/wp-content/plugins/td-cloud-library/shortcodes/single/tdb_single_comments.php
almost last line where $buffy is returned and change it to
return do_shortcode('[toggle title=" view comments or write a comment "]' . $buffy . '[/toggle]');
-
This reply was modified 4 years by
HeliR.
Hi,
I want to use a plug-in called Product bundles. I have to versions available, one by Woocommerce, and a third party one.
When I install the one by Woocommerce all product pages go blank and it says:
2022/02/04 10:39:36 [error] 22385#22385: *4764299 FastCGI sent in stderr: “PHP message: PHP Fatal error: Uncaught Error: Call to a member function is_type() on null in /www/martingijzemijter_121/public/wp-content/plugins/woo-product-bundle/includes/class-woosb.php:2297
Stack trace:
#0 /www/martingijzemijter_121/public/wp-includes/class-wp-hook.php(307): WPCleverWoosb->woosb_add_to_cart_button(”)
#1 /www/martingijzemijter_121/public/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters(”, Array)
#2 /www/martingijzemijter_121/public/wp-includes/plugin.php(474): WP_Hook->do_action(Array)
#3 /www/martingijzemijter_121/public/wp-content/plugins/td-woo/shortcodes/td_woo_add_to_cart.php(1085): do_action(‘woocommerce_bef…’)
#4 /www/martingijzemijter_121/public/wp-content/plugins/td-composer/legacy/common/wp_booster/td_global_blocks.php(27): td_woo_add_to_cart->render(Array, ”)
#5 /www/martingijzemijter_121/public/wp-includes/shortcodes.php(356): td_global_blocks::proxy_function(Array, ”, ‘td_woo_add_to_c…’)
#6 [internal function]: do_shortcode_tag(Array)
#7 /www/ma” while reading upstream, client: 217.101.14.159, server: martingijzemijter.nl, request: “GET /product/wisseldecoratie-uitbreiding-waxinelichtjes/ HTTP/1.1”, upstream: “fastcgi://unix:/var/run/php7.4-fpm-martingijzemijter.sock:”, host: “martingijzemijter.nl:26715”, referrer: “https://martingijzemijter.nl/producten/wisseldecoratie/?product-page=2”
I tried a different one, and this one doesn’t give me an error, but it also doesn’t show anything of the product bundles on the page. When I switch to a default template, it does show.
What should I do?
Thanks!
Martin
[Tue Jan 25 15:55:40.075763 2022] [fcgid:warn] [pid 7599:tid 139979298154240] [client 40.77.167.73:40996] mod_fcgid: stderr: WordPress database error Cannot add or update a child row: a foreign key constraint fails (e_channelnews_com.wp_s7qck994jh_bc_random_banner_statistics, CONSTRAINT fk_statistics_random_banner_pro FOREIGN KEY (random_banner_id) REFERENCES jO4591Ep_bc_random_banner (id) ON ) for query INSERT INTO wp_s7qck994jh_bc_random_banner_statistics ( country_code, country_name, city, postal, latitude, longitude, ipv4, state, s_type, created_at, random_banner_id ) VALUES ( '', '', '', '', '', '', '', '', 'v', '2022-01-25 18:55:40', '63') made by require('wp-blog-header.php'), require_once('wp-includes/template-loader.php'), include('/plugins/td-standard-pack/Newspaper/parts/single/single_template_2.php'), require_once('/plugins/td-standard-pack/Newspaper/parts/single/loop-single-2.php'), td_module_single_base->get_content, apply_filters('the_content'), WP_Hook->apply_filters, bc_rb_check_ads_required, bc_rb_insert_short_code_into_post_pages, generate_short_code_by_settings, do_shortcode, preg_replace_callback, do_shortcode_tag, bc_random_banner_shortcode, bc_rb_generate_banners, bc_rb_get_unique_banner_from_session, bc_rb_check_value_in_session, bc_rb_update_statistics_on_impression, bc_rb_update_statistics_impression_model, RBStatistics->store, bc_rb_store_statistics, wp_insert_rows