Forum Moderators: coopster
30 18 * * * /usr/bin/php /local/web/.../www/web/test.php
30 18 * * * /usr/bin/php /local/web/.../generate.php
My test.php is just a simple email to myself, this one works.
With generate.php I have troubles, here I use fopen and fwrite. For the file path I use /local/web/.../
Now when I browse to generate.php it works fine but with the cronjob it doesn't, what should I do?
oh I have chmod 0777 generate.php