Ad Widget

Collapse

Zabbix 1.8.2 bug: Complex reports

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • rincewind
    Member
    • Oct 2009
    • 47

    #1

    Zabbix 1.8.2 bug: Complex reports

    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]
  • rincewind
    Member
    • Oct 2009
    • 47

    #2
    Originally posted by tchjts1
    Really? Why would you use that on the official Zabbix website? It is inappropriate.
    Omg, I just misspelled, must be shift of cource

    Comment

    • satchelp
      Junior Member
      • Jul 2008
      • 13

      #3
      I have this same issue. Is there a fix for this?

      Comment

      • fableman
        Member
        • Oct 2007
        • 78

        #4
        Originally posted by rincewind
        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]
        Any solution ?

        Comment

        • yohanan
          Junior Member
          • Jul 2010
          • 1

          #5
          I had had the same error

          Originally posted by fableman
          Any solution ?
          Until ran this
          INSERT INTO profiles (profileid, userid, idx, value_int, type, idx2) VALUES (292, 1, 'web.screens.period', 3600, 2,1). Now I don't have any problems with chart but errors appears.

          Comment

          • whitehat
            Junior Member
            • Feb 2010
            • 25

            #6
            same problem!

            I have the same problem with fresh install of zabbix 1.8.2 from debian repository\
            Found solution here
            You just need to enter full-screen (button upper-right) once and the problem is gone
            Last edited by whitehat; 07-12-2010, 13:50.

            Comment

            Working...