Page 1 of 1

fatal error. call to undefined method help

Posted: Sat Dec 16, 2017 3:26 am
by ianhaney
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

Code: Select all

$store_total = $this->model_setting_store->getTotalStoresByPostId($blog_post_id);
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

Re: fatal error. call to undefined method help

Posted: Sat Dec 16, 2017 3:39 am
by straightlight
Caused by an installed extension. Not a bug. Contact the extension developer from the provided link in order to resolve this issue.

Re: fatal error. call to undefined method help

Posted: Thu Dec 28, 2017 10:29 pm
by ianhaney
Thank you for the reply but got it sorted

Re: fatal error. call to undefined method help

Posted: Fri Oct 05, 2018 5:05 am
by taraksias
ianhaney wrote:
Thu Dec 28, 2017 10:29 pm
Thank you for the reply but got it sorted
How did you get it sorted mate? I am having the same issue. TIA