Problem
The domain renewal link in domain renewal reminder emails is broken.
Cause
In some PHP server configurations, the system generates the URL for the domain renewal link in domain renewal reminder emails incorrectly.
Solution
You can usually fix this by using the correct PHP binary on your cron job.
Alternatively, you can adjust the cron job to work around the issue by formatting your cron command, as in the following example:
cd /path/to/crons/ && php -q cron.php
Last modified: October 29, 2024