Guys, I got this problem this morning while i'm trying to get my cake
app workin, i'm stuck with it now, and seekin' ur help to go further

Xamp 1.7
PHP 5.X


Regards
Abraham



Warning (2): 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/London' for '0.0/no DST' instead [CORE\cake\libs
\cache.php, line 570]
Code | Context

$settings       =       array(
        "engine" => "File",
        "path" => "C:\xampp\htdocs\GoodMorningCake\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 86
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 421
Configure::getInstance() - CORE\cake\libs\configure.php, line 52
include - CORE\cake\bootstrap.php, line 38
[main] - APP\webroot\index.php, line 76

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