Shineslo Posted September 22, 2011 Share Posted September 22, 2011 When I am in FO signed in as a customer and try to change the delivery address or update the new address, after submit it displays white page and says Fatal Error. I am using Prestashop 1.4.3 version. Please I need answers asap, because I am opening the store today. Link to comment Share on other sites More sharing options...
shokinro Posted September 22, 2011 Share Posted September 22, 2011 I guess there is some error happening at back end. first try to set 'display_errors' to 'on' to see what error is occurring. Link to comment Share on other sites More sharing options...
Shineslo Posted September 22, 2011 Author Share Posted September 22, 2011 I have just solved the issue! This bothered me today for couple hours and the solution is: http://forge.prestas...anel#issue-tabs After that it displayed me that I have the wrong token. And I did this: http://www.prestasho...address-modify/ and now it WORKS :D Link to comment Share on other sites More sharing options...
shokinro Posted September 22, 2011 Share Posted September 22, 2011 congratulation! and thanks for your feedback. Link to comment Share on other sites More sharing options...
holden321 Posted November 5, 2011 Share Posted November 5, 2011 in AddressController we have lines: if (Tools::isSubmit('submitAddress')) (84) { $address = new Address(); $this->errors = $address->validateControler(); so we have errors immediately and the script 'crushes' on the next die(93) I think it is typo and should be $address = new Address((int)$id_address); Link to comment Share on other sites More sharing options...
kangourou Posted December 6, 2011 Share Posted December 6, 2011 in AddressController we have lines: if (Tools::isSubmit('submitAddress')) (84) { $address = new Address(); $this->errors = $address->validateControler(); so we have errors immediately and the script 'crushes' on the next die(93) I think it is typo and should be $address = new Address((int)$id_address); Thank you very much : you have right !!!! Link to comment Share on other sites More sharing options...
Recommended Posts