can confirm the line is correct, no joy.
I can give you a link to the cpanel and kb login (obviously via pm)
I have nothing sensitive on there anyway, and can change the password back right after.
Pilot lookup
Re: Pilot lookup
Hi,
thanks for providing me access, I'm finished and it's fixed.
Seems in your common/includes/esi/class.helpers.php, the Expected time format for ESI response header timestamps was
D, d-M-Y H:i:s O+ (e.g. Thu, 14-Mar-2019 08:59:32 GMT)
when in fact it is
D, d M Y H:i:s O+ (e.g. Thu, 14 Mar 2019 08:59:32 GMT)
(without the dashes).
I overlooked this earlier when checking your error.log, but I have absolutely no idea why it was set that way in that file. I checked the recent change history for that file, and I did find a version where the timestamp was expected like this...
Anyway, working again
Best Regards,
Salvoxia
thanks for providing me access, I'm finished and it's fixed.
Seems in your common/includes/esi/class.helpers.php, the Expected time format for ESI response header timestamps was
D, d-M-Y H:i:s O+ (e.g. Thu, 14-Mar-2019 08:59:32 GMT)
when in fact it is
D, d M Y H:i:s O+ (e.g. Thu, 14 Mar 2019 08:59:32 GMT)
(without the dashes).
I overlooked this earlier when checking your error.log, but I have absolutely no idea why it was set that way in that file. I checked the recent change history for that file, and I did find a version where the timestamp was expected like this...
Anyway, working again

Best Regards,
Salvoxia
-
- Apprentice
- Posts: 62
- Joined: Sat Jan 31, 2009 03:23
Re: Pilot lookup
Wow that was fast!
When I first googled the error (because I always try to fix stuff myself before bothering others)
It said something similar to what you reported, I tried to edit it a few times but couldn't get the correct format.
Why it changed I'll never know.
But thanks again, your a star.
When I first googled the error (because I always try to fix stuff myself before bothering others)
It said something similar to what you reported, I tried to edit it a few times but couldn't get the correct format.
Why it changed I'll never know.
But thanks again, your a star.
Re: Pilot lookup
Then I guess it was a combination of first the issue I first linked in the thread, and then the wrong timestamp format, but both issues showing the same symptoms.