Hello,

you're Mony module is just what i was looking for, but i get this error, when i try to add a money-field to my node-type:
Fatal error: Call to undefined function: array_combine() in /www/htdocs/*****/*******/sites/all/modules/money/money.module on line 209

Thank you,
Werner

Comments

wim leers’s picture

Assigned: Unassigned » wim leers

It seems array_combine() is a PHP 5 only function. I'll commit a replacement function for PHP 4 in a couple of minutes.

wim leers’s picture

Status: Active » Fixed

Fixed in commit #77087.

I've tagged a 1.1 release, this won't be available until tomorrow though. If you want to test it immediately, do a check out from CVS.

wim leers’s picture

Category: support » bug
Anonymous’s picture

Status: Fixed » Closed (fixed)