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
tarpon19
Member
Posted 5 years ago #
I see that you fixed it, how did you do it?
tarpon19
Member
Posted 5 years ago #
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
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 ;)
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.