Everythings works fine but when i click in product to watch insde for discrption or others things i get this error idk how to fix i`m new
Notice: Error: Could not load model /home/vol9_6/byethost.com/b31_18935441/htdocs/catalog/model/catalog/products.php! in /home/vol9_6/byethost.com/b31_18935441/htdocs/system/engine/loader.php on line 101
Notice: Error: Could not load model /home/vol9_6/byethost.com/b31_18935441/htdocs/catalog/model/catalog/products.php! in /home/vol9_6/byethost.com/b31_18935441/htdocs/system/engine/loader.php on line 101
Seems like you have some modifications there because the is no products.php model, its product.php
Edit catalog/controller/product/product.php and make sure the line:
is
Code: Select all
$this->load->model('catalog/products');
Code: Select all
$this->load->model('catalog/product');
Also ensure the products.php file is not being called by an installed contribution. One way to find out in the mean time if products.php file actually exists would be to go to your catalog/model/catalog folder and see if that truly exists. If not, then it is definitely a coding error. 

Dedication and passion goes to those who are able to push and merge a project.
Regards,
Straightlight
Programmer / Opencart Tester
Who is online
Users browsing this forum: Bing [Bot] and 81 guests