• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Lua Error at website

freddzor11

Member
Joined
May 25, 2009
Messages
695
Reaction score
5
RgCaZP.png
 
Last edited:
Try with this, add it to index.php
PHP:
date_default_timezone_set('Europe/London');
 
Doesn't really matter where you put it.

If that didn't work, find date.timezone in php.ini (should be in xampp/php/php.ini) and change the timezone.
 
Doesn't really matter where you put it.

If that didn't work, find date.timezone in php.ini (should be in xampp/php/php.ini) and change the timezone.

This is everything I see with date.timezone in
Lua:
; Defines the default timezone used by the date functions
; [url=http://php.net/date.timezone]PHP: Runtime Configuration - Manual[/url]
;date.timezone =
Can u fix it for me?
 
Code:
date.timezone = "Europe/London"

Restart xampp after you have changed the timezone.
 
Back
Top