Ошибка после востановления бекапа на новом сервере Warning: strtotime() [function.strtotime]
Warning: strtotime() [function.strtotime]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'Europe/Moscow' for 'MSK/4.0/no DST' instead in www/----/libraries/joomla/utilities/date.php on line 56
Warning: date() [function.date]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'Europe/Moscow' for 'MSK/4.0/no DST' instead in /www/----/libraries/joomla/utilities/date.php on line 198
в сети в основном были решения этой проблемы через php.ini, но мне такой вариан не нравится, т.ч. я пошел более простым путем:
- открываем /libraries/joomla/utilities/date.php и добавляем в самом начале date_default_timezone_set('Europe/Moscow');