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 'America/Sao_Paulo' for 'BRT/-3.0/no DST' instead in /home/LOGIN/endereço-do/arquivo.php on line XXX
Explicação
Este erro irá ocorrer em contas que já possuem um arquivo "php.ini" dentro da pasta "public_html", porém, cujo conteúdo não contém a diretiva de configuração "date.timezone".
Solução
No final do arquivo php.ini coloque as linhas:
[Date]
date.timezone = America/Sao_Paulo
Veja bem: esse arquivo php.ini deve ser editado no Bloco de Notas(NotePad) do Windows ou qualquer aplicativo semelhante que trabalhe com arquivos de texto simples. Jamais faça isso no Word.