Jump to content

Unable to install Bundle Packs Discounts Module for PS 1.5


Recommended Posts

Most probably its a php fatal error. Since error reporting is turned off in your config.inc.php you can't see the exact error message.

Turn on error reporting, change line 29

@ini_set('display_errors', 'off');

into

@ini_set('display_errors', 'on');

, and try to install the module again to see the exact error message.

Be aware, turning on error reporting might also show errors in your front office/live shop as well.

After copy/pasting the error message here, turn off error reporting again asap

Edited by scorpionsworld (see edit history)
  • Like 1
Link to comment
Share on other sites

Most probably its a php fatal error. Since error reporting is turned off in your config.inc.php you can't see the exact error message. Turn on error reporting, change line 29
@ini_set('display_errors', 'off');

into

@ini_set('display_errors', 'on');

, and try to install the module again to see the exact error message. Be aware, turning on error reporting might also show errors in your front office/live shop as well. After copy/pasting the error message here, turn off error reporting again asap

 

Thanks! here's the error messages:

 

Warning: file(../public_html/modules/bundlediscounts/override/controllers/front/OrderOpcController.php) [function.file]: failed to open stream: No such file or directory in /public_html/classes/module/Module.php on line 1881

 

Warning: implode() [function.implode]: Invalid arguments passed in /public_html/classes/module/Module.php on line 1882

 

Warning: file(/modules/bundlediscounts/override/controllers/front/OrderOpcController.php) [function.file]: failed to open stream: No such file or directory in /public_html/classes/module/Module.php on line 1927

 

Warning: implode() [function.implode]: Invalid arguments passed in /public_html/classes/module/Module.php on line 1928

 

Fatal error: Uncaught exception 'ReflectionException' with message 'Class OrderOpcControllerOverride_remove does not exist' in /public_html/classes/module/Module.php:1929 Stack trace: #0 /public_html/classes/module/Module.php(1929): ReflectionClass->__construct('OrderOpcControl...') #1 /public_html/classes/module/Module.php(1845): ModuleCore->removeOverride('OrderOpcControl...') #2 /public_html/classes/module/Module.php(222): ModuleCore->uninstallOverrides() #3 /public_html/modules/bundlediscounts/bundlediscounts.php(33): ModuleCore->install() #4 /public_html/controllers/admin/AdminModulesController.php(621): BundleDiscounts->install() #5 /public_html/controllers/admin/AdminModulesController.php(740): AdminModulesControllerCore->postProcessCallback() #6 /public_html/classes/controller/Controller.php(159): AdminModules in /public_html/classes/module/Module.php on line 1929

Link to comment
Share on other sites

  • 10 months later...
×
×
  • Create New...