View Single Post
  #1 (permalink)  
Old 01-10-2007, 06:36 PM
troque23 troque23 is offline
Junior Member
 
Join Date: Nov 2006
Location: Oakland, California, USA
Posts: 13
troque23 is on a distinguished road
Unhappy Wordpress Errors on my Blog

Wordpress Gurus out there, please help! I went to my site this morning and found horrible database error messages on the top of every page. Nor could I log on to my blog admin pages. Has anyone ever run into these messages?

Any help/suggestions would be appreciated! (I do have a backup so if all else fails, I will reinstall my site.) Argh!


WordPress database error: [User 'creative_wp_1' has exceeded the 'max_questions' resource (current value: 50000)]
SELECT DISTINCT * FROM wp_posts WHERE 1=1 AND post_date_gmt <= '2007-01-10 19:27:59' AND (post_status = "publish") AND post_status != "attachment" GROUP BY wp_posts.ID ORDER BY post_date DESC LIMIT 0, 10

WordPress database error: [User 'creative_wp_1' has exceeded the 'max_questions' resource (current value: 50000)]
SELECT DISTINCT YEAR(post_date) AS `year`, MONTH(post_date) AS `month`, count(ID) as posts FROM wp_posts WHERE post_date < '2007-01-10 11:27:11' AND post_date != '0000-00-00 00:00:00' AND post_status = 'publish' GROUP BY YEAR(post_date), MONTH(post_date) ORDER BY post_date DESC

WordPress database error: [User 'creative_wp_1' has exceeded the 'max_questions' resource (current value: 50000)]
DESC wp_comments

Warning: Invalid argument supplied for foreach() in /home/creative/public_html/blog/wp-content/plugins/BriansThreadedComments/briansthreadedcomments.php on line 94

WordPress database error: [User 'creative_wp_1' has exceeded the 'max_questions' resource (current value: 50000)]
ALTER TABLE wp_comments ADD COLUMN comment_reply_ID INT NOT NULL DEFAULT 0;

WordPress database error: [User 'creative_wp_1' has exceeded the 'max_questions' resource (current value: 50000)]
DESC wp_comments

Warning: Invalid argument supplied for foreach() in /home/creative/public_html/blog/wp-content/plugins/BriansThreadedComments/briansthreadedcomments.php on line 103


Here's the site with the horrible errors:
Creative Path Studio

Thanks in advance!
Trish
__________________
www.creativepathstudio.com

"The important thing is this: To be able at any moment to sacrifice what we are for what we could become."
--Charles Dubois
Reply With Quote