fatal error. call to undefined method help
Posted: Sat Dec 16, 2017 3:26 am
I have a opencart 2.0.3.1 store and a blog extension installed from the link: https://www.opencart.com/index.php?rout ... load_id=41
It is working all ok apart from the delete blog article is not working, I just get a blank white page so have put php error reporting on and it's showing the following error
Fatal error: Call to undefined method ModelSettingStore::getTotalStoresByPostId() in /home/itdonerightco/public_html/shop/itshopadmin/controller/blog/post.php on line 718
On line 718 in that file is the code below
I am not 100% sure how to fix that type of issue so was seeing if anyone knows any tips or anything to try, I have tried to get hold of the developer who made the extension but is not responding
Thank you in advance
It is working all ok apart from the delete blog article is not working, I just get a blank white page so have put php error reporting on and it's showing the following error
Fatal error: Call to undefined method ModelSettingStore::getTotalStoresByPostId() in /home/itdonerightco/public_html/shop/itshopadmin/controller/blog/post.php on line 718
On line 718 in that file is the code below
Code: Select all
$store_total = $this->model_setting_store->getTotalStoresByPostId($blog_post_id);
Thank you in advance