You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 9, 2022. It is now read-only.
Your crontab syntax is correct, but I think what it means is "run the command php with 2 arguments, /server and path//tweetnest/maintenance/loadtweets.php at 01:50 every day".
Adding a backslash to the path like this might work:
Thank you.
I figured out, where the cronjob writes its output - and the error log.
The Problem was:
loadtweets.php needs PHP with curl support, and curl was not installed where cronjobs run.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Calling loadtweets.php in the browser works.
loadlog.txt shows attempt:
Attempted load Mon, 06 Apr 2015 16:09:47 +0200
But a crontab like the following doesn't work:
50 1 * * * php /server path//tweetnest/maintenance/loadtweets.php
No entry in loadlog.txt
Any idea? Is my crontab syntax wrong?
The text was updated successfully, but these errors were encountered: