I’ve started gettting the following error message from my archive cron job:
PHP Deprecated: Comments starting with '#' are deprecated in /usr/local/lib/php.ini on line 225 in Unknown on line 0
As far as I can tell, this isn’t causing a probelm, it’s just a warnng that somewhere in the script there is an old style comment begining with ‘#’. But I’d like to stop getting a message every time the cron job runs.
The message isn’t particularly helpful in tracking it down - the # isn’t on line 225 in php.ini.
Thanks for any help,
Chris