Hello
I get 2 warnings if I open 2 main pages on my blog like this:
Warning: Illegal string offset ‘td-multipurpose’ in /srv/users/ombaldan/apps/ombaldanblog/public/wp-content/plugins/td-composer/legacy/common/wp_booster/td_util.php on line 646
Warning: Illegal string offset ‘td-multipurpose’ in /srv/users/ombaldan/apps/ombaldanblog/public/wp-content/plugins/td-composer/legacy/common/wp_booster/td_util.php on line 1230
How to solve it?
I use VPS from DO and use Panel from Pilot Server
Thank you
Hi indkg1286s, is possible when the theme and theme plugin were installed to be some files that were not installed correctly, to make sure that this is not the case, please delete the theme and theme plugins and install it manually (via cPanel/FTP) using option B from our guide -> https://tagdiv.com/update-newspaper-theme/ after that update the theme plugins and activate them.
Let me know the results!
Hi,
If the problem continue, we’ll need to make some investigations, please send us an email at contact@tagdiv.com and provide admin login and cPanel. We will take a look and try to fix the problem. Include a link to this topic in the email.
Thank you for your understanding!
Hi @indkg1286s, I’m having the same issue. Were you able to come up with a fix?
I am having the same problem. There seems to be several threads with the same problem. The suggested solution to reinstall TD Composer plugin does not work. The problem did not exist before the update.
My error log is flooded with issues for several days now. Is the dev team aware of the problem that several users are having since this update? The OP was four days ago and many sites are having this problem.
Hi,
our developers are informed about those warnings about -> td-multipurpose, also there will be soon a theme update with some fix for the problems that were found after theme update, and this problem is one of them, that our developers are investigate to fix it.
Thank you for your understanding!
Hi,
Our developers made a fix for the above problem, this will be add in the coming updates. If you need it now, then you need to make the follow changes in theme files.
wp-content/plugins/td-composer/legacy/common/wp_booster/td_util.php then under line 645 you need to ad a code -> https://i.imgur.com/A3Sq7zk.png -> https://i.imgur.com/7Zl9pCS.png
if(empty($extra_icon_fonts)){
$extra_icon_fonts = array();
}
Then you need to go for the second Warning that was before on line 1230, now this will be on line 1232-1233 -> https://i.imgur.com/4jvz4kR.png there add again the above code like this -> https://i.imgur.com/1bSATjC.png
This should fix the problem!
Hope this will help!