Main Blog Page PHP Errors

Posted in: Newspaper
Post count: 13

Went to view the main blog page, and individual post pages, getting three error messages over and over for the same theme file.

Error One
Warning: Cannot assign an empty string to a string offset in /app/public/wp-content/themes/Newspaper/includes/wp_booster/td_module.php on line 242
Error Two
Warning: Cannot assign an empty string to a string offset in /app/public/wp-content/themes/Newspaper/includes/wp_booster/td_module.php on line 246
Error Three
Warning: Cannot assign an empty string to a string offset in /app/public/wp-content/themes/Newspaper/includes/wp_booster/td_module.php on line 250

Did nothing to those lines, and they look exactly the same for version 9.0.1 of Newspaper as the previous version.


if (empty($td_temp_image_url[0])) {
$td_temp_image_url[0] = '';
}

if (empty($td_temp_image_url[1])) {
$td_temp_image_url[1] = '';
}

if (empty($td_temp_image_url[2])) {
$td_temp_image_url[2] = '';
}

I’m including a fresh live link, but it’ll expire in 12 hours, so I’ll update with new ones as needed. I can’t troubleshoot this issue myself, already tried de-activating plugins, clearing caches, restarting everything, Nothing. Theme and all plugins are up-to-date as well.

http://12fff67d.ngrok.io/

Post count: 22421

Please contact us on our email address at contact@tagdiv.com and provide a link to your site and wp-admin (login information and admin rights) so we can login and investigate. Please also include a link to this conversation so we can identify you.

Thank you!

Post count: 13

Moved site to live, it was offline before. This problem is gone it seems. But I have a different problem now with TD Composer, will create new topic.

Viewing 3 posts - 1 through 3 (of 3 total)
The forum ‘Newspaper’ is closed to new topics and replies.