Posted by EyeChartBrew on September 19, 2009 at 11:48pm
Jump to:
| Project: | Menu clone |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
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
Comments
#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
#3
php requirement is added in the .info file and will be available in the next release
#4
Automatically closed -- issue fixed for 2 weeks with no activity.