ErrorException [ Warning ]: date_default_timezone_get(): Invalid date.timezone value 'Europe/Frankfurt', we selected the timezone 'UTC' for now.
APPPATH/core/Pancake_Exceptions.php:116
URI String: /billing/

111 
112         // Set the handler for shutdown to catch Parse errors
113         register_shutdown_function(array('Pancake_Exceptions', 'shutdown_handler'));
114 
115         // This is a hack to set the default timezone if it isn't set. Not setting it causes issues.
116         date_default_timezone_set(date_default_timezone_get());
117     }
118 
119     /**
120      * Debug Path
121      * This makes nicer looking paths for the error output.
  1. {PHP internal call} » Pancake_Exceptions::error_handler()

  2. APPPATH/core/Pancake_Exceptions.php [ 116 ] » date_default_timezone_get()

  3. APPPATH/pancake_index.php [ 242 ] » Pancake_Exceptions->__construct()

  4. FCPATH/index.php [ 16 ] » require_once(arguments)