Hi
What i discovered was the following. When i set the server on PHP80 i get 2 emails:
1. cron is executed
2. from the server cronjob:
--2023-03-17 15:00:02-- http://www.royal-stamps.com/mycron.php
Resolving www.royal-stamps.com (www.royal-stamps.com)... 2a06:2ec0:ded1:1:0:120:451:1, 185.220.174.94 Connecting to www.royal-stamps.com (www.royal-stamps.com)|2a06:2ec0:ded1:1:0:120:451:1|:80... connected.
HTTP request sent, awaiting response... 302 Moved Temporarily
Location: https://www.royal-stamps.com/index.php?option=com_hikashop&ctrl=cron [following]
--2023-03-17 15:00:02-- https://www.royal-stamps.com/index.php?option=com_hikashop&ctrl=cron
Connecting to www.royal-stamps.com (www.royal-stamps.com)|2a06:2ec0:ded1:1:0:120:451:1|:443... connected.
HTTP request sent, awaiting response... 500 Internal Server Error
2023-03-17 15:00:04 ERROR 500: Internal Server Error.
When i set server on PHP74 i get 3 emalis
1. cron is executed
2. Auction Winner notification
3. from the server cron:
--2023-03-17 14:50:01-- http://www.royal-stamps.com/mycron.php
Resolving www.royal-stamps.com (www.royal-stamps.com)... 2a06:2ec0:ded1:1:0:120:451:1, 185.220.174.94 Connecting to www.royal-stamps.com (www.royal-stamps.com)|2a06:2ec0:ded1:1:0:120:451:1|:80... connected.
HTTP request sent, awaiting response... 302 Moved Temporarily
Location: https://www.royal-stamps.com/index.php?option=com_hikashop&ctrl=cron [following]
--2023-03-17 14:50:01-- https://www.royal-stamps.com/index.php?option=com_hikashop&ctrl=cron
Connecting to www.royal-stamps.com (www.royal-stamps.com)|2a06:2ec0:ded1:1:0:120:451:1|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [text/html]
Saving to: ‘/dev/null’
0K 8.80M=0s
2023-03-17 14:50:03 (8.80 MB/s) - ‘/dev/null’ saved [136]
And on PHP 80 when i execute url in browser
I see only 0 - Unknown format specifier "C" in the middel of the screen while on top cron exectued?
Hope you can help.
Mark