• 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
    https://komunikacii.net

Viewing 5 replies - 1 through 5 (of 5 total)
  • I see that you fixed it, how did you do it?

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

    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

    Thread Starter darko156

    (@darko156)

    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 ??

    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.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘cat_id, cat_name 2.1 problem’ is closed to new replies.