I use:
TYPO3 4.1.5
direct_mail 2.5.3
in my Typo3 inst i would like to use direct_mail with a cronjob.
Somehow this is not working, i get following Error message:
X-Powered-By: PHP/5.2.5
Content-type: text/html
<br />
<b>Parse error</b>: syntax error, unexpected T_REQUIRE_ONCE in <b>/home/MYACCOUNT/public/www/typo3conf/ext/direct_mail/res/scripts/dmailerd.phpcron</b> on line <b>69</b><br />
(
If i run the script from tho command line, there is the same Problem.
/home/MYACCOUNT/public/www/typo3conf/ext/direct_mail/res/scripts/dmailerd.phpcron
In the Typo3-directmail Newsgroup i got the Tip:
Since there are "many" WEC Ext. installed i thougt maybe this is a known Problem?
Manfred
TYPO3 4.1.5
direct_mail 2.5.3
in my Typo3 inst i would like to use direct_mail with a cronjob.
Somehow this is not working, i get following Error message:
X-Powered-By: PHP/5.2.5
Content-type: text/html
<br />
<b>Parse error</b>: syntax error, unexpected T_REQUIRE_ONCE in <b>/home/MYACCOUNT/public/www/typo3conf/ext/direct_mail/res/scripts/dmailerd.phpcron</b> on line <b>69</b><br />
(
If i run the script from tho command line, there is the same Problem.
/home/MYACCOUNT/public/www/typo3conf/ext/direct_mail/res/scripts/dmailerd.phpcron
In the Typo3-directmail Newsgroup i got the Tip:
just checked with the source code of direct_mail. You get this error directly after including your localconf.php.
Either rebuild your localconf.php (BE: Clear Configuration Cache) or if this is of no help, try investigating in other extensions that are installed and do some magic within localconf.php
Either rebuild your localconf.php (BE: Clear Configuration Cache) or if this is of no help, try investigating in other extensions that are installed and do some magic within localconf.php
Since there are "many" WEC Ext. installed i thougt maybe this is a known Problem?
Manfred



aim