Got this error at the top of my CMS which is making everything out of line on my CMS
Warning: date() [
this is C:\xampp\htdocs\app\tpl\class.forms.php line 90
$template->setParams('newsDate-' . $a, date("date_default_timezone_set(Europe/London)", $news['published']));
I changed the line to what it said in the error and its still not working
Warning: date() [
You must be registered for see links
]: 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 '1.0/DST' instead in C:\xampp\htdocs\app\tpl\class.forms.php on line 90this is C:\xampp\htdocs\app\tpl\class.forms.php line 90
$template->setParams('newsDate-' . $a, date("date_default_timezone_set(Europe/London)", $news['published']));
I changed the line to what it said in the error and its still not working