Troubleshooting Wordpress - Missing Comment Body
Wordpress? What? - You thought this blog was running on Drupal?
Well, you're right, it is running on Drupal, but my brother's blog is running Wordpress.
After doing some researching into Drupal vs Wordpress, and playing with some test Wordpress sites, I chose his blog up with Wordpress instead. Main reason - ease of use. Drupal is powerful, Wordpress is elegant and simple. I'm not saying one is better than the other, there is a place for both of them depending on the application. For my brother who is not proficient at PHP, MySQL, CSS and dealing with the intricacies web server and just wanted a simple way to blog, and publish his music and videos - Wordpress was the way to go.
I prefer customization and tinkering around with minute details to customize it to the max - I prefer Drupal.
Now that that debate is settled, onto the problem that we were having. Comments were working fine after the basic installation. Then suddenly, the comment bodies disapeared.
-
I looked into the CSS to see if the colour was the same as the background - Nope.
-
Went into the PHP to see if we mistakenly deleted the print comment_text(); line - Nope.
-
Looked in the MySQL database to see if the column with comment bodies had been nuked - Nope.
The solution ended up being pretty simple, but finding it took a lot of trial and error to get to.
There was apparently a plug-in that we installed that was messing with the comment bodies. We had installed:
-
AJAX Comment Preview
-
All in One SEO Pack
-
Audio player
-
FLV Embed
-
Google Analytics for WordPress
-
Google XML Sitemaps
-
wordTube
Google Analytics for Wordpress was the culprit. For whatever reason (I didn't have time to dig into details as to why it was doing that), it was not showing the comment bodies.
So, I de-activated the plugin, and lo-and behold there was an updated for that plugin. Did the update; which returned everything back to normal.



wierd
Yup.. not quite sure what
Plugins...
Post new comment