Error with Categories – Help Requested
-
this is the error showing up on my page at the bottom of my “Categories” list. I’m new to WP and MySQL – any help would be appreciated!
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 L
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Error with Categories – Help Requested’ is closed to new replies.