• 07-01-2013, 17:24:23
    #1
    Oyun scripti kurdum, ancak eski hostingimde düzgün çalışırken şu anda bazı yerlerde şu hata var bakın

    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/Helsinki' for 'EET/2.0/no DST' instead in /home/bizimpvp/public_html/inc/global_functions.php on line 112
    sorunun neyden kaynaklandığını bilmiyorum yardımcı olurmusunuz?

    aynı şelikde php.ini ayarlarını kontrol ediyim dedim date kısmı:

    date
    
    
    Warning: phpinfo() [function.phpinfo]: 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/Helsinki' for 'EET/2.0/no DST' instead in /home/bizimpvp/public_html/1/index .php on line 2
  • 07-01-2013, 19:23:28
    #2
    Önemli bi uyarı değil, serverın zamanına güvenme kendi zamanını set et diyor.
    Config ya da global include edilen ne dosyan varsa en tepesine
    date_default_timezone_set('Europe/Istanbul');
    çağırabilirsin.