WordPress Database error
-
Hi together,
just setting up my first wordpress page and I’m really impressed about all the features! Great work guys! But I have two problems:
1. In every article the text “The Blog” is added on top of the article. How can I remove this?
2. In every article I have a WordPress database error at the bottom with the text:WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ‘) AND p.ID != 99 AND p.post_status = ‘publish’ AND p.post_date_gmt <‘ at line 6]
SELECT p.*, count(tr.object_id) as count FROM wp_term_taxonomy AS tt, wp_term_relationships AS tr, wp_posts AS p WHERE tt.taxonomy =’post_tag’ AND tt.term_taxonomy_id = tr.term_taxonomy_id AND tr.object_id = p.ID AND tt.term_id IN () AND p.ID != 99 AND p.post_status = ‘publish’ AND p.post_date_gmt < NOW() GROUP BY tr.object_id ORDER BY count DESC, p.post_date_gmt DESC LIMIT 5;You can see both things under “http://www.gutholzsandhausen.de/test/?p=99”
Please help me with resolving this issues to go online as soon as possible.
Thanks
Michael -
You did not specify a blog address or reason for posting when you created this topic.
This support forum is for blogs hosted at WordPress.com. If your question is about a self-hosted WordPress blog then you’ll find help at the WordPress.org forums.
If you don’t understand the difference between WordPress.com and WordPress.org, you may find this information helpful.
If you forgot to include a link to your blog, you can reply and include it below. It’ll help people to answer your question.
This is an automated message.
-
For starters the site you reference does not seem to be hosted on WordPress.COM so you are in the wrong forum, you should take the friendly supportbot’s advice and make friends over at WordPress.ORG
-
Hi,
sorry, got the difference a bit too late :)
Already created a post there.Thanks
Michael -
- The topic ‘WordPress Database error’ is closed to new replies.