[TYPO3-german] exec in BE Modul

christian oettinger christian.oettinger at gmx.de
Mon Oct 26 08:58:29 CET 2009


Hallo Liste,

ich stoße auf ein Problem wo ich es nicht erwartet hätte:
In meinem BE-Modul möchte ich ein shell script aufrufen.
Die Rechte sind gesetzt, aber es funktioniert nicht. Aus der shell 
funktioniert es prima.

übersehe ich irgendwas grundsätzliches?

vielen Dank für Hinweise
christian (oe)

---------

$command = '/var/www/cms/uploads/scripts/makeCD.sh';
debug ($command);
exec($command,$output);


More information about the TYPO3-german mailing list