In the Tutorial of the Cookbook (the blog tutorial) I get following
error message after the step 10.1.3 Cake Database Configuration:
##########
Warning (2): strtotime() [http://php.net/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 [CORE\cake
\libs\cache.php, line 570]
Code | Context

$settings       =       array(
        "engine" => "File",
        "path" => "C:\Programme\Apache Software Foundation\Apache2.2\htdocs
\cake\app\tmp\cache\persistent\",
        "prefix" => "cake_core_",
        "lock" => false,
        "serialize" => true,
        "isWindows" => true,
        "duration" => "+10 seconds",
        "probability" => 100
)

strtotime - [internal], line ??
CacheEngine::init() - CORE\cake\libs\cache.php, line 570
FileEngine::init() - CORE\cake\libs\cache\file.php, line 81
Cache::_buildEngine() - CORE\cake\libs\cache.php, line 151
Cache::config() - CORE\cake\libs\cache.php, line 126
Configure::__loadBootstrap() - CORE\cake\libs\configure.php, line 420
Configure::getInstance() - CORE\cake\libs\configure.php, line 52
include - CORE\cake\bootstrap.php, line 38
require - APP\webroot\index.php, line 76
[main] - CORE\index.php, line 55
##########

I'me using Apache 2.2 on Windows XP, PHP 5.3.2, MySQL 5.0.7.

Can anybody help me and tell me what's wrong here.

Thanks  Cake-it

Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected] For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en

Reply via email to