PDA

View Full Version : 3.7 Problem. Blank page for usercp.php and private.php


Tortikova
05-18-2008, 07:40 PM
I have problem.
I have forum: 3.7 Gold
my account: Sample1
I'm log in to my account and all pages OK with two exeption:
usercp.php and private.php show blank page.

This problem for only account: "Sample1". This account haves additional Administration group.

But another accounts (ANY) don't have problems.

What is this? Please, help. :confused:

Error code:
PHP Fatal error: Unsupporte d operand types in /var/home/www/....../www/includes/functions_user.php on line 227

I'm looking functions_user.php.
line 227:
$pmfolders = $pmfolders + unserialize($vbulletin->userinfo['pmfolders']);

Other code:
// get PM folders
$cpnav['pmfolders'] = '';
$pmfolders = array('0' => $vbphrase['inbox'], '-1' => $vbphrase['sent_items']);
if (!empty($vbulletin->userinfo['pmfolders']))
{
$pmfolders = $pmfolders + unserialize($vbulletin->userinfo['pmfolders']);
}
foreach ($pmfolders AS $folderid => $foldername)
{
$linkurl = 'private.php?' . $vbulletin->session->vars['sessionurl'] . "folderid=$folderid";
eval('$cpnav[\'pmfolders\'] .= "' . fetch_template('usercp_nav_folderbit') . '";');
}

Lynne
05-18-2008, 07:41 PM
Here is a page from the manual about troubleshooting blank or 'white' pages: http://www.vbulletin.com/docs/html/blank_pages
I would say that most users I have seen have this problem resolve it by reuploading the pages.

Tortikova
05-18-2008, 08:50 PM
Here is a page from the manual about troubleshooting blank or 'white' pages: http://www.vbulletin.com/docs/html/blank_pages
I would say that most users I have seen have this problem resolve it by reuploading the pages.

I'm reuploading all pages, off gzip, off all hacks and problem not solved.
This problem only for 1 account. Other accounts don't have this problems.

May be i'm must rewrite this account in mysql? May be account is broken?

Marco van Herwaarden
05-19-2008, 06:41 AM
Try editing the account in the AdminCP. Check the PM count.

Tortikova
05-19-2008, 08:10 AM
Try editing the account in the AdminCP. Check the PM count.

I'm trying edit account, but don't work.
I must looking "PM count" in the Admin mode or User Mode? I'm checking in the UserMode and count working, but private.php not working. And i checking in Admin Mode, private message count is ok.

Marco van Herwaarden
05-19-2008, 08:12 AM
I would suggest that you check the pm count for this member using phpMyAdmin (or just a manual query).