Hi there,
I thought I followed all the upload instructions. Maybe I forgot to do something.
I get the following message when I try to run runTestOfBasicSend.php
Parse error: parse error, unexpected T_STRING, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or '}' in .../Tests/smokes/runTestOfBasicSend.php on line 7
Thanks kindly
Error Message - Trying to Test
Moderators: Chris Corbyn, General Moderators
- John Cartwright
- Site Admin
- Posts: 11470
- Joined: Tue Dec 23, 2003 2:10 am
- Location: Toronto
- Contact:
Sounds like your trying to use the php5 version on a php4 build.
Create a blank file, and add
to see which version is loaded. If it is infact php4, you'll want to download Swift Mailer's php4 version.
Create a blank file, and add
Code: Select all
phpinfo();