the tagDiv Composer Error, not working at all.

Posted in: Newspaper
Post count: 5

Hello,
I am getting this error when trying to edit anything using the tagDiv Composer:
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)

When in the Inspector I see this error:
Refused to display 'https://mydomain.com/' in a frame because it set 'X-Frame-Options' to 'deny'.

When I add this code from here

<IfModule mod_headers.c>
Header always append X-Frame-Options SAMEORIGIN
</IfModule>

..to my .htaccess file the problem still exisits and I see this error:

Refused to display 'https://mydomain.com/' in a frame because it set multiple 'X-Frame-Options' headers with conflicting values ('DENY, SAMEORIGIN'). Falling back to 'deny'.

This theme is basically unusable untill this is fixed. How do I fix this?

  • This topic was modified 3 years by ar15usr. Reason: spelling
  • This topic was modified 3 years by ar15usr.
  • This topic was modified 3 years by ar15usr.
Post count: 27744

Hi,

For this error, please check this topic: https://forum.tagdiv.com/topic/error-at-zones-6models-1dom-the-model-does-not-match-the-content-currene/, please use a revision of the page/template.

Thank you!

Post count: 5

Thank you for your response, but it does not work.

I solved the issue by setting “Header always set X-Frame-Options SAMEORIGIN” in the Apache Server Config if this helps anyone…

Post count: 27744

Hi,

I’m glad you managed to find the problem, and thank you for sharing with the community.

Thank you!

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