Hi,
I'm having this problem too.
From what I've found:
"Migrating from PHP 4 to PHP 5
(...)
Backward Incompatible Changes
Although most existing PHP 4 code should work without changes, you should pay attention to the following backward incompatible changes:
(...)
array_merge() was changed to accept only arrays. If a non-array variable is passed, a E_WARNING will be thrown for every such parameter. Be careful because your code may start emitting E_WARNING out of the blue."
http://www.php.net/manual/en/migration5.incompatible.php
The easypopulate.php file uses this function a lot. Could it be the problem?
I don't know any PHP at all, so I can't help. :-"
But hey, we should all get to use PHP5 within months right? Can't anyone try to figure this out? :thumbsup: