Seçenek eklede hata

nokta

OpenCart-TR
Katılım
14 Eki 2010
Mesajlar
118
Tepkime puanı
0
Puanları
0
Seçenekler tabında seçenek grubu oluşturuyorum 5 maddelik radio button şeklinde ve ürüne bu grubu eklediğimde
Fatal error: Call to a member function rewrite() on a non-object in /home/xxxx/domains/xxxx/public_html/catalog/controller/module/special.php on line 52
ana sayfa gidiyor ve bu hata mesajını alıyorum.
Kullandığım versiyon 1.5.1.3.1
Sebep ne olabilir acaba?

51Den 55 e kadar olan satırlar şunlardır.

51- if ($options) {
52- $add = $this->model_tool_seo_url->rewrite($this->url->link('product/product', 'product_id=' . $result['product_id']));
53- } else {
54- $add = $this->url->link('checkout/cart', 'product_id=' . $result['product_id']);
55- }

bu konuda her hangi bir bilgisi olan yok mu acaba?
 
Üst