Errors When editing author page

Posted in: Newspaper
Post count: 9

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?

Post count: 9

Also tried uninstalling the prebuilt and installing. Same error.

Post count: 21065

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!

Post count: 9

(oof I posted this reply on the wrong thread)

Actually, correction. It’s the single post page, not the author page.

Looking into the links provided.

Post count: 9

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.
Post count: 9

Thing is when I edit the home page and the author page it works fine. Just not the single post page

Post count: 9

Well. I tried a few things. No luck. Sent you a email.

Post count: 21065

Hello!

If you sent an email, then we will take a look and reply to you as soon as possible.

Thank you!

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