Hi
I just installed Mantis in Ubuntu Feisty Fawn. The installation was supposed to be automatic. The only strange thing was that I was never given the opportunity to supply the root password for MySQL. After removing the need for a root password the installation completed. I checked the box saying something like "automatic installation for apache2". No error messages.
I fire up Firefox and go "http://localhost/mantis" and get this error:
-------------- snip ---------------------------
Warning: require_once(/usr/share/mantis/www/config_defaults_inc.php) [function.require-once]: failed to open stream: No such file or directory in /usr/share/mantis/www/core.php on line 46
Fatal error: require_once() [function.require]: Failed opening required '/usr/share/mantis/www/config_defaults_inc.php' (include_path='.:/usr/share/php:/usr/share/pear') in /usr/share/mantis/www/core.php on line 46
------------- snap ---------------------------
On line 46, core.php says:
require_once( dirname( __FILE__ ).DIRECTORY_SEPARATOR.'config_defaults_inc.php' );
The file 'config_defaults_inc.php' is indeed missing. Outcommenting the line results in another error.
Where can I go from here?
Installation problem -- missing file?
Moderators: Developer, Contributor