Hi, I am installing osTicket v1.6 RC4 today and got an error during initial configuration.
Apache version 2.2.9
PHP version 5.2.6
MySQL version 4.1.22-standard
Architecture x86_64 Linux
I had done this earlier and was successful, using my master db account that had all privs. It was working fine, all functions seemed to be fully functional, I could change configs/save things etc all successfully. I wanted to start over using a less priv'd account so I deleted everything and started over using a lesser db acct, created for this purpose, with perms to CREATE, DROP and ALTER tables as described in the installation doc. Then when I saw the error I modified setup/index.php to show detailed errors.
At the top of the page, I get 'Invalid SQL schema. Get help from Developers', and in the Database section I get:
You have an error in your SQL syntax INSERT INTO ost_config SET isonline=1, updated=NOW()
So, I gave useraccount_osadmin INSERT privs, and setup was successful. Maybe the documentation should be updated with this info?