SÜrekli Bu Hatayı Alıyorum ?

sadhin

OpenCart-TR
Katılım
7 Haz 2014
Mesajlar
12
Tepkime puanı
0
Puanları
0
Merhaba, opencart 1.5.6 kurulu. Hata günlüğünde sirekli bu hatayı alıyorum

Kod:
2015-02-12 15:15:03 - PHP Notice:  Undefined index: route in /var/www/vhosts/elmaligida.com/httpdocs/catalog/controller/common/header.php on line 21
2015-02-12 15:15:03 - PHP Notice:  Undefined index: route in /var/www/vhosts/elmaligida.com/httpdocs/catalog/controller/common/header.php on line 25

header.php de 21 ve 25 arası satırlar:

21: if (empty($current_path) || $current_path['route'] == 'common/home') {
22: $body_class = 'home';
23: }
24:else {
25: $body_class = explode('/', str_replace('product/', '', $current_path['route']));

burada ne hata yardımcı olabilir misiniz?
 
Üst