Joomla и проблема file exists
Материал из 1GbWiki.
В ряде случаев после установки CMS Joomla вы можете получить следующее сообщение при открытии сайта:
Warning: file_exists() [function.file-exists]: open_basedir restriction in effect. File(../configuration.php) is not within the allowed path(s): (перечисление каких либо путей) in d:\hst\site-name_063ba63b\http\includes\database.php on line 101
Если открыть файл \includes\database.php то там на строчке 101 будет код...
if (file_exists('../configuration.php') OR file_exists('configuration.php')) {
Попробуйте указать здесь полный путь к файлу configuration.php