after extracting the files in htdocs i am getting this error how to over come this problem ?
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 C:\xampp\htdocs\cakephp\cake\libs\cache\file.php on line 248
Fatal error: Call to a member function cd() on a non-object in C:\xampp\htdocs\cakephp\cake\libs\cache\file.php on line 248
dude you must have been really bored making this video.....
wehappyfewkd 1 month ago
@wehappyfewkd :)
matarofe 1 month ago
I impress with video
ajay2010101 5 months ago
@ajay2010101 Thank you for leaving your comment.
matarofe 4 months ago
after extracting the files in htdocs i am getting this error how to over come this problem ?
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 C:\xampp\htdocs\cakephp\cake\libs\cache\file.php on line 248
Fatal error: Call to a member function cd() on a non-object in C:\xampp\htdocs\cakephp\cake\libs\cache\file.php on line 248
amol965 1 year ago
Hi,
open php.ini (in your c:\PHP\ directory) find: [Date] and add:
date.timezone = "Europe/London"
Hope that helps.
matarofe 1 year ago