Circvs Down!

jdrakeh

Front Range Warlock
When I attempt to access CM at http://www.circvsmaximvs.com/, I get the following error in Opera 9 and IE7:

Warning: array_merge() [function.array-merge]: Argument #1 is not an array in [path]/includes/vba_cmps_include_template.php on line 50

I am running XP-64 if that matters to anybody (though don't think that it should).
 

log in or register to remove this ad





When I attempt to access CM at Circvs Maximvs, I get the following error in Opera 9 and IE7:

Warning: array_merge() [function.array-merge]: Argument #1 is not an array in [path]/includes/vba_cmps_include_template.php on line 50

I am running XP-64 if that matters to anybody (though don't think that it should).
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 kicks a warning. Hence the code works without visible error when tested in PHP 4.
 

Remove ads

Top