Dj-Viper 18 Posted July 2, 2020 Hi, Just a question, to see if anybody has a glue. 22 juni - everthing oke, alle payments with payment module is going good, status of orders are being updated. 23 juni - not oke anymore payments still come in, but the order status is not being updated. Acceslog file gives a error. incoming ip - - [01/Jul/2020:21:11:09 +0200] "GET catalog/catalog/ext/modules/payment/multisafepay/notify.php?transactionid=4304×tamp=here is number HTTP/1.1" 200 423 "-" "Mozilla/5.0 (X11; Debian; Linux x86_64; rv:33.0) Gecko/20100101\")" incoming ip - - [01/Jul/2020:21:11:10 +0200] "GET catalog/ext/modules/payment/multisafepay/notify_checkout.php?transactionid=4304×tamp=here is number HTTP/1.1" 200 423 "-" "Mozilla/5.0 (X11; Debian; Linux x86_64; rv:33.0) Gecko/20100101\")" 200 code is good but it gets also 423 locked code. Strangly nothing has been changed on my side, And can't get any info from multisafepay because they don't support oscommerce anymore. Greetings, Anne Share this post Link to post Share on other sites
burt 5,421 Posted July 2, 2020 I would suggest that this: ×tamp=here is number particularly the piece in bold...is incorrect and may be the cause of the issue. Help shape the future of Phoenix; join the Phoenix Club Share this post Link to post Share on other sites
Dj-Viper 18 Posted July 2, 2020 Hi, Burt I just removed the timestamp number for privacy and changed it to here is a number normally something like 1593500467 is there. Greetings, Anne Share this post Link to post Share on other sites
♥ecartz 681 Posted July 2, 2020 You can check that the timestamp has a sane value with https://www.epochconverter.com/ For example, 1593500467 is Tuesday, June 30, 2020 7:01:07 AM. (It might format more recognizably on your computer.) Current as I'm writing this: 1593703947 But the 423 is not a status code in those log entries. It's something more like the size of the response. Example link on reading Apache access logs: https://www.keycdn.com/support/apache-access-log Always back up before making changes. Share this post Link to post Share on other sites
Dj-Viper 18 Posted July 3, 2020 Hi, The time stamp looks good sofar that i can see. This is one that went good : 185.99.130.21 - - [20/Jun/2020:18:02:18 +0200] "GET (shoppart)/ext/modules/payment/multisafepay/notify.php?transactionid=4275×tamp=1592668938 HTTP/1.1" 200 210 "-" "Mozilla/5.0 (X11; Debian; Linux x86_64; rv:33.0) Gecko/20100101" 185.99.130.21 - - [20/Jun/2020:18:02:19 +0200] "GET (shoppart)/ext/modules/payment/multisafepay/notify_checkout.php?transactionid=4275×tamp=1592668938 HTTP/1.1" 200 2 "-" "Mozilla/5.0 (X11; Debian; Linux x86_64; rv:33.0) Gecko/20100101" Greetings, Anne Share this post Link to post Share on other sites