Parse error?
EyeChartBrew - September 19, 2009 - 23:48
| Project: | Menu Clone |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
Right after enabling this Module, got the following White Screen of Death error:
Parse error: syntax error, unexpected '&', expecting T_VARIABLE or '$' in /home/site/public_html/sites/all/modules/menu_clone/menu_clone.module on line 49"
Cheers,
//TB

#1
You're using PHP 4, aren't you? Or possibly some earlier version of PHP 5. Please upgrade to at least PHP 5.2. (Looks like I forgot to require this in the .info file.)
#2
Bingo.
Thanks for the quick response.
I'm at the mercy of my Hosting Site re: PHP 4.x. :(
//TB