1
System Overview - XOOPS 2.4.4
php version - 5.3.0
MySQL - 5.1.36-community
When I try to view a ticket as just a registered user - I get this error message:
0.012123 - SELECT t.*, (UNIX_TIMESTAMP() - t.posted) as elapsed, (UNIX_TIMESTAMP() - t.lastUpdated) as lastUpdate FROM xhelp_tickets t INNER JOIN xhelp_status s ON t.status = s.id WHERE (t.id IN () AND t.status IN (1,2))
Error number: 1064
Error message: 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 ') AND t.status IN (1,2))' at line 2
Any ideas?