RescueDog Posted August 29, 2013 Share Posted August 29, 2013 (edited) Upgraded to 1.5.5 from 1.5.4.1 (updated Upgrade module, One click upgrade)5 Step checkout AND 1 page selected - receiving following error when attempting checkout with CHECK payment: The website encountered an error while retrievinghttps://knightsshop....eque/validation. It may be down for maintenance or configured incorrectly. Reload this webpage. Press the reload button to resubmit the data needed to load the page. Error code: 500 The order IS visible in the back office. The front end results in the 500. Email is NOT sent to client.Checkout with Paypal delivers to PayPal sign in (have not completed process)Uninstalled and reinstalled check module. No change.Any ideas on this? I was hoping that moving to 1.5.5 would eliminate some of the issues I was having with 1.5.4.1...which it did :-) lolThanks in advance!!DEV mode: Parse error: syntax error, unexpected T_FUNCTION in /home/topaward/public_html/knightsshop/prestakoc/tools/swift/Swift/Message/Headers.php on line 424 Edited September 10, 2013 by vekia (see edit history) Link to comment Share on other sites More sharing options...
RescueDog Posted August 30, 2013 Author Share Posted August 30, 2013 (edited) I've gotten around this by replacing the 1.5.5 file with the 1.5.4.1 version. I do not know the full impact this will have - just know that the order process now gets to confirmation. If I can find my code compare tool I'll see what's changed. Someone will hopefully save me from myself prior to that. Edited August 30, 2013 by topaward (see edit history) Link to comment Share on other sites More sharing options...
Totti Posted August 30, 2013 Share Posted August 30, 2013 Upgraded to 1.5.5 from 1.5.4.1 (updated Upgrade module, One click upgrade) 5 Step checkout AND 1 page selected - receiving following error when attempting checkout with CHECK payment: The website encountered an error while retrievinghttps://knightsshop....eque/validation. It may be down for maintenance or configured incorrectly. Reload this webpage. Press the reload button to resubmit the data needed to load the page. Error code: 500 The order IS visible in the back office. The front end results in the 500. Email is NOT sent to client. Checkout with Paypal delivers to PayPal sign in (have not completed process) Uninstalled and reinstalled check module. No change. Any ideas on this? I was hoping that moving to 1.5.5 would eliminate some of the issues I was having with 1.5.4.1...which it did :-) lol Thanks in advance!! DEV mode: Parse error: syntax error, unexpected T_FUNCTION in /home/topaward/public_html/knightsshop/prestakoc/tools/swift/Swift/Message/Headers.php on line 424 I also have this error, how you solved , what files have changed ? 1 Link to comment Share on other sites More sharing options...
nadie Posted August 30, 2013 Share Posted August 30, 2013 I also have this error, how you solved , what files have changed ? Apply this patch https://github.com/P...a5a5602671fb3a8 Sorry for my English 3 Link to comment Share on other sites More sharing options...
RescueDog Posted August 30, 2013 Author Share Posted August 30, 2013 Apply this patch https://github.com/P...a5a5602671fb3a8 Sorry for my English Applied - now throws fatal error: Fatal error: require_once() [function.require]: Failed opening required '/home/xxxxx/xxxxx/knightsshop/prestakoc/tools/swift/Swift/../Swift/Log/DefaultLog.php' (include_path='.:/usr/local/php52/pear') in/home/xxxxx/xxxxx/knightsshop/prestakoc/tools/swift/Swift/ClassLoader.php on line 35 Link to comment Share on other sites More sharing options...
vekia Posted September 10, 2013 Share Posted September 10, 2013 so, the solution works, so im going to mark this topic as [solved] special thanks for Nadie for url to the forge with solution best regards Link to comment Share on other sites More sharing options...
psnew_11 Posted October 2, 2013 Share Posted October 2, 2013 Hi. I am facing same problem when client try to confirm order in last step .After update to 1.5.5 there is perfect work and suddenly this problem occurFront-End Customer able add to cart properly till Step 5 When Customer would like confirm order , an error occur as below : Reload this website........Press the reload button to resubmit the data to load the page. Error Code : 500 Customer could not view the payment details and receive mail moreBank-End Order Notification able receive Email Cannot Send out Automatic Have try change status of customer order manually but email send out could not capture data related due. Solution tried :- Reset the Bank Wire module But fail- Would like Reinstall the bank wire module BUT Click Wrong till delete it . I unable find out for download Bank Wire Module so I have tried use the Pay By Cheque Module and edit the description so on bt Translation --- > Lastly it is still error in last step when try confirm order ( SAME with above error)I have try refer nadie 's link provided but no understand for the patch.Any one can help for explain / alternative solution? Thank in advance* Please provide me link for download the bank wire module if possible * Link to comment Share on other sites More sharing options...
vekia Posted October 2, 2013 Share Posted October 2, 2013 Press the reload button to resubmit the data to load the page. Error Code : 500 if you've got error code: 500 message, please turn on error reporting: open config/defines.inc.php find this line define('_PS_MODE_DEV_', false); change to look like this: define('_PS_MODE_DEV_', true); then instead of error 500 you will see full error message (with information what exactly doesn't work well) 1 Link to comment Share on other sites More sharing options...
psnew_11 Posted October 2, 2013 Share Posted October 2, 2013 That's work and help me solve me problem easier . TQ~ Link to comment Share on other sites More sharing options...
XJR100 Posted October 10, 2013 Share Posted October 10, 2013 (edited) That's work and help me solve me problem easier . TQ~ I've got this warning: Warning: Memcache::set() [memcache.set]: No servers added to memcache connection in /home/xxxxxxx/data/www/xxxxxxx.com/classes/cache/CacheMemcache.php on line 156 (debug mode) If I go to ANY order from orders list I have the following: [PrestaShopDatabaseException]Unknown column 'payment_method' in 'field list' SELECT `payment_method`, `payment_status` FROM `prs_paypal_order` WHERE `id_order` = 280 LIMIT 1 at line 613 in file classes/db/Db.php 607. WebserviceRequest::getInstance()->setError(500, '[SQL Error] '.$this->getMsgError().'. From '.(isset($dbg[3]['class']) ? $dbg[3]['class'] : '').'->'.$dbg[3]['function'].'() Query was : '.$sql, 97);608. }609. else if (_PS_DEBUG_SQL_ && $errno && !defined('PS_INSTALLATION_IN_PROGRESS'))610. {611. if ($sql)612. throw new PrestaShopDatabaseException($this->getMsgError().'<br /><br /><pre>'.$sql.'</pre>');613. throw new PrestaShopDatabaseException($this->getMsgError());614. }615. }616. 617. /** Edited October 10, 2013 by XJR100 (see edit history) Link to comment Share on other sites More sharing options...
Recommended Posts