Hi! This software looks very nice and just what I need. But I am having a basic (and probably easy to sort) problem.
I installed in into my Apache2 web server (running on Debian Squeeze). I navigated to the root directory and am immediately redirected to the login.php screen with the hostname set to <localhost> and username set to <root>. So far, so good (my MySql database is running locally).
I enter the root password and click Submit. I get a Server Error saying
My Apache2 php.ini file has
log_errors = On
error_log = /tmp/php_errors.log
I'm not a php guy. Any ideas on what I can do to sort this problem? Thanks ...