- NewspaperHow to Use tagDiv Cloud Library
- NewspaperCloud Library Templates
- NewspaperCloud Library – Category Templates
- NewspaperDesign your Post Pages using the Cloud Library Templates
- NewspapertagDiv Cloud Library Plugin
- NewspaperCloudflare (CDN)
- NewspaperSingle External Shortcode and External Shortcode
- NewspaperSearch setup for custom post type
- NewspapertagDiv Composer – Website Manager
- NewspaperFlex Block Builder and Flex Loop Builder
- NewspaperModules Builder in Newspaper Theme
- NewspaperIntroduction to CPT and ACF with Newspaper Theme
- NewspaperCreate a frontend submission form
- NewspaperFilters and sorting for taxonomies
- NewspaperUser review system
- NewspaperHow to use the Google Maps API
- NewspaperWooCommerce: Happy “Add to Favorites!”
- NewspaperHow to insert a block inside the content of a post
- NewspaperHow to setup the Contact Page
- NewspaperPosts Loop Element
Hello,
The solution is this one with the cloud templates.
You can try to use the standard template if you want.
Thank you!
Tento importar templates de páginas, ou seções, com o Pre-designed Templates – tagDiv Cloud Library e quando clico para importar ele não faz nada. Nenhuma mensagem de erro, nada. Como resolver?
I try to import page templates, or sections, with Pre-designed Templates – tagDiv Cloud Library and when I click to import it does nothing. No error messages, nothing. How to solve?
due to tag div cloud library plugin
Hi,
Normally, if it is from the theme settings, what you can do is to make sure that the font for the author is set to default, in this way it should be displayed exactly as it is written – https://i.imgur.com/Kg7Ydwy.png
In case you are using a Newspaper theme it is possible to have the cloud template, which can be checked using tagDiv Composer.
Thank you!
I see that others have this as well, and I am certain that you guys are looking into this already.
I get this error now:
Warning: Undefined array key 136 in [...]/wp-content/plugins/td-cloud-library/includes/tdb_functions.php on line 2282
Thank you
Hello!
All the cloud templates for posts,pages,etc can be found in Cloud Templates.
More documentation about the cloud templates is here:
– https://forum.tagdiv.com/cloud-library-templates/
– https://forum.tagdiv.com/design-post-pages-using-cloud-library-templates/
– https://forum.tagdiv.com/cloud-library-category-templates/
Thank you!
Hello Armand!
What do you mean by data catching box ? Please provide more information about this.
In the cloud templates, you can add the ads when you edit the post with TagDiv Composer in the element called ” Single Post Content ” in the tab ADS. Documentation here: https://forum.tagdiv.com/article-ads/
Or you can use the element called “Ad box” from TagDiv Composer, and there you need to add the ads: https://forum.tagdiv.com/ads-adsense-overview/
You can duplicate the category template, rename it, and delete the section from your previous template. So, you will have one template with this section and another one without it. Assign the template with the section to your special category. The other one can be global, as it was.
Thank you!
Hello,
I would like to integrate this data catching box on all articles but I can’t find the model in the cloud, could you please telle me how I can copy/past it or where I can find the model ?
Also I would like to integrate this other data catching box but into articles. I look after configuration, it appears that we can only integrate ads. Again I don’t want to make it compulsory to read but I want to integrate it in the middle of the content. Have you any solution?
Alos, would it be possible to make all additional text specific by categories. Because, i add “véhicules électriques” on Innovations categories and I find it on all categories pages. Capture attached
Thanks,
Regards,
Armand
Hi,
The mobile theme comes with its own templates for page, post, category, etc so your current templates from the desktop theme will get converted to the mobile theme layout, the page content is made without builders in mobile editor => https://www.screencast.com/t/xbgZG8kH also, the options that are provided to edit the mobile theme version are limited (this keeps the things simple)).
So, if you want to use the cloud templates, then you need to disable the mobile theme and AMP plugins, and then use the responsive version.
You can disable the mobile theme plugin on the pages from the Gutenberg editor using the following option => https://www.screencast.com/t/axXRJsWby
Also, please check this topic where I explained each mobile version -> https://forum.tagdiv.com/topic/mobile-version-not-working-properly-2/ -> https://forum.tagdiv.com/topic/amp-pages-not-working-well-with-this-theme/ and choose what mobile version you want.
Thank you!
Hello,
If the featured image is blurry, then please upload it full-size https://www.screencast.com/t/Oxue274e
Also, you can import another Single Post Template -> https://forum.tagdiv.com/design-post-pages-using-cloud-library-templates/
Thank you!
To be sure that we are referring to the same problem, please provide a screenshot with the banners (they should be small and only in certain places).
In this case, I will tell you the places where the banners are located in the code so that you can comment/delete them
– wp-content/plugins/td-composer/legacy/common/wp_booster/td_js.php comment the code from function td_js_msg_3 – https://i.imgur.com/iEQVVzq.png
– wp-content/plugins/td-cloud-library/td-cloud-library.php comment the code inside the if – https://i.imgur.com/UWHUsZ7.png
– wp-content/plugins/td-subscription/includes/admin/templates/tds-settings-header.php comment the code – https://i.imgur.com/AHVx9Km.png
– wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/panel/panel_core/td_panel_core.php comment this code – https://i.imgur.com/DKYmtni.png
– wp-content/themes/Newspaper/includes/wp-booster/wp-admin/tagdiv-view-header.php comment this code – https://i.imgur.com/7fHmBYv.png
I hope this will help you!
Hello!
This issue has been discussed already here, please check: https://forum.tagdiv.com/topic/can-t-access-cloud-library/
Thank you!
when i use template in cloud that tell me Envato key is missing or invalid. Please register your theme using a valid key and try again. Buy Newspaper Theme. but own site has registered key what is the problem
Hi Bettina, thanks for that, it seems to have resolved the issue.
Would we have to use a similar definition for custom taxonomy cloud templates to check the queried term_id?
Matt
Hello!
We recommend using cloud/PRO templates in order to have the possibility to edit them with the TagDiv Composer, which contains a lot of functions and features, Please check our tutorial here: https://forum.tagdiv.com/tagdiv-composer-tutorial/
More documentation about the cloud templates is here:
– https://forum.tagdiv.com/cloud-library-templates/
– https://forum.tagdiv.com/design-post-pages-using-cloud-library-templates/
– https://forum.tagdiv.com/cloud-library-category-templates/
If you prefer default templates, maybe you can find some codes that can do what you need. But, for sure, it is more complicated than using cloud templates to build the pages you need.
Thank you!
Hello Matt!
If you would like to add the shortcode to a single cloud template, then you should write the code like this:
global $tdb_state_single;
$post_id = $tdb_state_single->post_id->__invoke();
This will take the real post id, not the template id as you wrote the code above.
I hope that helps you!
Thank you!
Hi,
The 404 page can be set from the theme panel – https://i.imgur.com/b8oHjrG.png if you have the tagDiv Standard pack and you want a standard template or using a cloud template from cloud templates – https://i.imgur.com/8jOIQVH.png
I hope this will help you!
Hello,
Usually, this problem can appear when you are using the WPBakery if you have this plugin enables then please disable it and try again. There may be a conflict between WPBakery and the tagDiv cloud library.
Make sure there is not a plugin conflict or a cache issue. Please make a test, deactivate ALL plugins except tagDiv ones, also if you are using a cache plugin, deactivate it, clear all cache and try again.
Thank you!
Hello,
It seems you have the mobile theme + amp activated.
Please deactivate those plugins, tagdiv mobile theme and amp, clear all cache.
The mobile theme comes with its own templates for page, post, category, etc so your current templates from the desktop theme will get converted to the mobile theme layout, the page content is made without builders in mobile editor => https://www.screencast.com/t/xbgZG8kH also, the options that are provided to edit the mobile theme version are limited (this keeps the things simple)).
So, if you want to use the cloud templates, then you need to disable the mobile theme and AMP plugins, and then use the responsive version.
You can disable the mobile theme plugin on the pages from the Gutenberg editor using the following option => https://www.screencast.com/t/axXRJsWby
Also, please check this topic where I explained each mobile version -> https://forum.tagdiv.com/topic/mobile-version-not-working-properly-2/ -> https://forum.tagdiv.com/topic/amp-pages-not-working-well-with-this-theme/ and choose what mobile version you want.
Thank you!
Hi! I need your help.
Our website started to display some errors (CSS, I think):
1. In the ‘home’ many elements stopped being centered).
target=”_blank”https://prnt.sc/weRZnyf2JJN0
https://prnt.sc/riuYVMBZMUoU
This is how the home page looks correctly:
https://web.archive.org/web/20230306221124/https://impactotic.co/
2. In the entries, the width of the main image and the text block was enlarged (and everything was filling the screen).
https://prnt.sc/56GhhjiE_eLx
3. In the pages made with TagDiv Composer, elements are lost or blocks go to the left or to the full width.
https://prnt.sc/as19xgki8W6j
These failures occur without having made any changes to the WordPress installation in the last 2 months.
So far, I have tried the following to resolve it:
– Purge Cloudflare and WP-Rocket cache.
– Disable both caching tools.
– Deactivate and reactivate the TagDiv plugins.
– Make horizontal alignment of the rows, as indicated here in the forum (although it was always to the left and never failed). https://prnt.sc/fOa7vmeNIRM9
– Restore the database with a backup from yesterday, when the site was deploying perfectly.
It should be noted that on phones it still looks fine (we don’t use the tagDiv Mobile Theme).
What could have happened and how can I fix it?
Thanks in advance for your help!
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
Yes, we’re initially trying to use it in a cloud template for a custom post type.
I’ve tried to use the_title() in the same shortcode template file but this prints ‘Custom Template Name’ instead of the title of the post being displayed.
If we use ACF fields they display nothing.
If we then add the $mk_current_post_id = $this->post->ID; or $post_id = $this->post->ID; to the shortcode template file it creates a fatal error.
Hello Matt!
Where do you need to place that custom shortcode? In a single cloud post template?
Thank you!
Since there are only two pages, we feel a bit lost about where to update everything.
It would definitely be easier if there were pages that we could just update instead of hunting through the site.
We fear having forgotten about a few pages, and then having the CloudTheme layout show up.
Can someone please list all of the pages that need to be updated in the Gossip Theme, and where/how to do that?