vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Forum and Server Management (https://vborg.vbsupport.ru/forumdisplay.php?f=232)
-   -   3.7 Problem. Blank page for usercp.php and private.php (https://vborg.vbsupport.ru/showthread.php?t=179712)

Tortikova 05-18-2008 07:40 PM

3.7 Problem. Blank page for usercp.php and private.php
 
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:
Quote:

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:
Quote:

$pmfolders = $pmfolders + unserialize($vbulletin->userinfo['pmfolders']);
Other code:
Quote:

// 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

Quote:

Originally Posted by Lynne (Post 1523957)
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

Quote:

Originally Posted by Marco van Herwaarden (Post 1524446)
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).


All times are GMT. The time now is 12:45 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01465 seconds
  • Memory Usage 1,724KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (6)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete