Bijan Posted April 28, 2011 Share Posted April 28, 2011 When paying with bankwire, once I click on I confirm the order, it goes to a blank page.I am using 1.4.1Bijan 1 Link to comment Share on other sites More sharing options...
Nikola Luchiano Posted May 2, 2011 Share Posted May 2, 2011 i have the same problem, is someone who know how to fix this! Link to comment Share on other sites More sharing options...
shokinro Posted May 2, 2011 Share Posted May 2, 2011 I guess there is some error occured during order validation.try to set display_error to on in /comfig/config.inc.php and try again see if you can see any errors.It will give you some clue. 1 Link to comment Share on other sites More sharing options...
juanmlg Posted May 2, 2011 Share Posted May 2, 2011 I have the same problem. I set display_error "on". And says the problem is in PaymentModule.php line 494.494: $tmp_values[] = (isset($fields_style[$field_item]))? sprintf($fields_style[$field_item], $the_address->{$field_item}) : $the_address->{$field_item}; You can see more code here: /** * @param Object Address $the_address that needs to be txt formated * @return String the txt formated address block */ private function _getFormatedAddress(Address $the_address, $line_sep, $fields_style = array()) { $out = ''; $adr_fields = AddressFormat::getOrderedAddressFields($this->id_country); $r_values = array(); foreach($adr_fields as $fields_line) { $tmp_values = array(); foreach (explode(' ', $fields_line) as $field_item) { $field_item = trim($field_item); $tmp_values[] = (isset($fields_style[$field_item]))? sprintf($fields_style[$field_item], $the_address->{$field_item}) : $the_address->{$field_item}; } $r_values[] = implode(' ', $tmp_values); } $out = implode($line_sep, $r_values); return $out; } I have replace PaymentModule.php with the 1.4.0 file, and now works, but I dont know if it is a good idea. Link to comment Share on other sites More sharing options...
tomerg3 Posted May 2, 2011 Share Posted May 2, 2011 If you post the actual error you got, maybe we could advise.... Link to comment Share on other sites More sharing options...
shokinro Posted May 2, 2011 Share Posted May 2, 2011 I have replace PaymentModule.php with the 1.4.0 file, and now works, but I dont know if it is a good idea. I don't think it is very good idea, you fixed this issue, but maybe cause more other issue.Follow tomerg3's suggestion, post the exact error here maybe we can help you to fix. Link to comment Share on other sites More sharing options...
Ruuter Posted May 11, 2011 Share Posted May 11, 2011 I have same error. Turning show errors on, gives following error:Fatal error: Cannot access empty property in .../classes/PaymentModule.php on line 494What to do =( ? Link to comment Share on other sites More sharing options...
Ruuter Posted May 11, 2011 Share Posted May 11, 2011 also I get :Fatal error: Cannot access empty property in .../classes/PDF.php on line 468if I try to view or download pdf invoice Link to comment Share on other sites More sharing options...
tomerg3 Posted May 11, 2011 Share Posted May 11, 2011 It sounds like there may have been a problem with the installation or upgrade.I would try to do a fresh install and see if you have the same issues. Link to comment Share on other sites More sharing options...
jesuskj Posted May 12, 2011 Share Posted May 12, 2011 Hi,I have the same problem. I set display_error “on”. And says the problem is in PaymentModule.php line 494.494:$tmp_values[] = (isset($fields_style[$field_item]))? sprintf($fields_style[$field_item], $the_address->{$field_item}) : $the_address->{$field_item};I have PS 1.4.1 with new install Link to comment Share on other sites More sharing options...
tomerg3 Posted May 12, 2011 Share Posted May 12, 2011 I would say start a new bug in the bug tracker. Link to comment Share on other sites More sharing options...
plb Posted May 16, 2011 Share Posted May 16, 2011 My problem is almost the same, I'm using ATM payment and when you click "confirm the order" it goes to blank page with this error: "Error: invalid email subject"Can you help me?I´m using v.1.4Regards Link to comment Share on other sites More sharing options...
WW Posted July 2, 2011 Share Posted July 2, 2011 same problem here. Im using prestashop ver 1.4.1I’ve placed some order for testing several times with paypal but the last page of order is always same blank page with this error msg ;Fatal error: Cannot access empty property in ../classes/PaymentModule.php on line 494BUT paypal payment go through so that I can see the listed order on ‘orders’ tap.BUT there shows another error msg when I trying to generate invoice of that order ;Fatal error: Cannot access empty property in ../classes/PDF.php on line 468Any solutions of this issue? Link to comment Share on other sites More sharing options...
rifaris Posted July 17, 2011 Share Posted July 17, 2011 I have a similar Prablem, I use presta 1.4.3, when choose bank wire payment methode, and then goes blank. thread in http://www.prestashop.com/forums/viewthread/119605/pengembangan_dan_modul/bank_wire_fatal_errormodulesblockmyaccountblockmyaccount_dot_php_on_line_63Anyone can help me , please? Link to comment Share on other sites More sharing options...
Recommended Posts