- Status Closed
- Percent Complete
- Task Type Bug Report
- Category Backend / Core
- Assigned To No-one
- Operating System All
- Severity Medium
- Priority Very Low
- Reported Version 2.32b
- Due in Version Undecided
-
Due Date
Undecided
- Votes
- Private
FS#109 - SQL error from tools.php
As I still have "display errors on" in my php.ini. I can see this when going to the tools menu as a mere user.
Warning: pg_query() [function.pg-query]: Query failed: ERROR: syntax error at or near "group" at character 49 in /var/www/localhost/htdocs/po/include/tools.php on line 216
Warning: pg_num_rows(): supplied argument is not a valid PostgreSQL result resource in /var/www/localhost/htdocs/po/include/tools.php on line 217
Closed by pizza
2006-11-08 15:02
Reason for closing: Fixed
Additional comments about closing: Fixed in r666, will be in 2.33 (any day now)
2006-11-08 15:02
Reason for closing: Fixed
Additional comments about closing: Fixed in r666, will be in 2.33 (any day now)
Loading...
Available keyboard shortcuts
- Alt + ⇧ Shift + l Login Dialog / Logout
- Alt + ⇧ Shift + a Add new task
- Alt + ⇧ Shift + m My searches
- Alt + ⇧ Shift + t focus taskid search
Tasklist
- o open selected task
- j move cursor down
- k move cursor up
Task Details
- n Next task
- p Previous task
- Alt + ⇧ Shift + e ↵ Enter Edit this task
- Alt + ⇧ Shift + w watch task
- Alt + ⇧ Shift + y Close Task
Task Editing
- Alt + ⇧ Shift + s save task
... it looks like I somehow committed part of the new spooler code from the -devel branch.
It isn't a fatal error, fortunately. But it's a good catch, thanks.