TYPO3调度程序没有安排?

时间:2012-10-06 14:06:32

标签: typo3 fastcgi scheduler

我已安装了TYPO3时间表,但没有安排。我每5分钟设置一个cron作业来运行TYPO3调度程序,在我的系统日志中它打印出我的行:

  

Oct 6 14:00:01 server / USR / SBIN / CRON [31775] :( root)CMD(/ usr / local / bin / php /var/www/typo3/cli_dispatch.phpsh scheduler)

因此我认为cron工作正在运行,但在我的TYPO3后端我看不到时间表。似乎TYPO3脚本没有正确启动。当我从shell运行cli_dispatch.phpsh时,它给了我许多奇怪的错误。该脚本具有所需的每个用户权限。谢谢你的帮助!

当我使用sh cli_dispatch.phpsh调度程序从终端启动时,它会给出:

sh cli_dispatch.phpsh scheduler 
cli_dispatch.phpsh: line 2: ?php: Datei oder Verzeichnis nicht gefunden
cli_dispatch.phpsh: line 3: /120120.tgz: Keine Berechtigung
cli_dispatch.phpsh: line 4: ajax.php: command not found
cli_dispatch.phpsh: line 5: ajax.php: command not found
cli_dispatch.phpsh: line 6: syntax error near unexpected token `c'
cli_dispatch.phpsh: line 6: `*  (c) 2005-2008 Kasper Skaarhoj (kasperYYYY@typo3.com)'

在启用fastcgi的情况下它是否正常工作?

当我启动cli_dispatcher脚本时,PHP提供了版权信息,但在TYPO3后端,甚至没有任何协议。在设置检查中,我是TYPO3中手动引导程序的最后一个日期,但不是来自cronjob或我的终端。

我启用了cli模式,但php -v没有提供任何版本信息或cli提示?

  

配置命令'configure'' - enable-fastcgi'' - enable-force-cgi-redirect'' - with-gettext'' - with-mysql'' - with-dom = / usr / include / libxml2 / libxml'' - enable-so'' - with-pcre-regex'' - prefix = / usr'' - datadir = / usr / share / php5'' - with-libdir = lib '' - includedir = / usr / include'' - with-config-file-scan-dir = / etc / php5 / conf.d'' - enable-libxml'' - enable-filter'' - enable-session'' - enable-xml'' - enable-simplexml'' - enable-spl'' - enable-inline-optimization'' - enable-zend-multibyte'' - disable-rpath' '--enable-cli'' - with-zlib'' - enable-soap'' - enable-mbstring'' - with-jpeg-dir = / usr'' - with-png-dir = / usr'' - with-gd'' - with-ttf'' - enable-gd-native-ttf'' - with-freetype-dir = / usr / lib'' - with-curl = / usr / local / curl'' - with-readline'

我也偶然在我的cgi.check_shebang_line启用了php.ini

1 个答案:

答案 0 :(得分:1)

您可以在调度程序模块中选择Setup Check以查看是否已触发调度程序。