After applying http://drupal.org/node/237297#comment-812424 I've got this error on /user/1/dodge:

user warning: 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 '-1' at line 1 query: SELECT d.uid, u.name, d.dodge, d.time FROM blog_dodge d INNER JOIN users u ON u.uid = d.uid WHERE u.uid = 1 ORDER BY time DESC LIMIT 0, -1 in /home/kgus/public_html/includes/database.mysql.inc on line 172.

I have of 5.0.45-community MySQL, if it matters.

It is still possible to add new dodge, though selecting custom dodge (instead of choosing predefined dodges) is not working anymore :( Not sure if I should open separate issue for not being able to choose custom dodge, because it can be caused because of this problem with MySQL.

Comments

yngens’s picture

I figured out that this error happens if you set -1 against 'Maximum log size' field. So users should not put -1 in this field until this problem is taken care of.

davyvdb’s picture

Status: Active » Fixed

Always take the latest dev release.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.