The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
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!!!! |
#2
|
|||
|
|||
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. |
#3
|
|||
|
|||
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 |
#4
|
||||
|
||||
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 ? |
#5
|
|||
|
|||
only other thing it could be is you are missing something, maybe a ; somewhere. Maybe it got uploaded wrong. Try reuploading that file.
|
#6
|
|||
|
|||
Quote:
Then i assume just place a echo some where in the member.php file Code:
echo 'Text here like is this working?'; |
#7
|
||||
|
||||
You may need to add an exit line as well.
|
#8
|
|||
|
|||
I dont have a slightest clue what a exit line is
|
#9
|
||||
|
||||
It's a line that says exit .....
PHP Code:
|
#10
|
|||
|
|||
Who ever would have thought of that
Code:
echo ' Member List test'; exit; Code:
echo ' member list test '; exit; Code:
echo 'member list' exit; |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|