Posted by toonstruck on December 29, 2007 at 5:16am
Jump to:
| Project: | Mailing List Groups |
| Version: | 5.x-1.x-dev |
| Component: | Miscellaneous |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (works as designed) |
Issue Summary
I'm a complete Drupal dummy (just started using it). However, I get errors when trying to Enable this module in 5.x. As soon as it is enabled, every Drupal page gives me the following error:
parse error: syntax error, unexpected T_CLASS in /home/toonstru/public_html/testDrupal/modules/og2mlm/og2mlm.module on line 1171
I have to FTP in and delete the directory in order to get my site working again.
Any idea what is going on/wrong?
Thanks very much
Comments
#1
That line (1171) is:
abstract class abstract_og2mlm_connection {so i'll hazard a guess that you're using PHP4. The nusoap code that his module uses required PHP5 - I'll update the documentation to make sure that's clearer.
Thanks.