• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Gesior acc news

chaosb

www.originaltibia.com
Joined
Sep 14, 2008
Messages
267
Reaction score
0
Location
Poland
Hello i got error


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 'Europe/Paris' for '1.0/no DST' instead in C:\xampp\xampp\htdocs\latestnews.php on line 105


what is wrong? can someone help me? i saw something on forum that i need to delete "--" but there is no something like this in my config.lua :/
 
last time I fixed this downgrading xampp, but now I have newest one and its working, no idea why :D
it have something with php config, its only thing I know about it
 
but it still won't work for me..
look my index

PHP:
<?PHP
date_default_timezone_set('Europe/Warsaw');
ob_start();
session_start();
//start :)
//phpinfo();
//exit;
session_start();
ob_start("ob_gzhandler");
//require('./exaBD.php');
function microtime_float()
{
 
Back
Top