Forums | Mahara Community
Support
/
Can't install
16 November 2012, 11:23
I've tried following the instructions on your website to install Mahara to my website.
I belive I've created the database, copyed the mahara-files to a folder on the website, created the maharadata folder on ebsite and finely copyed and edited the config.php file.
But when I enter the website I get these error messages:
Deprecated: Function split() is deprecated in /var/www/sites/ibcit.dk/eportfolio/lib/mahara.php on line 1046
Fatal error: Class 'ConfigSanityException' not found in /var/www/sites/ibcit.dk/eportfolio/lib/mahara.php on line 156
Any suggestions?
Kind regards
Flemming
16 November 2012, 12:15
Hi Flemming,
The first error "Deprecated" I believe is just a red herring, but have created a bug for it at https://bugs.launchpad.net/mahara/+bug/1079451
The second "Fatal" error is a bit worrying. Do you have access to your Apache error logs? If so, this error should produce some text in there that would be useful with debugging. Or, put the following in your config.php:
$cfg->log_file = '/path/to/dataroot/error.log';
where /path/to/dataroot/ is the same as your $cfg->dataroot config option.
Cheers,
Hugh