• 23-12-2010, 20:41:49
    #1
    İyi günler;

    Blogumdan konu çekmek ve başka bir sitede iframe ile göstermek için bir sayfa oluşturdum. Ama bugün bir hata ortaya çıktı ve bir türlü çözmedim. Bu konuda yardımlarınızı bekliyorum.

    Sayfa linki: http://www.egmguvenlik.net/wp2html.php

    Hata Kodları:

    Warning: require_once() [function.require-once]: 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/egmguven/public_html/wp-settings.php on line 204
    
    Deprecated: Assigning the return value of new by reference is deprecated in /home/egmguven/public_html/wp-settings.php on line 204
    
    Warning: require_once() [function.require-once]: 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/egmguven/public_html/wp-settings.php on line 219
    
    Deprecated: Assigning the return value of new by reference is deprecated in /home/egmguven/public_html/wp-settings.php on line 219
    
    Warning: require_once() [function.require-once]: 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/egmguven/public_html/wp-settings.php on line 226
    
    Deprecated: Assigning the return value of new by reference is deprecated in /home/egmguven/public_html/wp-settings.php on line 226
    
    Warning: require_once() [function.require-once]: 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/egmguven/public_html/wp-settings.php on line 233
    
    Deprecated: Assigning the return value of new by reference is deprecated in /home/egmguven/public_html/wp-settings.php on line 233
    
    Warning: require_once() [function.require-once]: 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/egmguven/public_html/wp-settings.php on line 258
    
    Deprecated: Assigning the return value of new by reference is deprecated in /home/egmguven/public_html/wp-settings.php on line 258
    
    Warning: set_magic_quotes_runtime() [function.set-magic-quotes-runtime]: 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/egmguven/public_html/wp-settings.php on line 27
    
    Deprecated: Function set_magic_quotes_runtime() is deprecated in /home/egmguven/public_html/wp-settings.php on line 27
  • 23-12-2010, 20:43:00
    #2
    Üyeliği durduruldu
    Sayfa üstüne
    <?php tagından sonra error_reporting(0); ekleyin.
  • 23-12-2010, 20:56:54
    #3
    Valla çok teşekkürler oldu. Ama anlayamadığım daha önce böyle bir hata olmadığı halde şimdi niye böyle bir hata vermeye başladı? :S
  • 23-12-2010, 21:27:12
    #4
    Sunucunuzdaki PHP sürümü yükseltilmiş olabilir ya da ayarları değiştirilip, uyarı hatalarının da görüntülenmesi sağlanmış olabilir.
  • 24-12-2010, 03:12:57
    #5
    Çok teşekkürler...