I get the following error when editing the author page with TagDiv
Errors at elements: 1(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)
This is a fresh install, So no, I did not mess with the child theme or headers yet.
I seen one of the threads say it could be a plugin issue so I disabled all plugins and enabled the tagdiv plugins. Same thing.
Any idea?
Hello!
Please check this topic and follow the instruction from there: https://forum.tagdiv.com/topic/i-am-unable-to-edit-my-pages-due-to-the-error-below/
Hope that helps you!
Thank you!
hmm I tried uninstalling tagdiv and reinstallnig.
I changed the try url function in nginx
Also changed my htacess.
No luck.
Here is my .htaccess
# BEGIN WordPress
# The directives (lines) between "BEGIN WordPress" and "END WordPress" are
# dynamically generated, and should only be modified via WordPress filters.
# Any changes to the directives between these markers will be overwritten.
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
<IfModule mod_security.c>
SecFilterEngine Off
SecFilterScanPOST Off
</IfModule>
<IfModule mod_substitute.c>`
SubstituteMaxLineLength 10M
</IfModule>
<IfModule mod_headers.c>
Header always append X-Frame-Options SAMEORIGIN
</IfModule>
-
This reply was modified 4 years by
Fudster.