Come on!! Don’t leave me hanging…show me some plugin love!!!
Hi Altstatten
Did I understand correctly that the Comments Page in your WordPress admin section went blank after approving a comment when DMSGuestbook plugin is installed?
Which db table did you uninstall, “dmsguestbook_options” or “wp_dmsguestbook”? And how? manually with a tool like phpmyadmin or with “DMSGuestbook -> Database settings”
DMSGuestbook creates two tables in your database: “dmsguestbook_options” and “wp_dmsguestbook”. Both of them have no influence on WordPress comments.
Or have I misunderstood you?
Greetings,
Dani
Yes, you understand correctly. Approve a comment, Comments Page goes blank!
I’m in PHPMyAdmin and I only see one table for DMSGuestbook. wp_dmsguestbook
I deactivate the plugin, uninstall it, manually delete the table above. Then I re-install the plugin but some of the old settings are still hiding in there somewhere.
Why don’t I see the other table you mention??
Clarification: NOT the comment area in the admin section; the actual Comments Page goes blank. What a visitor will see.
Okay. I got enough clues from your response to figger out that the settings are buried in wp_settings table. So I deleted them from the plugin’s db interface and all appears to be well.
apparently something got catywompus in the settings, causing the original problem.
Thx!
Well apparently I was wrong. I reinstalled EVERYTHING. Input a test comment.
If I don’t mark it to pre-approve the comment, the comment shows up on the Comments Page just fine.
I marked the settings to allow me to pre-approve it. Then I approve another test comment and the contents of the Comments Page disappears.
Any ideas?
DMSGuestbook creates two tables in your database: “dmsguestbook_options” and “wp_dmsguestbook”.
Sorry, “dmsguestbook_options” isn’t a table but an entry of the table “wp_options”. The DMSGuestbook widget settings will be find in the same table under the name: “widget_dmsguestbook”
Yeah, I figured that out. π
But I’m having the same disappearing content problem. See my last entry. Any thoughts?
I think this isn’t a DMSGuestbook problem but this things could help to find out where is the problem:
– Update the latest WordPress
– Deactivating all plugins and switch the theme to default
– Re-install WordPress or install it as second instance on your server (e.g. wordpress2) or on your local machine (e.g. xammp.org)
Greetings,
Dani
I AM running the latest WP.
Deactivated ALL plugins and tested them this morning. Nothing.
I’ll attempt to reinstall and see.