Ссылки:
1 2 3 |
http://ttham.com/?p=444 - еще руководство http://roundcube.ru/docs/Howto_Install.html - руководство http://www.php.net/manual/en/timezones.php - временные зоны |
Скачиваем:
1 |
0)Скачиваем с http://roundcube.net/download и устанавливаем по инструкции |
Типичная ошибка:
1 2 3 4 5 |
suhosin.session.encrypt: NOT OK(is ’1′, should be ’0′) To work around the problem, you need to do the following nano /etc/php5/conf.d/suhosin.ini убрать кавычку suhosin.session.encrypt = 0 и выставить 0 |
Устанавливаем:
1 2 3 4 |
Установим пакеты без которых ничего не будет работать. apt-get install php5-mcrypt apt-get install php5-imap apt-get install php5-intl |
Настройка временной зоны:
1 2 3 4 5 |
nano /etc/php5/apache2/php.ini search within vi using the command /timezone uncomment “date.timezone“ set the value to one of the supported timezone listed on this page Restart apache2 - service apache2 restart |