Moderator
t-p
(@t-p)
Try manually resetting your plugins (no Dashboard access required). If that resolves the issue, reactivate each one individually until you find the cause.
If that does not resolve the issue, access your server via SFTP or FTP, or a file manager in your hosting account’s control panel, navigate to /wp-content/themes/ and rename the directory of your currently active theme. This will force the default theme to activate and hopefully rule-out a theme-specific issue (theme functions can interfere like plugins).
I found the answer online – to get rid of excess white space at the end of Functions.php. That worked!
(@mossifer)
4 years, 4 months ago
Issue: Using the Comments Admin, if I reply to a comment it gives a red error bar with no error text. If you reload, the comment was indeed posted. Something is happening with the ajax. Looks like it’s an issue with the core wp files!?? Turning off all plugins doesn’t help.
Errors:
XML Parsing Error: XML or text declaration not at start of entity
Location: /wp-admin/admin-ajax.php?_fs_blog_admin=true
Line Number 1, Column 2: admin-ajax.php:1:2
XML Parsing Error: XML or text declaration not at start of entity
Location: /wp-admin/edit-comments.php
Line Number 1, Column 2:`
The page I need help with: [log in to see the link]