Go Back   vb.org Archive > vBulletin 4 Discussion > vB4 General Discussions
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #1  
Old 04-22-2010, 08:49 AM
FReeSTER FReeSTER is offline
 
Join Date: Jun 2006
Location: Rome
Posts: 730
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default White pages showing at forum

Hey guys I have a problem at my forum, when I click on Whats new or new post and sometimes even forum home I just get back after loading a white page. I have disable all the Mods from the config.php file and I still ge the same error, I get the error on al skin I have at my board (3) and cant find the problem at all. Anyone here might know the problem?

also if I set my threads to show 40 post per thread i get the same error in all pages
Reply With Quote
  #2  
Old 04-22-2010, 01:36 PM
Lynne's Avatar
Lynne Lynne is offline
 
Join Date: Sep 2004
Location: California/Idaho
Posts: 41,180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Here is a page from the manual about troubleshooting blank or 'white' pages: http://www.vbulletin.com/docs/html/blank_pages
Reply With Quote
  #3  
Old 04-22-2010, 02:36 PM
FReeSTER FReeSTER is offline
 
Join Date: Jun 2006
Location: Rome
Posts: 730
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

OMG, you and the creator of the manual are genious. Lynne, I did all the troubleshouting and nothing worked unti I reach the las option. lol

The problem was according to my forum now and manual

Code:
14. If the script producing this problem is showgroups.php, then you may have too many usergroups for this. Make sure this is set to 'No' for any groups except Admins and Mods:

Admin CP -> Usergroups -> Usergroup Manager -> Edit Usergroup -> Viewable on Show Groups
I did went to the admin CP and edit every single usergroup like explain on the manual and problem was gone.


Thanks to all here at vb.org

--------------- Added [DATE]1271951758[/DATE] at [TIME]1271951758[/TIME] ---------------

I was wrong, I thought it was fix after many attempts but starting to do it again.

If anyone Im willing to pay to fix this by paypal
Reply With Quote
  #4  
Old 04-23-2010, 04:36 PM
FReeSTER FReeSTER is offline
 
Join Date: Jun 2006
Location: Rome
Posts: 730
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

anyone interested to make few $$ extra for helping me out?
Reply With Quote
  #5  
Old 04-23-2010, 04:46 PM
borbole's Avatar
borbole borbole is offline
 
Join Date: Jan 2010
Posts: 2,559
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by El Intocable View Post
anyone interested to make few $$ extra for helping me out?
If you want to hire someone to fix it for you, then it would be best to post here instead:

https://vborg.vbsupport.ru/forumdisplay.php?f=30

Anyway, can you tell us what was the latest modification you did to your forum prior to getting these issues?

P.s. Can you post here the url to your forum as well?
Reply With Quote
  #6  
Old 04-24-2010, 05:53 AM
FReeSTER FReeSTER is offline
 
Join Date: Jun 2006
Location: Rome
Posts: 730
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

the forum URL is www.dish911.info/forum.php

I have dissable every single mod from the config.php file and still get the same results, I have upgrade to vb4.0.3 just to see if helps and it did but... now the forumhome link dont work as it shows a white pages.

Can anyone please help me and i donate please..
Reply With Quote
  #7  
Old 04-24-2010, 02:39 PM
Lynne's Avatar
Lynne Lynne is offline
 
Join Date: Sep 2004
Location: California/Idaho
Posts: 41,180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Did you read through the page I posted above about blank or white pages?
Reply With Quote
  #8  
Old 04-24-2010, 03:21 PM
FReeSTER FReeSTER is offline
 
Join Date: Jun 2006
Location: Rome
Posts: 730
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Lynne View Post
Did you read through the page I posted above about blank or white pages?
Yes I have follow every step there thanks to you but unfortunately I still have the same problem, it only happen at the forum.php and New Post or Whats New links. Im getting desperate now. lol I have done pretty much everything even upgrading vb version to 4.0.3 from 4.0.2 that iwas before.

Any suggestions Lynne please? Me and all the members at my board will thank you for all the help and even will announce and give credit in Open forum to who ever help even if paid or not.

--------------- Added [DATE]1272127012[/DATE] at [TIME]1272127012[/TIME] ---------------

I think I have found the solution

at the page you posted about white pages and found in the first articles there this below

Code:
4. You have a bad plugin installed. To disable the plugin system, edit config.php and add this line right under <?php

define('DISABLE_HOOKS', true);

Note: If you are running vBSEO or other add-ons that use .htaccess rewrite, you will need to remove those changes as well.
I did that and delete all my .htaccess content and the problem is gone.

I will let you know if vBSEO was the problem or what

--------------- Added [DATE]1272127783[/DATE] at [TIME]1272127783[/TIME] ---------------

ok following up I edit the config.php file again and still works the forum normal. But since I remove all the data in the .htaccess now any of the posts works since the writes for vbSEO are not there. So yes the problem is with vBseo.

this is the code in the .htaccess
Code:
<IfModule mod_security.c>
   SecFilterEngine Off
   SecFilterScanPOST Off
</IfModule>

	ErrorDocument 400 /400_forum.php
	ErrorDocument 401 /401_forum.php
	ErrorDocument 403 /403_forum.php
	ErrorDocument 404 /404_forum.php
	ErrorDocument 500 /500_forum.php

# Comment the following line (add '#' at the beginning)
# to disable mod_rewrite functions.
# Please note: you still need to disable the hack in
# the vBSEO control panel to stop url rewrites.
RewriteEngine On

# Some servers require the Rewritebase directive to be
# enabled (remove '#' at the beginning to activate)
# Please note: when enabled, you must include the path
# to your root vB folder (i.e. RewriteBase /forums/)
#RewriteBase /

RewriteCond %{HTTP_HOST} !^www\.dish911\.info
RewriteRule (.*) http://www.dish911.info/$1 [L,R=301]

RewriteCond %{REQUEST_URI} !(admincp/|modcp/|cron|vbseo_sitemap)
RewriteRule ^((archive/)?(.*\.php(/.*)?))$ vbseo.php [L,QSA]

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !/(admincp|modcp|clientscript|cpstyles|images)/
RewriteRule ^(.+)$ vbseo.php [L,QSA]
Should I remove something on that code?

--------------- Added [DATE]1272130709[/DATE] at [TIME]1272130709[/TIME] ---------------

well, I have been disabled vbSEO from the adminCP and Bingo!!! that is the problem but i not a professional with vbSEO
Reply With Quote
  #9  
Old 04-24-2010, 05:44 PM
Lynne's Avatar
Lynne Lynne is offline
 
Join Date: Sep 2004
Location: California/Idaho
Posts: 41,180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

You should post over on the vbseo forums for help fixing your .htaccess.
Reply With Quote
  #10  
Old 04-24-2010, 06:07 PM
FReeSTER FReeSTER is offline
 
Join Date: Jun 2006
Location: Rome
Posts: 730
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Lynne View Post
You should post over on the vbseo forums for help fixing your .htaccess.
I am already. lol

Thank you very much Lynne
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 02:48 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.08294 seconds
  • Memory Usage 2,256KB
  • Queries Executed 11 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (3)bbcode_code
  • (3)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (10)postbit
  • (10)postbit_onlinestatus
  • (10)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete