davidterrar
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How to repair/replace missing wp_comments.MYDThanks Whooami,
Trying that now.Forum: Fixing WordPress
In reply to: How to repair/replace missing wp_comments.MYDHi whooami,
I really appreciate the help, but somehow the problem has moved forwards and changed. (Sometimes this internet stuff feels like alchemy to my poor brain.) The wp_comments table reappeared, and comments showed up back (amongst the DB errors) on my site. But then three other tables were giving DB errors issues, and phpMyAdmin showed them to be “in use”. They were wp_bas_visitors, wp_bas_log and wp_bas_refer. I found guidance that suggested I run a CHECK TABLE and then a REPAIR TABLE on each of these. That worked find for the first two, but on wp_bas_refer it gives a file not found error.So my blog still fails with DB errors for that missing file (http://biztwozero.com)
Do you have another script that could recreate that table? Is there anything else you suggest.
Your help is most appreciated. Thanks!
DavidForum: Fixing WordPress
In reply to: How to repair/replace missing wp_comments.MYDWhooami,
Thanks but you’ve removed the link before I had a chance to use it!!! Sorry, was off air because my ISP (vigin Media) was down. Can you put it back so I can apply your fix please? Many thanks in advance.
DavidForum: Fixing WordPress
In reply to: WP 2.0 messed up my permalinksHi,
I had this permalink 404 problem, but only with posts that had an apostrophe in the title! I used Ryan’s suggested fix of the new classes.php and functions-post.php and it cured the problem. Excellent! Thanks.