Tagged: x
-
AuthorPosts
-
January 20, 2017 at 9:05 pm #1339295
Scott HParticipantHello there,
site is boboandchichi.com
A few days ago there was some weird glitch and everytime I would click something in wordpress it logged me out and asked me to login.
A potential solution for it was to de-activate all my plugins. I did that and even deleted a few but it didn’t fix it. Found out it was a common issue for that day and it got resolved somehow.
But then I started seeing this only in my dashboard. (the site still works totally fine. But I still see this issue on every page in my dashboard and I have no idea how to go about fixing it.
Warning: SimpleXMLElement::__construct(): Entity: line 3: parser error : AttValue: ” or ‘ expected in /home/content/p3nexnas06_data01/63/2052563/html/wp-content/plugins/wp-fb/wp-fb.php on line 67
Warning: SimpleXMLElement::__construct(): <html lang=en> in /home/content/p3nexnas06_data01/63/2052563/html/wp-content/plugins/wp-fb/wp-fb.php on line 67
Warning: SimpleXMLElement::__construct(): ^ in /home/content/p3nexnas06_data01/63/2052563/html/wp-content/plugins/wp-fb/wp-fb.php on line 67
Warning: SimpleXMLElement::__construct(): Entity: line 3: parser error : attributes construct error in /home/content/p3nexnas06_data01/63/2052563/html/wp-content/plugins/wp-fb/wp-fb.php on line 67
Warning: SimpleXMLElement::__construct(): <html lang=en> in /home/content/p3nexnas06_data01/63/2052563/html/wp-content/plugins/wp-fb/wp-fb.php on line 67
Warning: SimpleXMLElement::__construct(): ^ in /home/content/p3nexnas06_data01/63/2052563/html/wp-content/plugins/wp-fb/wp-fb.php on line 67
Warning: SimpleXMLElement::__construct(): Entity: line 3: parser error : Couldn’t find end of Start Tag html line 3 in /home/content/p3nexnas06_data01/63/2052563/html/wp-content/plugins/wp-fb/wp-fb.php on line 67
Warning: SimpleXMLElement::__construct(): <html lang=en> in /home/content/p3nexnas06_data01/63/2052563/html/wp-content/plugins/wp-fb/wp-fb.php on line 67
Warning: SimpleXMLElement::__construct(): ^ in /home/content/p3nexnas06_data01/63/2052563/html/wp-content/plugins/wp-fb/wp-fb.php on line 67
Warning: SimpleXMLElement::__construct(): Entity: line 3: parser error : Extra content at the end of the document in /home/content/p3nexnas06_data01/63/2052563/html/wp-content/plugins/wp-fb/wp-fb.php on line 67
Warning: SimpleXMLElement::__construct(): <html lang=en> in /home/content/p3nexnas06_data01/63/2052563/html/wp-content/plugins/wp-fb/wp-fb.php on line 67
Warning: SimpleXMLElement::__construct(): ^ in /home/content/p3nexnas06_data01/63/2052563/html/wp-content/plugins/wp-fb/wp-fb.php on line 67
January 20, 2017 at 11:37 pm #1339377
FriechModeratorHi There,
Thanks for writing in! Please completely delete the wp-fb plugins. If that resolve the issue, then re-install a fresh copy and updated version of it.
Remember to clear all caches after updating so that the code from the latest release is always in use. This will help you to avoid any potential errors.
Let us know how it goes.
Cheers!
January 21, 2017 at 11:52 am #1339763
Scott HParticipantOMG yes, that totally worked. I also had a fatal error on one page and using the steps above it just looked like I de-activated a plugin that was needed and it was as simple as re-installing it.
Thank you.
One more question along these lines that I need help with. I get this error at the bottom of any page (except home page)
Warning: in_array() expects parameter 2 to be array, null given in /home/content/p3nexnas06_data01/63/2052563/html/wp-content/plugins/x-disqus-comments/functions/output.php on line 32
If I deactivate the disqus plugin it goes away. But then so do all my comments. I have tried updating it but it seems it is the newest version.
Any way I can go about fixing this as well?
Sincerely,
ScottJanuary 21, 2017 at 7:54 pm #1340067
Rue NelModeratorHello Scott,
Thanks for updating in! What you have been seeing is a PHP Warning. There’s nothing to worry about this. You can get rid of this warning by disabling WP_DEBUG mode? You can do this by opening
wp-config.phpand addingdefine( 'WP_DEBUG' , false );just above/* That's all, stop editing! Happy blogging. */For example:
define('WP_DEBUG', false); /* That's all, stop editing! Happy blogging. */When you revisit the page, you should no longer be seeing that Warning.
Hope this helps.
January 22, 2017 at 3:49 pm #1340743
Scott HParticipantHi there, thanks for this tip. However it didn’t work. In addition it looks like I already had that in the wp-config.php.
Is there any other solution?
Thank you,
ScottJanuary 22, 2017 at 8:50 pm #1340971
RadModeratorHi there,
It’s all triggered by WP FB plugin, you may contact the plugin author for further error. The plugin should have proper error handling. Turning off debugging won’t suppress the warnings generated by the plugin, which maybe it has serious issues.
And it looks like HTML/XTM DOM related and the document returns empty trigger the warning and errors.
Thanks.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1339295 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
