The problem is someone is installing a mod that isn't PHP 5 safe. This server is on PHP 5. Some older mods (or more poorly written mods that have been ported over time) kick errors like that.
In PHP 4 the parser raises a notices when array_merge references a non-existent array. In PHP 5 it...