The postinstall-en-2.8.0.txt filel says: Alternatively, use the default config file in libraries/config.default.php: cp ${MY_INSTALLDIR}/libraries/config.default.php ${MY_INSTALLDIR}/libraries/config.inc.php This is wrong. Having the config.inc.php file in the libraries directory does nothing. It should be in the base directory. So it should be: cp ${MY_INSTALLDIR}/libraries/config.default.php ${MY_INSTALLDIR}/config.inc.php
fixed, thanks