Fatal error: Class 'Controllerextensionmoduleexcelport'
Posted: Tue Dec 05, 2017 4:25 am
Trying to configure excelport after upgrading Opencart and can't seem to find any answers. I'm getting the following error when I click edit next to the excelport module.
Fatal error: Class 'Controllerextensionmoduleexcelport' not found in /home/jaymacsports/public_html/vqmod/vqcache/vq2-system_storage_modification_system_engine_action.php on line 43
The line in the code that it's referring to is:
$controller = new $class($registry);
I'm not extremely familiar with php so I'm not sure what this means.