PDA

View Full Version : Fatal Error when getting Messages


ehoffman73
09-11-2011, 01:48 AM
Fatal error: Unsupported operand types in /home/sitename/public_html/includes/functions_user.php on line 251

Do we know what can cause this, when its very random users that are getting this? I don't immediately see an answer searching around...is there even a good thing to troubleshoot?

--------------- Added 1315709539 at 1315709539 ---------------

This is the code at that point:

if (!empty($vbulletin->userinfo['pmfolders']))
{
$pmfolders = $pmfolders + unserialize($vbulletin->userinfo['pmfolders']);
}

HMBeaty
09-11-2011, 01:56 AM
Try this: https://www.vbulletin.com/forum/showthread.php/284914-Fatal-error-Unsupported-operand-types-in-usercp-and-PM

ehoffman73
09-11-2011, 02:16 AM
Its a brand new install with some imported users...so I look at the referenced usertextfield fields, they are all NULL.

No one has folders in the PM area. Weird.