Call to a member function cd() on a non-object in cakephp
It has very simple solution.
in your /app/config/core.php
uncomment the date_default_timezone_set line
or
date_default_timezone_set('Asia/Dhaka');
It has very simple solution.
in your /app/config/core.php
uncomment the date_default_timezone_set line
or
date_default_timezone_set('Asia/Dhaka');