-- HikaShop version -- : 2.6.2
-- Joomla version -- : 3.5.1
-- Browser(s) name and version -- : Chrome
-- Error-message(debug-mod must be tuned on) -- : Fatal error: Call to a member function get() on a non-object in ..../components/com_hikashop/views/vote/view.html.php on line 28
Pls help, I'm receiving the following message after updating hikashop. The homepage is just displaying a product picture while the rest of the page is blank
Fatal error: Call to a member function get() on a non-object in ..../components/com_hikashop/views/vote/view.html.php on line 28
On checking the line 28, here is the code
$ctrl_param = $this->params->get('main_ctrl','');
How do i resolve this please?