Log in

View Full Version : Error in Mod Cp


SSG.D
06-30-2008, 12:17 AM
Hi, I'm running VB 3.6.9 and when in my Mod Cp when clicking User Profile I get this at the top left of the page:

Warning: array_merge() [function.array-merge]: Argument #1 is not an array in /modcp/user.php(352) : eval()'d code on line 29

Also I don't have a save button when I need to make a change to the user profile.

To me, even though I'm not a coder, it looks like :eval()'d code
should be :eval()'id code

Any help would be appreciated.:confused:

Sema
06-30-2008, 12:26 AM
I am not sure but try to upload the files again using FTP program

ssslippy
06-30-2008, 04:42 AM
Reupload the file.

Also there is no way to edit users through the Mod CP.

Dismounted
06-30-2008, 05:53 AM
A modification is most likely causing this. The modification in question is not compatible with PHP5, due to a slight change in the function being used (array_merge()).

Opserty
06-30-2008, 08:09 AM
Disable your modifications one by one and check each time to see if the error persists. When it doesn't that means you have found the troublesome plugin/product. It will most likely be a plugin with the hook location user_admin_* if I remember correctly.