by adding a bug into phpbt i get always an error:
Database error: Invalid SQL: insert into phpbt_bug (bug_id, title, description, url, severity_id, priority, status_id, assigned_to, created_by, created_date, last_modified_by, last_modified_date, project_id, version_id, component_id, os_id, browser_string) values (9, 'test summary', 'description', '', 1, 1, , 0, 1, 1013591203, 1, 1013591203, 1, 1, 1, '1', 'Mozilla/4.0 (compatible; MSIE 5.5; Windows NT 5.0; T312461)') MySQL Error: 1064 (You have an error in your SQL syntax near ' 0, 1, 1013591203, 1, 1013591203, 1, 1, 1, '1', 'Mozilla/4.0 (compatible' at line 5) Session halted.
i'm using php 4.04pl1 mysql v3.23.32
can somebody help me please?
thank you in advance
Did you take the status field off the bug entry form template? That value is missing from the query.
dear benjamin,
no i didn't take any template variable. i download the latest zip archive from sourceforge-page and the only thing i changed was the config-file.
i'll download the tar.gz-archive. maybe something is wrong with the zip archive?
Log in to post a comment.
by adding a bug into phpbt i get always an error:
Database error: Invalid SQL: insert into phpbt_bug (bug_id, title, description, url, severity_id, priority, status_id, assigned_to, created_by, created_date, last_modified_by, last_modified_date, project_id, version_id, component_id, os_id, browser_string) values (9, 'test summary', 'description', '', 1, 1, , 0, 1, 1013591203, 1, 1013591203, 1, 1, 1, '1', 'Mozilla/4.0 (compatible; MSIE 5.5; Windows NT 5.0; T312461)')
MySQL Error: 1064 (You have an error in your SQL syntax near ' 0, 1, 1013591203, 1, 1013591203, 1, 1, 1, '1', 'Mozilla/4.0 (compatible' at line 5)
Session halted.
i'm using php 4.04pl1 mysql v3.23.32
can somebody help me please?
thank you in advance
Did you take the status field off the bug entry form template? That value is missing from the query.
dear benjamin,
no i didn't take any template variable.
i download the latest zip archive from sourceforge-page and the only thing i changed was the config-file.
i'll download the tar.gz-archive. maybe something is wrong with the zip archive?