when i enable the module i get the following error message:
Fatal error: Call to undefined function: array_combine() in /home/box/public_html/modules/og_management/og_management.module on line 299
when i enable the module i get the following error message:
Fatal error: Call to undefined function: array_combine() in /home/box/public_html/modules/og_management/og_management.module on line 299
Comments
Comment #1
dwees commentedThere is another issue in the queue about this. This is because your Php version is less than 5. Check out the other issue #184114: White screen when going to /og/og_subscribers.
Comment #2
alb commentedIn a fresh installation have same error (also installed group access, group user role, og role)
but in other installation where I have same og modules installed but created some groups, some roles, some settings etc. I not have this error.
I use php 4.x.
But cannot said where is the problem.
Comment #3
alb commentedsee also here http://drupal.org/node/184114#comment-1055810
I notice that with php5 work make now a test;
but if use the code suggest by post I lnekd not work good
Comment #4
dwees commentedTry this (from http://th.php.net/array_combine)
Comment #5
ravenite@gmail.com commentedThanks for the responses fellas.
Comment #6
dwees commentedActually I need to keep this open until I fix this in the module itself, since Drupal is supposed to support Php versions less than 5.
Dave