Can all registered uses please login, even just for a few minutes..
It helps build a picture where our "good traffic" is coming from..
Thanks :)

Order impossible

News and information about the exxos store. Includes common questions and answers, plus information on new items for sale or items which will be coming off sale soon etc
Sinis
Posts: 24
Joined: Sat Nov 06, 2021 11:19 pm

Order impossible

Post by Sinis »

Hello !

I would like to check out and there is a problem since this morning :

chrome_FO1HYgpr7a.png
chrome_FO1HYgpr7a.png (212.13 KiB) Viewed 3068 times

I wand to give money ! I want to pay ! I want to order ! :)

Thank you
User avatar
exxos
Site Admin
Site Admin
Posts: 28859
Joined: Wed Aug 16, 2017 11:19 pm
Location: UK
Contact:

Re: Order impossible

Post by exxos »

I think this is relating to a store change I did a few days ago... https://www.exxosforum.co.uk/forum/viewt ... =90&t=4931

Thanks for the report, I will go check the error logs and see what I screwed up..
User avatar
exxos
Site Admin
Site Admin
Posts: 28859
Joined: Wed Aug 16, 2017 11:19 pm
Location: UK
Contact:

Re: Order impossible

Post by exxos »

@Sinis Please try doing your order again and hopefully it will work this time.. ?
Sinis
Posts: 24
Joined: Sat Nov 06, 2021 11:19 pm

Re: Order impossible

Post by Sinis »

@exxos Same bug.

It comes just after clicking on "Complete order" :
View Basket / Checkout / "Complete order", when you have the "shipping address" on the left of the screen.
User avatar
exxos
Site Admin
Site Admin
Posts: 28859
Joined: Wed Aug 16, 2017 11:19 pm
Location: UK
Contact:

Re: Order impossible

Post by exxos »

This is now fixed.

I really don't understand the problem, because I have been using version 3 of my store code on my V2 store.. BUT the changes I made were on V3, but the file I did a binary comparison on it before making changes to make sure I was not going to break V2 system, and other than three lines which were basically comments, there was no changes whatsoever. But that file with the comments in malfunctions even when I removed those three commented lines. So I just went back to the original V2 file, made the changes I did last week again, and now it is working.. So I'm basically sat puzzling what the differences between the working and not working file :stars:

Capture.JPG
Capture.JPG (189.63 KiB) Viewed 3010 times

Was line 3 it was tripping up on. :shrug:

444.JPG
444.JPG (27.35 KiB) Viewed 3000 times
1.JPG
1.JPG (55.18 KiB) Viewed 3007 times
Sinis
Posts: 24
Joined: Sat Nov 06, 2021 11:19 pm

Re: Order impossible

Post by Sinis »

@exxos Yes, it's good!

Order ok!

...because I spent a LOT of time helping you (about 3 minutes :lol : ) I know you'll send the order as soon as possible : I should receive it tomorrow :)

On a more serious note, if I can help you, it would be my pleasure.
Sinis
Posts: 24
Joined: Sat Nov 06, 2021 11:19 pm

Re: Order impossible

Post by Sinis »

...perhaps not a problem regarding the file's content, but the file itself : rights and permissions ? Ok on the "old" file, Ko on the new one.

Just an idea.
User avatar
exxos
Site Admin
Site Admin
Posts: 28859
Joined: Wed Aug 16, 2017 11:19 pm
Location: UK
Contact:

Re: Order impossible

Post by exxos »

Sinis wrote: Mon Dec 13, 2021 4:06 pm ...perhaps not a problem regarding the file's content, but the file itself : rights and permissions ? Ok on the "old" file, Ko on the new one.

Just an idea.
I don't know, because it was a error in the logs at lines 3..

Code: Select all

PHP Warning:  Unterminated comment starting line 3 in /var/www/html/atari/store2/checkoutxxxxxx.php on line 3, referer: https://www.exxosforum.co.uk/atari/store2/
The file must have been running.. But that was the only change in the file from the previous file.

Just goes to show how even when you take precautions to make sure you are editing the right stuff.. Things still can go wrong :( It is why I did a binary comparison on the file before I started making changes, to make sure I had not change anything else between V2 and V3 store files..

Do not like it when things do not add up :cry: There is even similar comments further down the file anyway .

:dizzy:
User avatar
Badwolf
Site sponsor
Site sponsor
Posts: 3068
Joined: Tue Nov 19, 2019 12:09 pm

Re: Order impossible

Post by Badwolf »

I recall you mentioning the other day that PHP's parsing was a bit skew whiff -- tokens matching substrings of function names, for example.

Is it possible PHP treats "/ <space> *" the same as "/*", hence it looks like the whole file past line 3 is commented out?

BW
DFB1 Open source 50MHz 030 and TT-RAM accelerator for the Falcon
Smalliermouse ST-optimised USB mouse adapter based on SmallyMouse2
FrontBench The Frontier: Elite 2 intro as a benchmark
User avatar
derkom
Moderator
Moderator
Posts: 1232
Joined: Sun Jul 29, 2018 6:45 pm

Re: Order impossible

Post by derkom »

Badwolf wrote: Mon Dec 13, 2021 5:17 pm Is it possible PHP treats "/ <space> *" the same as "/*", hence it looks like the whole file past line 3 is commented out?
It certainly shouldn't. When I stick this on my own server...

Code: Select all

<?php

// this is a test comment
// *** this is a second test comment
/* this is a third test comment

phpinfo()
?>
...I don't get an error until the third comment.
Post Reply

Return to “EXXOS WEBSTORE INFORMATION”