bu bölümü girince hata veriyor sadece
http://www.gecedeyiz.biz/hitmix-mixl...rturk-f96.html
ne olur yardım edin
Fatal error: Maximum execution time of 30 seconds exceeded in /home/gecedeyi/public_html/forumdisplay.php(962) : eval()'d code on line 3
11
●985
Fatal error: Maximum execution time of 30 seconds exceeded in /home/gecedeyi/public_html/forumdisplay.php(962) : eval()'d code on line 3
ini_set("max_execution_time", "240");2- admincp/repair.php dosyasında aşağıdaki satırı bulun error_reporting(E_ALL & ~E_NOTICE);üstüne aşağıdaki kodu ekleyin
set_time_limit(600);eğer yukarıdaki işlemler sorunu çözmesse aşağıdaki işlemleri deneyin
max_execution_time = 120; max_input_time = 120; memory_limit = 64M;