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

soxofaan’s picture

Title: Fatal error when trying to administer random_captcha » Call to undefined function: array_combine()

array_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

soxofaan’s picture

Assigned: Unassigned » soxofaan
Status: Active » Fixed
soxofaan’s picture

Status: Fixed » Closed (duplicate)