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
Comment #1
yngens commentedI 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.
Comment #2
davyvdb commentedAlways take the latest dev release.