Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
0 votes
406 views
in Q2A Core by
why i give this error in some sections of Q2A?

Warning: date() [function.date]: 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 'UTC' for '4.5/DST' instead in qa-include\qa-class.phpmailer.php on line 1616

1 Answer

0 votes
by
edited by

I'll look into this in more detail for the next release, but for now you can fix it by adding the appropriate call to date_default_timezone_set(...) in your qa-config.php file.

...