Page 1 of 1

Error: Could not load model Help plese

Posted: Sat Jun 11, 2016 11:11 am
by suileem
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

Re: Error: Could not load model Help plese

Posted: Tue Jun 14, 2016 12:35 am
by inactiveaccount9912
Seems like you have some modifications there because the is no products.php model, its product.php

Re: Error: Could not load model Help plese

Posted: Mon Jun 20, 2016 2:24 pm
by suileem
i`m tried to fix but idk how can u help me ?

Re: Error: Could not load model Help plese

Posted: Tue Jun 21, 2016 12:10 am
by inactiveaccount9912
Edit catalog/controller/product/product.php and make sure the line:

Code: Select all

$this->load->model('catalog/products');
is

Code: Select all

$this->load->model('catalog/product');

Re: Error: Could not load model Help plese

Posted: Tue Jun 21, 2016 2:25 am
by straightlight
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. :)