Desdichado
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: WordPress DB Error-**.wp_terms doesnt existThanks, I checked it out and I had not updated Google Site Maps.
Thanks!
Forum: Fixing WordPress
In reply to: WordPress DB Error-**.wp_terms doesnt existI am getting somewhat similar errors when posts or comments are published…
I got this error when I tried to write a comment to one of my posts:
WordPress database error: [Table ‘whatwedig.wp_post2cat’ doesn’t exist]
SELECT cat_ID AS ID, MAX(post_modified) AS last_mod FROMwp_postsp LEFT JOINwp_post2catpc ON p.ID = pc.post_id LEFT JOINwp_categoriesc ON pc.category_id = c.cat_ID WHERE post_status = ‘publish’ GROUP BY cat_IDI tried to force a database upgrade, but got this error:
WordPress database error: [Table ‘whatwedig.wp_categories’ doesn’t exist]
SELECT * FROM wp_categories ORDER BY cat_ID
WordPress database error: [Table ‘whatwedig.wp_post2cat’ doesn’t exist]
SELECT * FROM wp_post2cat
WordPress database error: [Table ‘whatwedig.wp_link2cat’ doesn’t exist]
SELECT * FROM wp_link2catThen I just noticed in my Manage Posts Page, the last post I posted says under the Category Column:
WordPress database error: [Table ‘whatwedig.wp_categories’ doesn’t exist]
SELECT categories.cat_ID FROM wp_categories as categories WHERE categories.category_nicename = ‘blog’ LIMIT 1Everything is still posting and the site works fine, but users are redirected to these error pages when posting comments. Any thoughts?
Forum: Fixing WordPress
In reply to: Plugin hook not registeringNo ideas from any one? Am I not explaining it well?
Forum: Fixing WordPress
In reply to: User Blocker – Spam UsersFound a thread on this.
Forum: Themes and Templates
In reply to: Recent Posts Including PagesThat did it. Thanks!
Forum: Developing with WordPress
In reply to: Posting to separate pagesThanks. I’ll give that a approach a try.
Forum: Developing with WordPress
In reply to: Posting to separate pagesTo add to this inquiry, because I would like to do the same thing, every post goes on the home page (or whichever one you select) and so if you want to separate it out by pages (topics) so that only posts related to those topics appear on those pages, I have not figured out how to do that. Any way? And the problem is every new post would go on the home page, wouldn’t it?
Forum: Installing WordPress
In reply to: Error on Writing PageThanks. For now, I have switched back my previous version as it was working fine for my uses. Hopefully, this will get resolved though as I did like some of the tweaks in 2.1.
Forum: Installing WordPress
In reply to: Error on Writing PageWell, I tried it with Firefox. Writing a new post works great. Editing an old one, sadly does not. Buttons for visual comes up, but pushing it does nothing.
Forum: Installing WordPress
In reply to: Error on Writing PageThanks. Trying it with Firefox. Frustrating indeed. I did find an earlier sting (http://wordpress.org/support/topic/101659?replies=25) on this that had a suggested patch to the TinyMCE JV, but that didn’t work either. Hopefully they’ll resolve this soon.
Desdichado
Forum: Themes and Templates
In reply to: Help with Sidebar LinksYou’re right. That made it easy. Thanks. I’ll be sure to check there first next time.