[TYPO3-german] cli_dispatch.php Problem
Felix Buenemann
Felix.Buenemann at gmx.de
Fri Nov 28 20:51:26 CET 2008
Hallo,
ich habe Probleme den indexer cronjob für indexed search ans Laufen zu
bekommen (Typo3 4.2.3 und neueste Versionen der Extensions).
Beim Aufruf der cli_dispatch.phpsh bekomme ich folgenden Fehler:
"localconf.php is not found!"
Der Aufruf des Scripts erfolgte zum Test als root (eine Zeile):
/usr/bin/php -f /srv/www/vhosts/example.com/typo3/cli_dispatch.phpsh crawler
Die Typo3-Quellen liegen unter /var/typo3/src/4.2.3 und sind via symlink
eingebunden.
Eine Google-Suche ergab nur, man solle das Skript mit vollem Pfad
aufrufen, was ich ja bereits tue.
Das komische ist: Laut systrace wird die localconf.php korrekt gefunden
(lstat/stat mir Exit-Code 0):
lstat("/srv/www/vhosts/example.com/httpdocs/typo3conf/localconf.php",
{st_mode=S_IFREG|0646, st_size=14222, ...}) = 0
stat("/srv/www/vhosts/example.com/httpdocs/typo3conf/localconf.php",
{st_mode=S_IFREG|0646, st_size=14222, ...}) = 0
stat("/srv/www/vhosts/example.com/httpdocs/typo3/cli_dispatch.phpsh",
{st_mode=S_IFREG|0755, st_size=3364, ...}) = 0
stat("/srv/www/vhosts/example.com/httpdocs/typo3conf",
{st_mode=S_IFDIR|0757, st_size=4096, ...}) = 0
stat("/srv/www/vhosts/example.com/httpdocs/typo3/cli_dispatch.phpsh",
{st_mode=S_IFREG|0755, st_size=3364, ...}) = 0
write(1, "localconf.php is not found!", 27localconf.php is not found!)
= 27
Hat hier noch jemand eine Idee, woran es liegen könnte?
LG,
Felix Bünemann
More information about the TYPO3-german
mailing list