Re: [TYPO3] Problem with aux_newsmailer

2008-08-08 Thread Brian Bendtsen
Brian Bendtsen skrev: > Xavier Perseguers skrev: >> Hi Brian, >> >>> Im trying to run the command php mailer.sh but I get the following >>> error: >>> >>> PHP Notice: Use of undefined PATH_thisScript - assumed 'PATH_thisScript' >>> >>> The code: >>> >>> define(PATH_thisScript,$typopath.'typo3/typo

Re: [TYPO3] Problem with aux_newsmailer

2008-08-08 Thread Brian Bendtsen
Xavier Perseguers skrev: > Hi Brian, > >> Im trying to run the command php mailer.sh but I get the following error: >> >> PHP Notice: Use of undefined PATH_thisScript - assumed 'PATH_thisScript' >> >> The code: >> >> define(PATH_thisScript,$typopath.'typo3/typo3'); > > You should single quote the

Re: [TYPO3] Problem with aux_newsmailer

2008-08-08 Thread Xavier Perseguers
Hi Brian, > Im trying to run the command php mailer.sh but I get the following error: > > PHP Notice: Use of undefined PATH_thisScript - assumed 'PATH_thisScript' > > The code: > > define(PATH_thisScript,$typopath.'typo3/typo3'); You should single quote the first parameter of the define before

[TYPO3] Problem with aux_newsmailer

2008-08-08 Thread Brian Bendtsen
Hi Im trying to run the command php mailer.sh but I get the following error: PHP Notice: Use of undefined PATH_thisScript - assumed 'PATH_thisScript' The code: define(PATH_thisScript,$typopath.'typo3/typo3'); and $typopath is set as the path to my typo3 installation. Any hints? Im using typo