[email protected] Posted March 12, 2012 Share Posted March 12, 2012 Hello, I do not know if anyone tell you I still have 1.4.4.0 He rides me for about three quarters of the year. Yesterday I happened on one of my test accounts the customer after the final order confirmation display themessage Fatal error. Basket remains do not flush and 1/3 white screen. I tried various combinations of carriers and the payments the same. I applied to another account and go to the store. Even as unregistered and orders OK. If at any time log in to the primary account - fatal error. I'm not sure, but maybe I had entered the two accounts at once. one in chrome and the other frirefox. Just can not explain what happened. Compile I deleted. Now I am afraid that it did not do as well as other customers, and perhaps most important for peace of mindto figure out what causes it. Interventions in the code was not that it was an outgrowth of some adjustment. Thanks for any advice. (Sorry for my english) Link to comment Share on other sites More sharing options...
tomerg3 Posted March 13, 2012 Share Posted March 13, 2012 It's very hard to understand anything from your post... If you can recreate the problem, you can turn om developer mode, and get the full details of the error (rather than just Fatal Error). In /config/defines.inc.php change define('_PS_MODE_DEV_', false); To define('_PS_MODE_DEV_', true); Link to comment Share on other sites More sharing options...
[email protected] Posted March 13, 2012 Author Share Posted March 13, 2012 It's very hard to understand anything from your post... If you can recreate the problem, you can turn om developer mode, and get the full details of the error (rather than just Fatal Error). In /config/defines.inc.php change define('_PS_MODE_DEV_', false); To define('_PS_MODE_DEV_', true); Thank you, i change define('_PS_MODE_DEV_', true); Me not write fatal error, only this listing. I dont uderstand. Make me for all payments, all carrier. 6 month make shop normal. now write me error afer confirmation order. make only for me accout. for me other accouunt shop work normal. Thank you very much. Sorry for me english. Array ( [0] => Array ( [file] => /data/web/virtuals/5361/virtual/www/classes/PaymentModule.php [line] => 100 [function] => displayError [class] => ToolsCore [type] => :: [args] => Array ( ) ) [1] => Array ( [file] => /data/web/virtuals/5361/virtual/www/modules/bankwire/validation.php [line] => 50 [function] => validateOrder [class] => PaymentModuleCore [object] => BankWire Object ( [_html:BankWire:private] => [_postErrors:BankWire:private] => Array ( ) [details] => : Bank account. XXXXXXXX [owner] => shop [address] => [currentOrder] => [currencies] => 1 [currencies_mode] => checkbox [id] => 6 [version] => 0.5 [name] => bankwire [displayName] => Banka [description] => Accept payments by bank wire. [author] => PrestaShop [need_instance] => 1 [tab] => payments_gateways [active] => 1 [_lang:protected] => Array ( ) [_path:protected] => /modules/bankwire/ [warning] => [beforeUninstall] => [_errors] => [table:protected] => module [identifier:protected] => id_module [limited_countries] => Array ( ) [confirmUninstall] => Opravdu chcete smazat Vaše kontaktní údaje? ) [type] => -> [args] => Array ( [0] => 3206 [1] => 10 [2] => 134 [3] => Banka [4] => [5] => Array ( [{bankwire_owner}] => shop [{bankwire_details}] => : Bank account XXXXXXXX [{bankwire_address}] => ) [6] => 4 [7] => [8] => 553e07000253ceeb9198fc80dcd26ba4 ) ) ) Link to comment Share on other sites More sharing options...
tomerg3 Posted March 13, 2012 Share Posted March 13, 2012 Looks like the address field is missing, and therefor the order cannot fails validation (since it is a required field). Make sure you collect that address, or at least pass a "dummy" value (if you hide it from customers). Link to comment Share on other sites More sharing options...
Recommended Posts