justinng Posted October 1, 2012 Share Posted October 1, 2012 When I clicked installed, the whole screen turned white. No errors nothing. Wonder what's wrong? Link to comment Share on other sites More sharing options...
scorpionsworld Posted October 1, 2012 Share Posted October 1, 2012 (edited) 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 October 1, 2012 by scorpionsworld (see edit history) 1 Link to comment Share on other sites More sharing options...
justinng Posted October 1, 2012 Author Share Posted October 1, 2012 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 More sharing options...
scorpionsworld Posted October 2, 2012 Share Posted October 2, 2012 Looking at the addons page for this module, it seems this module is not compatible with version 1.5. You should really contact the developer for support. Go to https://addons.prestashop.com/en/write-to-developper?id_product=5148 Link to comment Share on other sites More sharing options...
Mircko Posted August 7, 2013 Share Posted August 7, 2013 it works with the 1.5 version? Link to comment Share on other sites More sharing options...
Recommended Posts