I have been running wordpress for some months now, I upgraded to 1.5 and everything was fine, I upgraded to 1.5.1 and it has been working great up until about 2 weeks ago. At first I was starting to get 505 errors, this was happening only occasionally, it was fine when I refreshed the page. I wasn't too concerned about this I just thought it was some issue with my server that would resolve it's self. Then today (about 6 hours ago) I was able to add a new post (this went fine until I came to try and edit) I was trying to delete an entry but it just wouldn't go.
Now after coming back to update my site I get this error -
http://bronze-ambition.net/siteerror.jpg
I do not know if this is all server problems or is it something to do with wordpress? Is my database to full?
I am not a "techy" so I have no idea. This is all new to me.
At the top of the page it says -
[backticks]
WordPress database error: [�� ]
SELECT DISTINCT * FROM wp_posts WHERE 1=1 AND 0=1 AND post_date_gmt <= '2005-09-01 19:48:59' AND (post_status = "publish") GROUP BY wp_posts.ID ORDER BY post_date DESC LIMIT 0, 20
WordPress database error: [�� ]
SELECT DISTINCT * FROM wp_posts WHERE 1=1 AND post_date_gmt <= '2005-09-01 19:48:59' AND (post_status = "publish") GROUP BY wp_posts.ID ORDER BY not (ID in (294)), post_date DESC LIMIT 0, 20
WordPress database error: [�� ]
SELECT DISTINCT YEAR(post_date) AS year, MONTH(post_date) AS month, count(ID) as posts FROM wp_posts WHERE post_date < '2005-09-01 19:48:54' AND post_status = 'publish' GROUP BY YEAR(post_date), MONTH(post_date) ORDER BY post_date DESC[backticks/]
And on the sidebar it says -
[backticks]
WordPress database error: [�� ]
SELECT cat_ID, cat_name, category_nicename, category_description, COUNT(wp_post2cat.post_id) AS cat_count FROM wp_categories INNER JOIN wp_post2cat ON (cat_ID = category_id) INNER JOIN wp_posts ON (ID = post_id) WHERE post_status = 'publish' AND post_date_gmt < '2005-09-01 19:48:54' GROUP BY category_id
* No categories
WordPress database error: [�� ]
SELECT ID, post_title, post_name, post_parent ,UNIX_TIMESTAMP(post_modified) AS time_modified,UNIX_TIMESTAMP(post_date) AS time_created FROM wp_posts WHERE post_status = 'static' ORDER BY post_title ASC[/backticks]
Does anyone know what the problem is?
Many thanks in advance.