Hi
I didn’t know where to ask so i decide here.
I have Crontab in my server. I’ve schedulled a cronjob to run everyminute, everyhour, everyday of the week and every month. No i am not crazy is just to test. My script is working and it runs a PHP email funcion that send me an email. Thats all. I just can’t make it working from the cronjob. What am I doing wrong?
Here is my cronjob:
-
-
-
-
- /var/www/vhosts/symbolbox.pt/httpdocs/test.php
-
-
-
to be sure that the path is correct I put inside my script this:
// shows the server document root
echo $_SERVER[‘DOCUMENT_ROOT’];
Thanks for any tip or idea