Running the SQL install script on PHP5 produces these errors due to the code not containing proper initialization of variables:
Quote:
Warning: array_merge() [function.array-merge]: Argument #2 is not an array in C:\xampp\xampplite\htdocs\forum\includes\init.php on line 517
Warning: Invalid argument supplied for foreach() in C:\xampp\xampplite\htdocs\forum\includes\sessions. php on line 270
Warning: array_merge() [function.array-merge]: Argument #2 is not an array in C:\xampp\xampplite\htdocs\forum\includes\functions .php on line 3616
Warning: array_merge() [function.array-merge]: Argument #1 is not an array in C:\xampp\xampplite\htdocs\forum\includes\functions .php on line 3616
Warning: array_merge() [function.array-merge]: Argument #2 is not an array in C:\xampp\xampplite\htdocs\forum\includes\functions .php on line 3616
|
At least that is what I gathered from the PHP 5 Released thread and the results of me trying to run this on a PHP 5 server. Just a FYI for those using XAMPP setup.