Page 1 of 1

[SOLVED] Fatal error: Uncaught exception 'Exception' with message 'Error: Could not load model extension/extension!

Posted: Wed Jan 08, 2020 10:05 am
by martinvarsano
Hello everyone!

I made a fresh installation of Opencart 3.0.3.2 for my store, and just discovered that every time I try to do a checkout, this error appears:

Code: Select all

Fatal error: Uncaught exception 'Exception' with message 'Error: Could not load model extension/extension!' in /home2/lorenac/public_html/storagedc/modification/system/engine/loader.php:97 Stack trace: #0 /home2/lorenac/public_html/dazzlingclips/catalog/model/journal3/checkout.php(35): Loader->model('extension/exten...') #1 /home2/lorenac/public_html/storagedc/modification/system/engine/loader.php(248): ModelJournal3Checkout->__construct(Object(Registry)) #2 [internal function]: Loader->{closure}(Array, Array) #3 /home2/lorenac/public_html/dazzlingclips/system/engine/proxy.php(47): call_user_func_array(Object(Closure), Array) #4 /home2/lorenac/public_html/dazzlingclips/catalog/controller/journal3/checkout.php(92): Proxy->__call('init', Array) #5 /home2/lorenac/public_html/dazzlingclips/catalog/controller/journal3/checkout.php(92): Proxy->init() #6 [internal function]: ControllerJournal3Checkout->index() #7 /home2/lorenac/public_html/storagedc/modification/system/engine/action.php(79): call_user_func_array(Array, Array) #8 in /home2/lorenac/public_html/storagedc/modification/system/engine/loader.php on line 97
Sorry if this is not the right place to post the issue, I'm new on the forum... Did some digging for the error, but I think I'm the first one to have this particular one.
The only extension I'm using is Journal 3 for "theming" up the site.

Any help is greatly appreciated!

Re: Fatal error: Uncaught exception 'Exception' with message 'Error: Could not load model extension/extension!

Posted: Wed Jan 08, 2020 6:30 pm
by paulfeakins
martinvarsano wrote:
Wed Jan 08, 2020 10:05 am
I made a fresh installation of Opencart 3.0.3.2
martinvarsano wrote:
Wed Jan 08, 2020 10:05 am
The only extension I'm using is Journal 3 for "theming" up the site.
Well fresh usually means no extensions or themes.

But clearly Journal is the problem here and it's a paid theme so contact their support.

Re: Fatal error: Uncaught exception 'Exception' with message 'Error: Could not load model extension/extension!

Posted: Wed Jan 08, 2020 6:51 pm
by thekrotek
Wrong model call, it should be 'setting/extension' for OC 3.

Re: Fatal error: Uncaught exception 'Exception' with message 'Error: Could not load model extension/extension!

Posted: Wed Jan 08, 2020 9:13 pm
by straightlight
There was a bug regarding the setting/extension I reported on Github when OC 3 was released. However, fresh also means that an improper upgrade could of been done without the use of extensions.

Re: Fatal error: Uncaught exception 'Exception' with message 'Error: Could not load model extension/extension!

Posted: Thu Jan 09, 2020 1:29 am
by martinvarsano
Thanks everybody for the replies. Found the solution: Just modify the checkout from Journal 3 to the default Opencart 3. That made the trick!

Re: Fatal error: Uncaught exception 'Exception' with message 'Error: Could not load model extension/extension!

Posted: Thu Jan 09, 2020 1:40 am
by by mona
martinvarsano wrote:
Thu Jan 09, 2020 1:29 am
Thanks everybody for the replies. Found the solution: Just modify the checkout from Journal 3 to the default Opencart 3. That made the trick!
:ok: Happy New Year !