I'm getting this error when enabling the module on my site. Is this because I'm running PHP 5.1?
Call to undefined function array_fill_keys() in sites/all/modules/nodereference_explorer/nodereference_explorer.module on line 359
I'm getting this error when enabling the module on my site. Is this because I'm running PHP 5.1?
Call to undefined function array_fill_keys() in sites/all/modules/nodereference_explorer/nodereference_explorer.module on line 359
Comments
Comment #1
ptaff commentedSame here, PHP 5.1.6.
Comment #2
gnindl commentedInstead of
the array is now filled like
I think this should be compatible with PHP 5.1.x. Check out the latest development snapshot for testing.