Blogroll Causing DB error In Misty Theme
-
Just when I think I have things under control something new pops up. It’s all good as I am learning a ton of stuff here. Here is the problem.
I deleted the links in the blogroll that came with the template, to add my own. If I put a link in the BlogRoll, I get the following message:
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 ‘L’ at line 1]
SELECT * , IF (DATE_ADD(link_updated, INTERVAL 120 MINUTE) >= NOW(), 1,0) as recently_updated FROM wp_links LEFT JOIN wp_link2cat ON (wp_links.link_id = wp_link2cat.link_id) WHERE 1=1 AND link_visible = ‘Y’ AND ( category_id = 2 ) ORDER BY link_name ASC LIMIT LThe Site is now here, http://www.peoplespatriot.com .
This message shows up exactly where “BlogRoll” would be in the sidebar, taking it’s place and the place of the links. The “General” links show up fine whether or not I place links in the BlogRoll.
The pages were fine with the old links. The pages are fine using the default theme. The pages are fine when there are no links in the BlogRoll category.
As soon as I place a link in the BlogRoll section (Misty Theme), I get the error message. I am also having a devil of a time trying to figure out the .htaccess file stuff. Is there some general code available for me to create a new one. There is no .htaccess file at all with the original installation.
Thanks for your patience with the noob.
The topic ‘Blogroll Causing DB error In Misty Theme’ is closed to new replies.