I would like to check out and there is a problem since this morning :
I wand to give money ! I want to pay ! I want to order !
Thank you
I don't know, because it was a error in the logs at lines 3..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.
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/
It certainly shouldn't. When I stick this on my own server...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?
Code: Select all
<?php
// this is a test comment
// *** this is a second test comment
/* this is a third test comment
phpinfo()
?>