• mammatus

    (@mammatus)


    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)
  • drmike

    (@drmike)

    What version of wordpress are you running?

    What version of wordpress does your theme support?

    I have a feeling that you’re uring a theme that was designed for either 1.5 or 2.0 and you’re using version 2.1 of wordpress. You may want to check with where you got your theme and see if teh designer has done an update.

Viewing 1 replies (of 1 total)

The topic ‘Error with Categories – Help Requested’ is closed to new replies.