vBulletin Modifications

Blank pages after server move !!! HELP !

Welcome to vBHackers.com! - vBHackers Updates:

Go Back   vBulletin Modifications > General vBulletin Section > General vBulletin Support

Reply
 
LinkBack Thread Tools
Old 08-12-2007, 01:10 PM   #1
vB Newbie
Join Date: Aug 2006
xpgo is on a distinguished road

Exclamation Blank pages after server move !!! HELP !

Hello,

After moving from my shared host to my dedicated, i have all pages blank, even admincp login page!

Checking tutorial at vbulletin.com:

Quote:
Blank or 'White' Pages
Here are the known causes of blank or 'white' pages:

1. You did not upload the vB files correctly. Reupload the vB non-image files and make sure you upload these in ASCII format and that you overwrite the ones on the server. Make sure you upload the Admin CP files to the admincp directory specified in your config.php file.

2. You have extra space or lines in your config.php file. Make sure there is no whitespace or extra lines in config.php either before the <?php or after the ?>. [Note: Beginning with 3.6.3 the trailing ?> was removed.]

3. If this is happening on the forum home page only, then you may have an empty index.html or index.htm file in that directory. Delete it.

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);

5. The servername setting in config.php is wrong. Doublecheck this setting. 99% of the time, 'localhost' is correct:

$config['MasterServer']['servername'] = 'localhost';

6. Your PHP has magic_quotes_sybase turned on. You have to turn this off. On *nix systems you can do this by creating an .htaccess file with this content and placing it in your main forum directory:

php_flag magic_quotes_sybase 0

7. [For multiple white pages] You have added code to your header, headinclude or phpinclude templates that is no longer functional.
[For white pages in a select area] You have added code to one of your templates that is causing this problem.

8. You have a corrupted template. Repairing the template table may help:

REPAIR TABLE template;

9. You have GZIP enabled. Try turning GZIP off here:

Admin CP -> vBulletin Options -> Cookies and HTTP Header Options -> GZIP HTML Output -> No

Or by running these queries:

UPDATE setting SET value = '0' WHERE varname = 'gzipoutput';

UPDATE datastore SET data=REPLACE(data,'s:10:"gzipoutput";i:1;','s:10:" gzipoutput";i:0;') WHERE title='options';

You can also add DEFINE('NOZIP', 1); to the top of login.php, or config.php, which should allow you to login.

Sometimes this problem is caused when your server is already using GZIP and by turning this on in vB you were double compressing. This causes problems with some pages but not others. It also happens to some people and not others.

10. Sometimes this can also be caused when PHP has the 'display_errors' function turned off. So instead of displaying the actual error so you can see what is wrong, you get a blank page. Look at your phpinfo page and if 'display_errors' is Off or '0', then add this line to your includes/config.php file right under <?php

ini_set("display_errors", true);

11. Check your phpinfo page to see if suhosin is installed as a module. If it is, this could be the cause of this problem. To fix this, add or edit an .htaccess file in your root forum directory and add these lines to it:

php_flag suhosin.cookie.encrypt Off
php_value suhosin.request.max_vars 2048
php_value suhosin.post.max_vars 2048

Solution nr1 - i uploaded everything compressed in a .TAR file (binary)
Solution nr2 - no
Solution nr3 - no
Solution nr4 - tried, not working
Solution nr5 - checked, not working
Solution nr6 - tried, not working
Solution nr7 - maybe could be this, how can i edit/replace header, headinclude or phpinclude templates without having access to admincp?
Solution nr8 - can't access run query in admincp
Solution nr9 - can't access admincp to change
Solution nr10 - tried, not working
Solution nr11 - tried, not working



Can someone help me out solving this?
MySQL is
5.0.27-standard and PHP is 4.4.7, so, that's not the Problem.

Thank y
ou.

Last edited by xpgo; 08-12-2007 at 01:14 PM.




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Sponsored Links
Old 08-12-2007, 03:33 PM   #2
Michael Biddle
Staff
Michael Biddle's Avatar
Join Date: Feb 2005
Real Name: Michael Biddle
Location: Anaheim
Michael Biddle is on a distinguished road

Default

The only thing i can say is to try uploading in ASCII mode.
__________________
Support will ONLY be offered through forums
Michael Biddle / vBHackers.com
vBSEO 3.2.0 Launched - Maximum Overdrive for Your Web Traffic! Over 100 Instant SEO Optimizations

vBSEO Google Sitemap Generator - Version 2.2 Released Mandatory Upgrade for vBSEO 3.2.0 GOLD

6X Traffic - $1400 in One Day with vBSEO! Imagine What the vBSEO Patent Pending Technology Can Do For You.

Crawlability Network: vBulletin SEO | vBulletin Hackers




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 08-12-2007, 06:36 PM   #3
vB Newbie
Join Date: Aug 2006
xpgo is on a distinguished road

Default

i think problem can be of the server!
Tried to make a brand new fresh upload and same problem! :@




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 08-15-2007, 02:05 PM   #4
vBulletin Guru
Nick R's Avatar
Join Date: May 2006
Real Name: Nick
Location: Cyberspace, UK
Nick R is on a distinguished road

Default

Try just upload a php file with the contents;
You must first be a registered member to view any code.
If you get an empty page on that then you need to contact your host as there is something wrong with your server.




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

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
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Creating vbulletin pages from scratch Neve General vBulletin Support 6 02-08-2007 08:07 PM
Install Error on new server | Please help! [.:.Batista.:.] General vBulletin Support 6 01-08-2007 03:41 PM
Shout on ALL PAGES VB3.5.4 along w/buttons pAtTi General vBulletin Support 5 09-04-2006 01:54 PM
Showing blank pages!! takiye General vBulletin Support 9 08-29-2006 05:00 AM


All times are GMT -3. The time now is 09:10 AM.


SEO by vBSEO 3.2.0 ©2008, Crawlability, Inc. (Patent Pending)