unexpected T_STRING error?
ToneTheBone - April 2, 2009 - 03:06
| Project: | Mime Mail |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Description
When I deployed MimeMail to my Drupal 6.10 site, I got the white screen of death. I found some code to put in my index.php that trapped errors:
error_reporting(E_ALL);
ini_set('display_errors', TRUE);
ini_set('display_startup_errors', TRUE);
and then I got the following error:
Parse error: parse error, unexpected T_STRING, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or '}' in /modules/mimemail/mimemail_css_combiner.module on line 5
So I just deleted the MimeMail folder and everything is back up again. But I need Mimemail to work so...
What steps can I take to resolve this?
