Es ist möglich, einen Cron-Job einrichten, allerdings muss crond auch auf dem Server ausgeführt werden. Wenn Sie Zugang zu der Kommando-Shell haben, führen Sie die folgenden Schritte aus:
service crond status
Es wird Sie wissen lassen, wenn crond auf dem Server ausgeführt wird oder nicht. Ich habe vor kurzem hatte dieses Problem mit somone in die der Newsletter nicht verschickt wurde. Kommen Sie, um herauszufinden, dass das Unternehmen, das Einrichten der Linux-Server nicht installiert crond; Regel geschieht dies auf einer Installation getan, aber man kann nicht immer davon ausgehen, dass es da ist, oder dass es gestartet wird, der Service muss dem Startup hinzugefügt werden damit es beim Booten zu starten.
Wenn Sie keinen Zugriff auf die Kommando-Shell, eine Prüfung ist der / periodische Verzeichnis gehen und deaktivieren htaccess-Datei, indem Sie einfach umbenennen mit htaccess.disabled... Dann mit Ihrem Browser URL-Leiste, die Adresse Ihrer Website entery gefolgt von / periodisch / cron.php, zum Beispiel, wenn Ihre Website ist mysite.com dann würden Sie mysite.com / periodisch / cron.php geben. Sie werden nicht sehen, eine Ausgabe, weil cron.php hat nicht ausgegeben. Allerdings, wenn Sie sehen, der Newsletter starten ausgesendet zu werden, dann werden Sie wissen, dass der Job nicht wird aus irgendeinem Grund ausgeführt. Es könnte Ihre Cron-Job wird nicht richtig eingerichtet oder dass crond ist nicht auf dem Server ausgeführt.
===========================
It is possible to have a cron job set up; however, crond needs to also be running on the server. If you have access to the command shell; execute the following:
service crond status
It will let you know if crond is running on the server or not. I recently encountered this problem with somone in which the newsletter was not being sent out. Come to find out that the company that set up the Linux server did not install crond; normally this is done on an installation but you can not always assume that it is there or that it is started; the service has to be added to the startup in order for it to start at boot time.
If you do not have access to the command shell; one test is to go to the /periodic directory and disable .htaccess file by simply renaming it with .htaccess.disabled. Then using your browser URL bar, entery your site address followed by /periodic/cron.php; for example, if your site is mysite.com then you would enter mysite.com/periodic/cron.php. You won't see an output because cron.php has not output. However, if you see the newsletter start to be sent out then you will know that the cron job is not being executed for some reason. It could be your cron job is not set up correctly or that crond is not running on the server.