Hi MicroHellas,
I find this prodct very interesting So I decided to try it. Thanks for sharing
However I have had two database errors, here: support.php?do=tickets
PHP Code:
Database error in vBulletin 4.0.0 Release Candidate 2:
Invalid SQL:
SELECT *
FROM microsupport_tickets
WHERE needaction=1 AND status<>3
ORDER BY priority ASC, updated ASC
LIMIT 0,;
MySQL Error : 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 5
Error Number : 1064
And the second here: support.php?do=mytickets
PHP Code:
Database error in vBulletin 4.0.0 Release Candidate 2:
Invalid SQL:
SELECT *
FROM microsupport_tickets
WHERE userid=2
ORDER BY updated DESC
LIMIT 0,;
MySQL Error : 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 5
Error Number : 1064