SunRav WEB Class :: Common problems and solutions

Common problems and solutions



Problem: when trying to install the program on the server (the install.php script) I receive the Internal Server Error message. What can I do?

Solution: most probably, your web server configured in such a way that it is impossible to configure PHP using the .htaccess file. Usually this happens if your server runs PHP as a CGI module. In this case you should configure PHP using php.ini. For more detailed information on how to do this, see: http://forums.site5.com/showthread.php?t=3689.