Joomla! Discussion Forums



It is currently Thu Nov 26, 2009 12:13 pm (All times are UTC )

 





Post new topic Reply to topic  [ 3 posts ] 
Author Message
 Post subject: error data
Posted: Mon Oct 19, 2009 1:43 pm 
Joomla! Fledgling
Joomla! Fledgling
Offline

Joined: Mon Oct 19, 2009 1:34 pm
Posts: 2
Hola!

Sòc novell amb el tema. He instal·lat el joomla, tot correcte menys uns errors de la data.

Algú em pot dir com solventar-ho??

Estic fent servir el nou XAMPP.

gracies.

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/Paris' for '2.0/DST' instead in C:\xampp\htdocs\joomla\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/Paris' for '2.0/DST' instead in C:\xampp\htdocs\joomla\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 'Europe/Paris' for '2.0/DST' instead in C:\xampp\htdocs\joomla\libraries\joomla\utilities\date.php on line 198
Bienvenidos a la portada



linea de codigo:
Quote:
Código PHP:
function __construct($date = 'now', $tzOffset = 0)
{
if ($date == 'now' || empty($date))
{
$this->_date = strtotime(gmdate("M d Y H:i:s", time()));
return;
}

$tzOffset *= 3600;
if (is_numeric($date))
{
$this->_date = $date - $tzOffset;
return;
}


Top
  E-mail  
 
 Post subject: Re: error data
Posted: Mon Oct 26, 2009 5:39 pm 
User avatar
Joomla! Enthusiast
Joomla! Enthusiast
Offline

Joined: Tue Aug 29, 2006 8:23 am
Posts: 116
Location: Mallorca - Spain
Hola,

si utilitzes el XAMPP 1.7.2, aquest duu incorporat el PHP 5.3 i resulta que el Joomla 1.5.14 no es troba encara preparat per a funcionar bé amb PHP 5.3.
Potser els problemes els puguis resoldre simplement canviant al fitxer php.ini el valor de display_errors (inhabilitant-ho), però també pots o bé instal·lar un XAMPP anterior, que dugui incorporat un PHP de la branca 5.2, o bé esperar a que surti oficialment publicat el Joomla 1.5.15
Si vols fer proves amb una versió candidata del Joomla 1.5.15, prova amb aquesta: http://joomlacode.org/gf/download/frsre ... RC3.tar.gz

_________________
Damià Verger - Member of the Catalan Joomla Translation Team
Be Free
http://www.joomla.cat - JUG Països Catalans & Catalan Joomla TT


Top
   
 
 Post subject: Re: error data
Posted: Mon Oct 26, 2009 6:13 pm 
Joomla! Fledgling
Joomla! Fledgling
Offline

Joined: Mon Oct 19, 2009 1:34 pm
Posts: 2
Ok merci!
Instal·laré una versió anterior de XAMPP.


Top
  E-mail  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 3 posts ] 

Quick reply

 



Who is online

Users browsing this forum: No registered users and 3 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group