wolfcat
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: [Plugin: is_human()] Errors with Comments not foundFixed… turned out the problem was with my database 🙂
http://wordpress.org/support/topic/205445?replies=6 solution here.
Forum: Fixing WordPress
In reply to: Comments STUCK – same comment in queYes… had a look at the database dbWebAdmin and made comment_ID autoIndex again… (which for some reason it had decided to stop,….) and things seem to be back in order..
Solution was
goto WebAdmin, database..then the SQL was….
ALTER TABLE
wp_commentsCHANGEcomment_IDcomment_IDBIGINT( 20 ) UNSIGNED NOT NULL AUTO_INCREMENTForum: Fixing WordPress
In reply to: Comments STUCK – same comment in queeven tried changing the to address for wordpress emails to one account on the same domain, and to my gmail account… same email comes through every time.
Forum: Fixing WordPress
In reply to: Comments STUCK – same comment in queyes, with no comment related plug-ins it still fails.
and every post has this at the bottom of the email
Approve it: http://www.wolfcat.com.au/randomrants/wp-admin/comment.php?action=mac&c=0
Delete it: http://www.wolfcat.com.au/randomrants/wp-admin/comment.php?action=cdc&c=0
Spam it: http://www.wolfcat.com.au/randomrants/wp-admin/comment.php?action=cdc&dt=spam&c=0
Currently 0 comments are waiting for approval. Please visit the moderation panel:
http://www.wolfcat.com.au/randomrants/wp-admin/edit-comments.php?comment_status=moderatedso there are no posts in the queue according to the system… and I have tried entering posts via firefox (both as a moderator and not), ie and chrome… and they are all the same…
Forum: Fixing WordPress
In reply to: [Plugin: is_human()] Errors with Comments not foundfurther info,….
all comments are now appearing in my email approval list as comment.php?action=mac&c=0 in the email list….
even after I have disables isHuman… so something is quite wrong at the moment….which means that it can never find the correct ID to moderate or delete any comment…
help me obi wan your my only hope….