Sorunlar aşağıdakiler
Notice: Undefined offset: 1 in C:\Program Files\EasyPHP5.2.10\www\ana.php on line 81 Notice: Undefined index: 1 in C:\Program Files\EasyPHP5.2.10\www\ana.php on line 83 Notice: Undefined offset: 1 in C:\Program Files\EasyPHP5.2.10\www\ana.php on line 93 Notice: Undefined offset: 2 in C:\Program Files\EasyPHP5.2.10\www\ana.php on line 93 Notice: Undefined offset: 3 in C:\Program Files\EasyPHP5.2.10\www\ana.php on line 93 Notice: Undefined variable: varsayilan_dil in C:\Program Files\EasyPHP5.2.10\www\ana.php on line 97 Notice: Undefined variable: gelen_dil in C:\Program Files\EasyPHP5.2.10\www\ana.php on line 97Bu hataları bir türlü çözemedim gitti..
kodlar ise bunlar
81-83
$uptime = explode(',', $uptime[1]);
$uptime = $uptime['0'] .', '. $uptime['1'];93$load = $avgs[1] + $avgs[2] + $avgs[3]; $load = $load / 3;97
if ($gelen_dil != $varsayilan_dil) { $uptime=str_replace('days','gün',$uptime); }Bu sorunları nasıl giderebilirim yardımcı olabilirseniz çok sevinirim..hostta çalışıyor fakat localhostta bu sorunlar çıkıyor.. ( easyphp kullanıyorum )