I recently installed the SimpleNews (6.x-1.0-rc5) module into my Drupal 6 site. In order to send HTML mail, Mime Mail is required. I installed the Mime Mail module (mimemail-5.x-1.0, the only one for D6).
After enabling the modules I get the message:
Parse error: syntax error, unexpected T_STRING, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or '}' in /home/xxx/public_html/drupal/sites/all/modules/mimemail/mimemail_css_combiner.module on line 5
Comments
Comment #1
webmanoffesto commentedOkay, now it completely took down my Drupal site. I couldn't even get to the admin page until I deleted the SimpleNews and Mime Mail folders from Sites/All/Modules.
http://drupal.org/node/388528#comment-1312414
Comment #2
sutharsan commentedmimemail_css_combiner is part of a 5.x version and therefore NOT suitable for drupal 6. Using a 5.x module on drupal 6 is not supported.
Moving the issue to Mime Mail project.