Forums

cat_id, cat_name 2.1 problem (6 posts)

  1. darko156
    Member
    Posted 5 years ago #

    I have this message on my blog, after i`ve installed 2.1 version.

    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 '' at line 1]
    SELECT cat_id, cat_name FROM

    Can someone help me?

    This eror in not publishing my links in the blogroll. I have three diffret groups but none are desplayed

    the blog is
    http://komunikacii.net

  2. tarpon19
    Member
    Posted 5 years ago #

    I see that you fixed it, how did you do it?

  3. tarpon19
    Member
    Posted 5 years ago #

    I see that you fixed it, how did you do it?

  4. drmike
    Member
    Posted 5 years ago #

    You probably have to change the function call from within the theme. You can read about the new template tags here.

    hope this helps,
    -drmike

  5. darko156
    Member
    Posted 5 years ago #

    I didn`t exactly solve it.

    I just replace the hole html code for links with one from other tamplate

    I now i have wrong formating ;)

  6. hwojtek
    Member
    Posted 5 years ago #

    I've solved this problem by editing the /wp-includes/bookmark-template.php file in line 213. Original code is:

    $order = strtolower($order);

    change it to:

    $order = 'id';

    This works for me. Your mileage may vary.

Topic Closed

This topic has been closed to new replies.

About this Topic