PDA

View Full Version : PHP 5.0.3 upgrade problems


goblues
12-21-2004, 09:41 PM
Hi all! Just upgraded my PHP to 5.0.3 and MySQL to 4.0.22 and have encountered errors. VBulletin works fine however my CMPS pages return the following errors:

Warning: array_merge() [function.array-merge]: Argument #1 is not an array in /home/.sites/28/site1/web/forum/global.php on line 27

Warning: array_merge() [function.array-merge]: Argument #1 is not an array in /home/.sites/28/site1/web/forum/global.php on line 44

Warning: array_merge() [function.array-merge]: Argument #1 is not an array in /home/.sites/28/site1/web/forum/global.php on line 51

Warning: array_merge() [function.array-merge]: Argument #2 is not an array in /home/.sites/28/site1/web/forum/includes/init.php on line 524




Unable to add cookies, header already sent.
File: /home/.sites/28/site1/web/forum/global.php
Line: 27

Any ideas? Thanks in advance!!

Zachery
12-21-2004, 10:10 PM
Try starting with fresh files, please note that the vBulletin Developers have not marked php 5.0.x as compatable or otherwise it is recomened to use the latest stable release of php 4.3.X

Our Sponsors
 

Brian
12-22-2004, 11:29 AM
http://www.vbadvanced.com/forum/showpost.php?p=11389&postcount=13

goblues
12-22-2004, 05:28 PM
http://www.vbadvanced.com/forum/showpost.php?p=11389&postcount=13
Worked Beautifully Brian! Thanks!!