Saturday, January 9, 2010

Joomla Installation Error

When installing Joomla it gives this error:
Fatal error: main() [function.require]: Failed opening required '//includes/database.php' (include_path='.:/usr/lib/php') in /home/htdocs/includes/joomla.php on line 72

The setting on configuration.php
$mosConfig_absolute_path = '/';
$mosConfig_cachepath = '/cache';

Solution:
On configuration.php look for
$mosConfig_absolute_path = webserver path
$mosConfig_cachepath = webserver path/cache

No comments:

Post a Comment