Closed (fixed)
Project:
Menu clone
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
19 Sep 2009 at 23:48 UTC
Updated:
7 Apr 2010 at 10:50 UTC
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
Comment #1
Garrett Albright commentedYou'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.)
Comment #2
EyeChartBrew commentedBingo.
Thanks for the quick response.
I'm at the mercy of my Hosting Site re: PHP 4.x. :(
//TB
Comment #3
malc0mn commentedphp requirement is added in the .info file and will be available in the next release