Have a problem with date_default_timezone_set(
). It causes the following error when the code in question is called via
https:
Fatal error: Call to undefined function: date_default_timezone_set(
) in /htdocs/timetest.php on line 2
This error can be reproduced even to having just enough to call it as in the snippet below. This is problematic as it causes non fatal errors in our code with that set line commented out. I could leave it that way but would like to find out how to fix it. The code is running at 1and1 shared server.
Start Free Trial