installed mysql and php on IIS server but when i try to open a link http://mydomain.com/ticket/setup(http://mydomain.com/ticket/setup) received this error:
This error (HTTP 403 Forbidden) means that Internet Explorer was able to connect to the website, but it does not have permission to view the webpage.
can you help me?
thanks
Your web server configuration is wrong. Start by checking the file/directory permissions to your osticket installation. If you need more help than this then we need to know a little more info about your web server ie OS, iis,apache.
permissions are correct but now if I go to this link:
http://localhost/ticket/setup/install.php(http://localhost/ticket/setup/install.php)
i see the first page of installation but when go next i see a blank page.
OS is Win 2003 server enterprise, mysql and php are the last version.
Turn on error reporting and try the install again.
File /main.inc.php and find
ini_set('display_errors',0);
ini_set('display_startup_errors',0);
Edit that to
ini_set('display_errors',1);
ini_set('display_startup_errors',1);
i have set display errors but i see a blank page.
resolved, there were some problems with mysql service.