vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   I am stumped, Blank member.php (https://vborg.vbsupport.ru/showthread.php?t=123858)

Ntfu2 08-13-2006 04:29 PM

I am stumped, Blank member.php
 
My member.php page is comes up blank.

First step to resolve the problem was disable all plugins/products via the config.php file edit.

Problem Solved.

Next step to trouble shoot was to enable them again, and disable them one by one to find the bad one. Never found it with all disabled in the admincp.

So i disable them again via the config.php file (while they are disabled in the admincp) and it works again.

Now out of sheer frustration, i simple remove every single plugin/product except for vBadvanced. And the problem is still there. A blank member.php page.

Now i go to my styles and themes, revert all my templates (since i dont have thing installed now anyway) and its still blank.

Is there any way to check whats causing this problem? I've tried from different computers, disabled mod_security on the server, and just about every thing i can think of before asking for some help!!!!

Kungfu 08-13-2006 05:20 PM

sounds like you need to increase the memory, php memory.

you change it in the ini file or put
ini_set("memory_limit","16M");

where 16M is the amount of memory to allocate for php. This must be put in a page that is used all the time like config or something.

Ntfu2 08-13-2006 05:24 PM

its already at 64M

I should also add that this problem is only on one installation of vBulletin, out of 4 on the server right now

Paul M 08-13-2006 05:25 PM

Put some echo's in member.php and see how far it's getting ?

Do you have the display of error messages disabled in php by any chance ?

Kungfu 08-13-2006 07:23 PM

only other thing it could be is you are missing something, maybe a ; somewhere. Maybe it got uploaded wrong. Try reuploading that file.

Ntfu2 08-13-2006 07:29 PM

Quote:

Originally Posted by Kungfu
only other thing it could be is you are missing something, maybe a ; somewhere. Maybe it got uploaded wrong. Try reuploading that file.

I'll try this first,


Then i assume just place a echo some where in the member.php file

Code:

echo 'Text here like is this working?';

Paul M 08-13-2006 07:30 PM

You may need to add an exit line as well.

Ntfu2 08-13-2006 07:35 PM

I dont have a slightest clue what a exit line is :D

Paul M 08-13-2006 07:36 PM

It's a line that says exit .....

PHP Code:

exit; 

(after the echo).

Ntfu2 08-13-2006 07:38 PM

Who ever would have thought of that :D

Code:

echo ' Member List test';
exit;

Or
Code:

echo ' member list test '; exit;
Last

Code:

echo 'member list' exit;


All times are GMT. The time now is 05:18 AM.

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.01064 seconds
  • Memory Usage 1,730KB
  • 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
  • (4)bbcode_code_printable
  • (1)bbcode_php_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete