Tagdiv composer not loading

Posted in: Newspaper
Post count: 191

https://prnt.sc/rAnUkIV-weal

it is only loading

Post count: 191

Uncaught SyntaxError: JSON.parse: unterminated string at line 1 column 12162 of the JSON data
wp-content/plugins/td-composer/assets/js/js_files_for_wrapper.min.js?ver=8b696c143e3bac57b8492b1871ec539b:43

The line with the issue:
var h=JSON.parse(tdcUtil.b64DecodeUnicode(b));
What could this possibly be?

Post count: 27744

Hello,

Please let me know what version of the theme you have, the PHP version, and if you tried to do a test using only tagdiv plugins.

Thank you!

Post count: 191

PHP: 8.1.12
Theme: 12.3
Plugins:
Cloud Library: 2.5
Composer: 3.9
Newsletter: 1.8
Opt-in builder: 1.4.1
Social counter: 5.2
Standard pack: 1.7
Tried with only the above, still getting infinite load

Post count: 27744

Hi,

Please try to use PHP version 8.0
Also, please check the error log file.

Thank you!

Post count: 97

Same here. Just installed 12.3 and I can’t edit any page.

Error at zones: 6(models) : 0(dom). The model does not match the content Current state has involved an issue. You could try an UNDO operation (CTRL+Z / CTRL+SHIFT+Z)

Same on PHP8.1 as well as PHP 8.0

Post count: 97

It’s related to a strict security policy.
Change
Header set Content-Security-Policy “frame-ancestors ‘none'”
to
Header set Content-Security-Policy “frame-ancestors ‘self'”
and the builder will load

  • This reply was modified 3 years by chrisfoxatx. Reason: fix included
Post count: 191

you fixed it?

Post count: 97

It fixed it for me.

Open up Developer Tools in Chrome and see what the error is.
For me it showed it could not access the frame.
I remember that I spent a full day earlier hardening my WP install, which was a bit too strict. Allowing self fixed it for me.

For who doesn’t know what I’m talking about, look for this in your .htaccess file.
Make a backup of that file first 😉

Post count: 191

Because i dont know, what did you change?

Post count: 97

I wrote it above.

Post count: 191

This is not the case for me, i dont have set any
Header set Content-Security-Policy

Post count: 191

It is set to 8 and still is not loading

Post count: 191
Post count: 27744

Hi,

Please contact us via email, I think the problem is caused that you made changed in the header template.

Thank you!

Post count: 191
Viewing 16 posts - 1 through 16 (of 16 total)
The forum ‘Newspaper’ is closed to new topics and replies.