aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Author Topic: Bug in bug tracker  (Read 3510 times)

eisa01

  • Full Member
  • ***
  • Karma: 0
  • Offline Offline
  • Posts: 100
Bug in bug tracker
« on: November 17, 2007, 09:12:19 PM »

When trying to comment, I got this error:
Database query failed. Error received from database was #1054: Unknown column 'p.field_id' in 'on clause' for the query: SELECT f.name, f.type, f.access_level_r, f.default_value, f.type, s.value
FROM mantis_custom_field_project_table AS p, mantis_custom_field_table AS f
LEFT JOIN mantis_custom_field_string_table AS s
ON p.field_id=s.field_id AND s.bug_id='1201'
WHERE p.project_id = '1' AND p.field_id = f.id
ORDER BY p.sequence ASC, f.name ASC

I tried submitting the comment a few times more, and got the same error. But when I refreshed the bug, I had commented on it three times...
Logged