on a new install, when i browse to http://url-to-roundcube/installer/
i get:
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, [email protected] and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.
i had to comment some stuff out in the .htaccess file on my instalation. try this:
in the .htaccess file in the roundcube folder add a comment on these lines:
# replace 'append' with 'merge' for Apache version 2.2.9 and later
# Header append Cache-Control public env=!NO_CACHE
I'm not sure if that line is important or not? Maybe someone could enlighten me, but I got the same error until i removed that line.
that got rid of my error, but i also had to comment out
php_flag error_reporting 'E_ALL & ~E_NOTICE'
isn't that also important?
after commenting out those two lines, i get the normal welcome screen, but when i click "START INSTALLATION" i get:
Warning: require_once(main.inc) [function.require-once]: failed to open stream: No such file or directory in /homepages/36/d176208770/htdocs/mail/installer/index.php on line 17
Fatal error: require_once() [function.require]: Failed opening required 'main.inc' (include_path='/homepages/36/d176208770/htdocs/mail/program/lib:/homepages/36/d176208770/htdocs/mail/program:/homepages/36/d176208770/htdocs/mail/program/include:.:/usr/lib/php5') in /homepages/36/d176208770/htdocs/mail/installer/index.php on line 17