View Full Version : White pages showing at forum
FReeSTER
04-22-2010, 08:49 AM
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
Lynne
04-22-2010, 01:36 PM
Here is a page from the manual about troubleshooting blank or 'white' pages: http://www.vbulletin.com/docs/html/blank_pages
FReeSTER
04-22-2010, 02:36 PM
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
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 1271951758 at 1271951758 ---------------
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
FReeSTER
04-23-2010, 04:36 PM
anyone interested to make few $$ extra for helping me out?
borbole
04-23-2010, 04:46 PM
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?
FReeSTER
04-24-2010, 05:53 AM
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..
Lynne
04-24-2010, 02:39 PM
Did you read through the page I posted above about blank or white pages?
FReeSTER
04-24-2010, 03:21 PM
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. :(:(:(:(:o
--------------- Added 1272127012 at 1272127012 ---------------
I think I have found the solution
at the page you posted about white pages and found in the first articles there this below
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 1272127783 at 1272127783 ---------------
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
<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 1272130709 at 1272130709 ---------------
well, I have been disabled vbSEO from the adminCP and Bingo!!! that is the problem but i not a professional with vbSEO:(
Lynne
04-24-2010, 05:44 PM
You should post over on the vbseo forums for help fixing your .htaccess.
FReeSTER
04-24-2010, 06:07 PM
You should post over on the vbseo forums for help fixing your .htaccess.
I am already. lol
Thank you very much Lynne
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.