In complex reports with graphs, in case you're changing scaling period or shit thru report line, after commiting period goes following error
Code:
Error in query [INSERT INTO profiles (profileid, userid, idx, value_int, type, idx2) VALUES (292, 1, 'web.screens.period', 3600, 2, )] [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] Error in query [INSERT INTO profiles (profileid, userid, idx, value_str, type, idx2) VALUES (293, 1, 'web.screens.stime', '201005170633', 3, )] [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]
Comment