acdc Posted July 29, 2012 Share Posted July 29, 2012 Hi can you help? can't get file to download to work, i get fatal error message i have set it up with the right file name, it only works if i send it to a friend. version PrestaShop™ 1.4.8.2 Regards Lee Link to comment Share on other sites More sharing options...
tomerg3 Posted July 29, 2012 Share Posted July 29, 2012 Impossible to say based on the info you provided. Turn on dev mode in /config/defines.inc.php line #28 and try again. Post the debug code here for more help Link to comment Share on other sites More sharing options...
acdc Posted July 29, 2012 Author Share Posted July 29, 2012 Array ( [0] => Array ( [file] => /home/freshsee/public_html/classes/PaymentModule.php [line] => 98 [function] => displayError [class] => ToolsCore [type] => :: [args] => Array ( ) ) [1] => Array ( [file] => /home/freshsee/public_html/controllers/ParentOrderController.php [line] => 162 [function] => validateOrder [class] => PaymentModuleCore [type] => -> [object] => FreeOrder Object ( [currentOrder] => [currencies] => 1 [currencies_mode] => checkbox [id] => [version] => [name] => [displayName] => [description] => [author] => [need_instance] => 1 [tab] => [active] => [_lang:protected] => Array ( ) [_path:protected] => [warning] => [beforeUninstall] => [_errors:protected] => [table:protected] => module [identifier:protected] => id_module [limited_countries] => Array ( ) [free_order_class] => 1 ) [args] => Array ( [0] => 8 [1] => 2 [2] => 0 [3] => Free order [4] => [5] => Array ( ) [6] => [7] => [8] => 070391ff3df3e7ae280eeda9a1365b8f ) ) [2] => Array ( [file] => /home/freshsee/public_html/controllers/OrderController.php [line] => 131 [function] => _checkFreeOrder [class] => ParentOrderControllerCore [type] => -> [object] => OrderController Object ( [step] => 3 [ssl] => 1 [php_self] => order.php [nbProducts] => 1 [errors] => Array ( ) [iso] => [orderBy] => [orderWay] => [p] => [n] => [auth] => [guestAllowed] => [authRedirection] => [restrictedCountry:protected] => [maintenance:protected] => ) [args] => Array ( ) ) [3] => Array ( [file] => /home/freshsee/public_html/classes/FrontController.php [line] => 65 [function] => process [class] => OrderControllerCore [type] => -> [object] => OrderController Object ( [step] => 3 [ssl] => 1 [php_self] => order.php [nbProducts] => 1 [errors] => Array ( ) [iso] => [orderBy] => [orderWay] => [p] => [n] => [auth] => [guestAllowed] => [authRedirection] => [restrictedCountry:protected] => [maintenance:protected] => ) [args] => Array ( ) ) [4] => Array ( [file] => /home/freshsee/public_html/order.php [line] => 29 [function] => run [class] => FrontControllerCore [type] => -> [object] => OrderController Object ( [step] => 3 [ssl] => 1 [php_self] => order.php [nbProducts] => 1 [errors] => Array ( ) [iso] => [orderBy] => [orderWay] => [p] => [n] => [auth] => [guestAllowed] => [authRedirection] => [restrictedCountry:protected] => [maintenance:protected] => ) [args] => Array ( ) ) ) Link to comment Share on other sites More sharing options...
tomerg3 Posted July 29, 2012 Share Posted July 29, 2012 It looks like the payment module is not properly active, I would check with the developer of the module. Link to comment Share on other sites More sharing options...
Recommended Posts