Home User profile
tagDiv Member
This user did not write anything. So we are just showing here some random text to make the profile page look nice :)
morrelinko
tagDiv Member

Fixed!

Reason: An mb_detect_encoding() error in the footer was causing the page to break hence not loading all js scripts required for td-composer plugin to load preview.

Just in case someone else has this problem in the future…

Install all wordpress required php extensions … in my case was mbstring & gd libraries …


sudo apt install php7.0-mbstring
sudo apt install php7.0-gd

And very important don’t forget to restart the apache service


sudo systemctl restart apache2

morrelinko
tagDiv Member

Hello… I’m experiencing the same thing… New wordpress install and new newspaper install doesn’t fix it… I check the Developer console on chrome and its the same js error

js_files_for_wrapper.min.js:199 Uncaught TypeError: Cannot read property ‘deleteItem’ of undefined

Viewing 2 posts - 1 through 2 (of 2 total)