I am working on a windows 2003 server, IIS 6, PHP 5.2.5, mysql 5.1.23 and osticket 1.6.rc3
I set everything up according to the installation and could not get the install script to work, I would fill in all the fields like Database name, host name,etc. and click install and then it would just reset all the fields I filled in like to default. Checked Mysql and no tables were created. So I found a thread that told me how to set the database up manually and that completed succesfully. So then when I launched the .../setup/index.php file just too see what it does it said it was installed.
Now after searching the forum on how to acces the admin panel ( I couldn't find it in the installation or post installation help), I believe it is .../scp/admin.php, well when I go there it changes the url to .../setup but that has been deleted according to the post installion manual. I cannot get anything to open, I have been trying to get this installed for days, It cannot be that hard i must be missing something. :
Update:
First thing Neo thanks for your help.
Ok I deleted the database I created manually, then then I copied over all new Osticket files, I turned on error reporting ini_set('display_errors',1);
ini_set('display_startup_errors',1);
turned on short tags in your php config,
So now I goto the install page and the PHP code is gone from the fields (so turning on short tags fixed that)so I fill in the fields and now when I click install the page is a blank white page, I spent all day going through the forum and trying different things but could not get it to work. Any help would be greatly appreciated.