Re: PHP Warning: array_merge()…bp-xprofile-signup.php on line 257
Well I just stuck this in to be absolutely sure:
/* Array Test */
echo is_array($bp_meta) ? 'Array' : 'not an Array';
I placed this just after $bp_meta is set and the test does come back indicating it’s an array so that is all that really matters.
I then placed this after the offending $bp_blog_signup_meta line:
print_r($bp_blog_signup_meta);
It looked fine. Data from both arrays were being properly merged.
So, I don’t think from my cursory investigation that this is the PHP5 array_merge() issue.
A few questions:
- Does this occur in all browsers or just some?
- Do you have cookies disabled?
- Which version of PHP are you running?
- Which version of Apache?
- Which version of WPMU?
- Which version of BP?
- Are there any other errors in your log files?