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
The only extension I'm using is Journal 3 for "theming" up the site.
Any help is greatly appreciated!