array_combine used (since PHP 5)
Brought to you by:
lbrueckner
On the very first page, I get the followin error:
Fatal error: Call to undefined function:
array_combine() in
c:\server\apache\htdocs\test\ibwebadmin\inc\panel_elements.inc.php
on line 503
Using PHP 4.3.4. So it isnt PHP 4 compatibale as
mentioned in
http://www.ibwebadmin.net/doc/requirements.html
Emulation can be done easily:
http://en.php.net/array_combine
Logged In: YES
user_id=192077
I've got a bug report about this a few days ago and it's
already fixed in cvs. As a workaround you can replace the
file inc/functions.inc.php with the latest version from cvs
until 1.02 will be released.
http://ibwebadmin.cvs.sourceforge.net/\*checkout*/ibwebadmin/ibwebadmin/inc/functions.inc.php?revision=1.67.2.10&pathrev=ibwa_1
Thanks for your support!