rimibchatterjee
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Trouble populating manage comments listWell, I regenerated the index a few minutes ago from my phpMyAdmin console and all is well again. The comments list is populated and healthy. Thank you, Whooami. I can now see why you were so exasperated with me: it really was a small problem. Once I got phpMyAdmin up and running it was a doddle. Dinner offer stands.
This thread can now be marked resolved.Forum: Fixing WordPress
In reply to: Trouble populating manage comments listIs there a demo site where I can see what a virgin install of 2.6.1 generates in terms of a wp_comments table???
Forum: Fixing WordPress
In reply to: Trouble populating manage comments listAh, part of the problem was that Yahoo’s default phpMyAdmin install was as useful as a chocolate hammer. Have manually installed phpMyAdmin and can see all my databases fine when I logon. However, The Key column comment_date_gmt very much exists in the table wp_comments and it has all the dates and times correct.
OK, if someone other than whooami could give me a hint here.Whooami, thanks so much for helping. If you’re ever in Kolkata I’ll stand you dinner.
Forum: Fixing WordPress
In reply to: Trouble populating manage comments listOK, thanks, I’ll try and get my head round this on my own. You really have helped me a lot and I’m very grateful 🙂 🙂 🙂 Thanks.
Forum: Fixing WordPress
In reply to: Trouble populating manage comments listOK when I log on to phpMyAdmin I don’t see a pull down menu of databases on the left hand side. There is just my domain name in bold but no links or other text of any kind. Should my databases be in a particular directory to be able to display here? they’re in my site root right now.
Forum: Fixing WordPress
In reply to: Trouble populating manage comments listalright, next silly question: where do I find the standard wp_comments table?
Sorry if this is obvious. Where do the indexes live? can i get them back? should i try?Forum: Fixing WordPress
In reply to: Trouble populating manage comments listForum: Fixing WordPress
In reply to: Trouble populating manage comments listBrilliant suggestion. I got this error. Please translate for me and if possible suggest how to fix.
WordPress database error: [Key column 'comment_date_gmt' doesn't exist in table] SELECT SQL_CALC_FOUND_ROWS * FROM wp_comments USE INDEX (comment_date_gmt) WHERE ( comment_approved = '0' OR comment_approved = '1' ) ORDER BY comment_date_gmt DESC LIMIT 0, 25can I leave that WP debug line in wp-config so i can check the rest of the install? just asking in case there’s a change it might conflict somewhere and mess something up.
Forum: Fixing WordPress
In reply to: Trouble populating manage comments listOK, thanks, whooami, will do and report.
Forum: Fixing WordPress
In reply to: Trouble populating manage comments listok, i’ve uploaded a screenshot of what i see when I open manage comments in dashboard. Am I overlooking something obvious? Please please tell me this is a simple problem and easily fixed.
Forum: Fixing WordPress
In reply to: Trouble populating manage comments listI get the manage comments page in dashboard with ‘no comments found’ although there are plenty of comments. The only plugin active is akismet. no others are activated. Wpstats is deactivated (see my other thread). Those are the only two in the directory.
Does this clarify?Forum: Fixing WordPress
In reply to: Trouble populating manage comments listWell, there seems to be a line in edit-comments.php that calls this, but I might be completely at sea here since my knowledge of php is minimal.