The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
FORUMHOME error 'array_merge'
Just had this error appear on FORUMHOME:
HTML Code:
Warning: array_merge() [function.array-merge]: Argument #1 is not an array in /includes/functions.php(1219) : eval()'d code on line 12 http://www.street-legal.biz/board/ All comments welcome. Thanks. |
#2
|
|||
|
|||
One of the vars you are trying to merge is not an array. Check all your proposed arrays for merging for is_array before trying to merge them. If not an array, there's an error or lack of data and you need to skip the merge and throw the proper error or result.
|
#3
|
||||
|
||||
This should help. It's probably from a plugin, so you'll have to find it and fix it or see if the author has updated it. [Fix How to] PHP 5 and array_merge errors
|
#4
|
||||
|
||||
Cheers guys I'll look into it properly tomorrow.
|
#5
|
||||
|
||||
Thanks peeps got this all sorted now!
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|