Parse error when trying to install og2mlm
toonstruck - December 29, 2007 - 05:16
| Project: | Mailing List Groups |
| Version: | 5.x-1.x-dev |
| Component: | Miscellaneous |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | by design |
Jump to:
Description
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

#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.