Erro no Joomla Pagina Inicial
Erro no Joomla Pagina Inicial
Boa tarde pessoal, estou desenvolvendo um site em joomla, e apareceu o seguinte erro na pagina inicial e no admin tbm;
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 'America/Sao_Paulo' for '-3.0/no DST' instead in C:\xampp\htdocs\acervofinal\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 'America/Sao_Paulo' for '-3.0/no DST' instead in C:\xampp\htdocs\acervofinal\libraries\joomla\utilities\date.php on line 198
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 '-3.0/no DST' instead in C:\xampp\htdocs\acervofinal\libraries\joomla\utilities\date.php on line 198
O que poderia ser?
Se puderem me ajudar, agradeço muito !
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 'America/Sao_Paulo' for '-3.0/no DST' instead in C:\xampp\htdocs\acervofinal\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 'America/Sao_Paulo' for '-3.0/no DST' instead in C:\xampp\htdocs\acervofinal\libraries\joomla\utilities\date.php on line 198
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 '-3.0/no DST' instead in C:\xampp\htdocs\acervofinal\libraries\joomla\utilities\date.php on line 198
O que poderia ser?
Se puderem me ajudar, agradeço muito !
- Manoel
- Super Joomleiro
- Mensagens: 1606
- Registrado em: 21 Ago 2008, 09:04
- Localização: Londrina - Paraná
- Contato:
Re: Erro no Joomla Pagina Inicial
No painel de controle do XAMPP, nas configurações do PHP desabilite o "Display Errors" e veja se resolve o problema.lcastelan escreveu:Boa tarde pessoal, estou desenvolvendo um site em joomla, e apareceu o seguinte erro na pagina inicial e no admin tbm;
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 'America/Sao_Paulo' for '-3.0/no DST' instead in C:\xampp\htdocs\acervofinal\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 'America/Sao_Paulo' for '-3.0/no DST' instead in C:\xampp\htdocs\acervofinal\libraries\joomla\utilities\date.php on line 198
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 '-3.0/no DST' instead in C:\xampp\htdocs\acervofinal\libraries\joomla\utilities\date.php on line 198
O que poderia ser?
Se puderem me ajudar, agradeço muito !

http://www.tutoriais.iikozen.com.br/
::::::::::::::::::::::::::::::::::::::::::::::::::::::::
http://www.molajo.org
::::::::::::::::::::::::::::::::::::::::::::::::::::::::
http://www.molajo.org
Re: Erro no Joomla Pagina Inicial
onde vejo isso? me desculpe estou aprendendo!!
Re: Erro no Joomla Pagina Inicial
Bom dia Pessoal,
Preciso muito saber o que faço e como faço...
Por favor...
Preciso muito saber o que faço e como faço...
Por favor...
-
- Usuário
- Mensagens: 74
- Registrado em: 02 Jul 2010, 13:31
- Localização: Brasilia
- Contato:
Re: Erro no Joomla Pagina Inicial
Bom dia.
Esse erro da strtotime pode ser resolvido da seguinte maneira:
Se vc tiver acesso ao php.ini do servidor, verifique a seguinte linha :
[Date]
; Defines the default timezone used by the date functions
; http://php.net/date.timezone
date.timezone = UTC
Por padrao deixe em UTC.
Caso ja esteja, vá ate o arquivo .htaccess e acrescente a linha:
php_value date.timezone America/Sao_Paulo
Verifica ai se resolve o seu problema e nos de um retorno.
Abrçç
Não faça essa modificaçao, pois me soa como um paleativo e nao resolve o problema, alem de que pode ocultar possiveis erros que venham aparecer posteriormente em sua aplicação.No painel de controle do XAMPP, nas configurações do PHP desabilite o "Display Errors" e veja se resolve o problema.
Esse erro da strtotime pode ser resolvido da seguinte maneira:
Se vc tiver acesso ao php.ini do servidor, verifique a seguinte linha :
[Date]
; Defines the default timezone used by the date functions
; http://php.net/date.timezone
date.timezone = UTC
Por padrao deixe em UTC.
Caso ja esteja, vá ate o arquivo .htaccess e acrescente a linha:
php_value date.timezone America/Sao_Paulo
Verifica ai se resolve o seu problema e nos de um retorno.
Abrçç
Qualquer duvida:
email: elzo_santos@limao.com.br
Twitter: @elzosantos
Canal sobre joomla: www.youtube.com/ElzoSantos
"Se você não faz a diferença pouco importa ser diferente."
email: elzo_santos@limao.com.br
Twitter: @elzosantos
Canal sobre joomla: www.youtube.com/ElzoSantos
"Se você não faz a diferença pouco importa ser diferente."
Re: Erro no Joomla Pagina Inicial
Me desculpa cara, mas sou novo no Joomla! e não entendi direito, tentei fazer o que me disse mas não consegui, não sei onde acho o php.ini enfim...se puder me explicar mais detalhadamente, agradeço muito, estou quebrando o côco aqui para tentar resolver.
Obrigado,
Leonardo Rossi Castelan
Obrigado,
Leonardo Rossi Castelan
elzosantos escreveu:Bom dia.
Não faça essa modificaçao, pois me soa como um paleativo e nao resolve o problema, alem de que pode ocultar possiveis erros que venham aparecer posteriormente em sua aplicação.No painel de controle do XAMPP, nas configurações do PHP desabilite o "Display Errors" e veja se resolve o problema.
Esse erro da strtotime pode ser resolvido da seguinte maneira:
Se vc tiver acesso ao php.ini do servidor, verifique a seguinte linha :
[Date]
; Defines the default timezone used by the date functions
; http://php.net/date.timezone
date.timezone = UTC
Por padrao deixe em UTC.
Caso ja esteja, vá ate o arquivo .htaccess e acrescente a linha:
php_value date.timezone America/Sao_Paulo
Verifica ai se resolve o seu problema e nos de um retorno.
Abrçç
-
- Usuário
- Mensagens: 74
- Registrado em: 02 Jul 2010, 13:31
- Localização: Brasilia
- Contato:
Re: Erro no Joomla Pagina Inicial
Para achar o php.ini vá no diretorio que esta instalado o seu PHP. Se vc estiver usando o Wamp, é só clicar com o botao esquerdo do mouse no icone proximo ao relogio, dpois vai em PHP -> php.ini .
Lá vc procure pelas linhas que eu falei acima.
Abraçç
Lá vc procure pelas linhas que eu falei acima.
Abraçç
Qualquer duvida:
email: elzo_santos@limao.com.br
Twitter: @elzosantos
Canal sobre joomla: www.youtube.com/ElzoSantos
"Se você não faz a diferença pouco importa ser diferente."
email: elzo_santos@limao.com.br
Twitter: @elzosantos
Canal sobre joomla: www.youtube.com/ElzoSantos
"Se você não faz a diferença pouco importa ser diferente."
Re: Erro no Joomla Pagina Inicial
O meu é o Xampp, não estou achando ! putz...elzosantos escreveu:Para achar o php.ini vá no diretorio que esta instalado o seu PHP. Se vc estiver usando o Wamp, é só clicar com o botao esquerdo do mouse no icone proximo ao relogio, dpois vai em PHP -> php.ini .
Lá vc procure pelas linhas que eu falei acima.
Abraçç
-
- Usuário
- Mensagens: 74
- Registrado em: 02 Jul 2010, 13:31
- Localização: Brasilia
- Contato:
Re: Erro no Joomla Pagina Inicial
O meu esta em.
C:\xampp\php
C:\xampp\php
Qualquer duvida:
email: elzo_santos@limao.com.br
Twitter: @elzosantos
Canal sobre joomla: www.youtube.com/ElzoSantos
"Se você não faz a diferença pouco importa ser diferente."
email: elzo_santos@limao.com.br
Twitter: @elzosantos
Canal sobre joomla: www.youtube.com/ElzoSantos
"Se você não faz a diferença pouco importa ser diferente."
Re: Erro no Joomla Pagina Inicial
Não deu certo não, está igual ainda!elzosantos escreveu:O meu esta em.
C:\xampp\php