I have installed Thebuggenie 3.0 on my server and I followed the official setup note (via the web interface on the first try and via the command line on the second), but once I have completed the installation, when I log in I see this:
Note: I have enabled the rewrite module.
Configuration:
- Debian Squeeze
- PostgreSQL
- php 5.3.3-7
- Apache 2.2
================
I disabled the default site and added a new site "thebggenie", Below the configuration
<VirtualHost *:80>
DocumentRoot /var/www/thebuggenie
<Directory /var/www/thebuggenie>
Options Indexes FollowSymLinks MultiViews
AllowOverride None
Order allow,deny
allow from all
</Directory>
# Log Files
LogLevel debug
ErrorLog /var/log/apache2/thebuggenie_error.log
CustomLog /var/log/apache2/thebuggenie_access.log combined
</VirtualHost>
After enabling this new site and restarting apache, nothing work
Help me please
