Installation problem -- missing file?

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
danieljanzon
Posts: 4
Joined: 28 May 2007, 14:19

Installation problem -- missing file?

Post by danieljanzon »

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?
sirshurf
Posts: 19
Joined: 08 May 2007, 11:53

Post by sirshurf »

Try to re download the Mantis files...

This file is the one holding all the default values for the system
Post Reply