Template error ...2 Column OC 140 Theme Series - Blue
Posted: Sat Apr 17, 2010 8:10 pm
hey guys. ..
I have followed every step as mentioned in installation notepad . But i get "Fatal error: Call to a member function http() on a non-object in catalog\controller\module\category.php on line 1 8"error as soon as i follow this step
Step 2 – catalog/controller/module/category.php
-----------------------------------------------
Put this code :
$this->data['text_home'] = $this->language->get('text_home');
$this->data['text_special'] = $this->language->get('text_special');
$this->data['text_account'] = $this->language->get('text_account');
$this->data['text_login'] = $this->language->get('text_login');
$this->data['text_logout'] = $this->language->get('text_logout');
$this->data['text_cart'] = $this->language->get('text_cart');
$this->data['text_checkout'] = $this->language->get('text_checkout');
$this->data['home'] = $this->url->http('common/home');
$this->data['special'] = $this->url->http('product/special');
$this->data['account'] = $this->url->https('account/account');
$this->data['logged'] = $this->customer->isLogged();
$this->data['login'] = $this->url->https('account/login');
$this->data['logout'] = $this->url->http('account/logout');
$this->data['cart'] = $this->url->http('checkout/cart');
$this->data['checkout'] = $this->url->https('checkout/shipping');
i have did this b4 with same template but never got this issue before ...
Can any one help me out... ?
Regards,
westernbees
I have followed every step as mentioned in installation notepad . But i get "Fatal error: Call to a member function http() on a non-object in catalog\controller\module\category.php on line 1 8"error as soon as i follow this step
Step 2 – catalog/controller/module/category.php
-----------------------------------------------
Put this code :
$this->data['text_home'] = $this->language->get('text_home');
$this->data['text_special'] = $this->language->get('text_special');
$this->data['text_account'] = $this->language->get('text_account');
$this->data['text_login'] = $this->language->get('text_login');
$this->data['text_logout'] = $this->language->get('text_logout');
$this->data['text_cart'] = $this->language->get('text_cart');
$this->data['text_checkout'] = $this->language->get('text_checkout');
$this->data['home'] = $this->url->http('common/home');
$this->data['special'] = $this->url->http('product/special');
$this->data['account'] = $this->url->https('account/account');
$this->data['logged'] = $this->customer->isLogged();
$this->data['login'] = $this->url->https('account/login');
$this->data['logout'] = $this->url->http('account/logout');
$this->data['cart'] = $this->url->http('checkout/cart');
$this->data['checkout'] = $this->url->https('checkout/shipping');
i have did this b4 with same template but never got this issue before ...
Can any one help me out... ?
Regards,
westernbees