View Full Version : Profile Page Issue (Blank Page)
faizulhaque
09-09-2009, 03:10 PM
i m facing Blank Page Issue with profile.php
like
/profile.php?do=editavatar
/profile.php?do=editsignature
/profile.php?do=editpassword
/profile.php?do=editoptions
/profile.php?do=ignorelist
all above page showing Blank. i replace this but issue still persist.
Any Help: :(
Lynne
09-09-2009, 03:39 PM
Create a new style with no parent:
Styles & Templates > Style Manager > Add New Style
Parent Style: No Parent Style
Title: Default vBulletin
Allow User Selection: Yes
Save
Then browse the site using that totally default vbulletin style - do you still have the same problem?
If it is still happening - Try disabling your modifications/plugins and see if you still have this problem.
Note: To temporarily disable the plugin system, edit config.php and add this line right under <?php
define('DISABLE_HOOKS', true);
Don't forget that for vbseo, disabling the modification means to also get rid of anything extra you added to your htaccess file.
faizulhaque
09-09-2009, 04:07 PM
define('DISABLE_HOOKS', true);
by adding this problem is solved.
Can You Tell me why this Happan bro.
Finally Thanks for you Prompt Help bro.
Lynne
09-09-2009, 04:08 PM
That means that it is a modification that is causing the problem. Now you should remove that link from your config.php file and go through each modification and disable it and see if the problem is fixed.
faizulhaque
09-09-2009, 04:49 PM
how i find that that modification to remove sir.
Lynne
09-09-2009, 05:05 PM
I just told you how. Turn them all on. Then turn one off. See if it fixes the problem. If not, turn another off, see if it fixes the problem. Keep doing that. Eventually, you will turn one off and the problem will be fixed and that means it was that modification causing the problem.
faizulhaque
09-09-2009, 05:36 PM
ok. sir i don't remove that code from config.php than is there any issue.?
Lynne
09-09-2009, 06:22 PM
Well, if you don't remove that code from the config.php file, then none of your modifications will work.
faizulhaque
09-10-2009, 05:20 PM
ok Thanks Mate:
My Issue is Resolved.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.