Hallo Ubuntuianer,
trotz joomla 1.5.15 scheint das Problem mit xampp 1.7.2 weiterhin zu bestehen. Erst habe ich den "Strict Standards." Fehler korrigiert.
Jetzt habe ich den, backend / Startseite:
Warning: mktime() [function.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. 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/Berlin' for 'CET/1.0/no DST' instead in /opt/lampp/htdocs/libraries/joomla/utilities/date.php on line 117
Warning: strftime() [function.strftime]: 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/Berlin' for 'CET/1.0/no DST' instead in /opt/lampp/htdocs/libraries/joomla/utilities/date.php on line 250
Das wäre zur Line 117:
Und das zur Line 250:Code:if (preg_match('~(\\d{4})-(\\d{2})-(\\d{2})[T\s](\\d{2}):(\\d{2}):(\\d{2})(.*)~', $date, $matches)) { $this->_date = mktime( $matches[4], $matches[5], $matches[6], $matches[2], $matches[3], $matches[1] );
Leider reicht mein PHP nicht aus um hier den Fehler zu erkennen, wer weiß bescheid und kann helfen?Code:if(strpos($format, '%B') !== false) $format = str_replace('%B', $this->_monthToString(date('n', $time)), $format); $date = strftime($format, $time); return $date; }
Gruss Ria


LinkBack URL
About LinkBacks
Zitieren
Lesezeichen