Home Web Joomla PHP Warning: mktime(): You are *required* to use the date.timezone setting or the date_default_timezone_set()
mod_vvisit_countermod_vvisit_countermod_vvisit_countermod_vvisit_countermod_vvisit_countermod_vvisit_countermod_vvisit_counter
mod_vvisit_counterToday3167
mod_vvisit_counterYesterday7346
mod_vvisit_counterThis week3167
mod_vvisit_counterLast week48662
mod_vvisit_counterThis month134448
mod_vvisit_counterLast month200203
mod_vvisit_counterAll days2393932

We have: 40 guests, 15 bots online
Your IP: 54.235.20.17
 , 
Today: May 19, 2013
  • Facebook: pages/Syswoody/123814830970633
  • Twitter: syswoody
  • Linked In: pub/syswoody-syswoody/23/478/b58
  • Wikio: sources/www.syswoody.com/home-1GYQw
  • Picotea: http://picotea.com/es/canales/sistemas-woody
  • FeedBurner:
PHP Warning: mktime(): You are *required* to use the date.timezone setting or the date_default_timezone_set() PDF Imprimir E-mail

PHP Warning:  mktime(): 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

 

Este error se nos producia en un Joomla al trasladarlo de Housting compartido a uno dedicado, nuestra solucion facil y sencilla ha sido añadir justo encima de class JConfig { dentro del configuration.php la linea siguiente.

 

date_default_timezone_set('Europe/Madrid');

 

Quedaría de la siguiente forma

 

 

<?php
date_default_timezone_set('Europe/Madrid');
class JConfig {
<?phpdate_default_timezone_set('Europe/Madrid');class JConfig {

 

 

Escribir un comentario


Código de seguridad
Refescar