PDA

View Full Version : weird error, plz help :S


rob01
04-19-2009, 09:51 PM
hello i get this error inside modcp

when i try to edit a user profile

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

any idea?

thanks

Lynne
04-20-2009, 12:12 AM
Line 348 in user.php:
($hook = vBulletinHook::fetch_hook('useradmin_edit_start')) ? eval($hook) : false;

Your problem is from a modification using the 'useradmin_edit_start' location.