Closed (duplicate)
Project:
CAPTCHA Pack
Version:
5.x-1.0-rc1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
4 Sep 2007 at 08:17 UTC
Updated:
4 Sep 2007 at 09:04 UTC
Has anyone seen this error when trying to administer the random_captcha:
Fatal error: Call to undefined function: array_combine() in .../sites/all/modules/captcha_pack/random_captcha_type/random_captcha_type.module on line 72
Strangely, I can use the random_captcha with _no error_ on another site in the same multi-site setup. I'm wondering if it's some conflict with another module, but I haven't been able to pin it down yet.
Comments
Comment #1
soxofaan commentedarray_combine is not available in PHP4.
Its usage is replaced with PHP4 compatible functions in commit 79280.
Use captcha_pack 5.x-1.0-rc2 or newer.
thanks for testing
Comment #2
soxofaan commentedComment #3
soxofaan commentedduplicate of issue http://drupal.org/node/172554