Hello All,

If you facing the " PHP 5.3 problem: Warning: date() [function.date]: It is not safe to rely on the syste"

The issue was with the smarty template of your domain, as it needed the following line in the index.php to make it work fine with PHP 5.3 ( server's version of php )

if(function_exists('date_default_timezone_set'))
date_default_timezone_set('Asia/Calcutta');

Once done, it has started to resolve fine.

Kind Regards,
GRABWeb Managed Hosting

Was this answer helpful? 1 Users Found This Useful (2 Votes)