pppplus
Verified User
- Joined
- Dec 19, 2008
- Messages
- 523
Hi
Strange problem today, I lose a lot of time for nothing...
A client has a cronjob, with php.
All works perfectly from his browser, or when I do the cronjob from the server in ssh.
But, when the cronjob is executed via cronjob registered in directadmin, nothing is done.
Php script just read mail and delete them, and register some date in database.
All echo for test are ok, but action are not done.
I solve this problem, just changing UTF-8 sans BOM to UTF-8
Do you know what is this stupid problem ?
Strange problem today, I lose a lot of time for nothing...
A client has a cronjob, with php.
All works perfectly from his browser, or when I do the cronjob from the server in ssh.
But, when the cronjob is executed via cronjob registered in directadmin, nothing is done.
Php script just read mail and delete them, and register some date in database.
All echo for test are ok, but action are not done.
I solve this problem, just changing UTF-8 sans BOM to UTF-8
Do you know what is this stupid problem ?