CV1 Posted October 17, 2016 Share Posted October 17, 2016 (edited) Hello! I want to update from 1.6.0.9 to 1.6.1.7. I have solved many problems on that way. For example use MySql 5.6 instead of 5.7!!! But one big problem is still remaining: The order confimation in the frontend takes over 60 seconds!!! Although the order is immediately visible in the backoffice. Browser-Console: POST http://192.168.220.1...wire/validation [HTTP/1.1 302 Found 61129ms] The greater context is: - With MySql version 5.6 the migration is sucessful - there are no SQL-errors or other errors - The template was set back to the default template. - I have deaktivated many modules as possible or deleted them - It does not matter if the advancedeucompliance module is acivated or deactivated - Cache on/off - Compile always/never - overrides on/off -> it doesn't help - also any other options like OPC etc. I tired, but same result - For the offline test I use bankwire or cheque as payment option - I also tried a manual update (for handling bad overrides etc.), but same result - When I do a 1.6.1.7 clean Installation, the confirmation takes 3 seconds - When I do a order on my old 1.6.0.9 Version (also offline on my local computer) the confirmation takes 3 seconds (a hint, that the problem is not on my local WAMP configuration?) Edited October 17, 2016 by CV1 (see edit history) Link to comment Share on other sites More sharing options...
CV1 Posted October 17, 2016 Author Share Posted October 17, 2016 Ok, the problem with it is the sending of emails. When I turn the sending of email off, it works. But I can send the test email. Line in validation.php of the bankwire module: $this->module->validateOrder($cart->id, Configuration::get('PS_OS_BANKWIRE'), $total, $this->module->displayName, NULL, $mailVars, (int)$currency->id, false, $customer->secure_key); Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now