vBulletin SEO Forums

SEO

vBulletin Search Engine Optimization

Buy vBSEO Now! HACKER SAFE certified sites prevent over 99.9% of hacker crime.
ne nw
vBSEO Total Support Team Launches DeskPro New vBSEO Discount Level for Network Builders vBSEO 3.2.0 GOLD Has Landed Success with vBSEO = 600ore Web Visitors + $1400 in a Day! Crawlability Inc. Files for SEO Technology Patent
se sw

Blank page after posting.

This is a discussion on Blank page after posting. within the Troubleshooting forums, part of the vBSEO SEO Plugin category; We are getting a problem where we get a blank page every now and then after posting. It does this ...

Go Back   vBulletin SEO Forums > vBSEO SEO Plugin > Troubleshooting

Enhancing 80 million pages.

Register FAQ Members List Social Groups Calendar Search Today's Posts Mark Forums Read

Reply

 

LinkBack Thread Tools
  #1  
Old 11-11-2008, 07:10 PM
Junior Member
 
Real Name: partyon
Join Date: Jul 2008
Posts: 29
Blank page after posting.

We are getting a problem where we get a blank page every now and then after posting. It does this with only a few words and is not large amounts of text.

I have heard it may be to do with the php memory limit, we are hosted with hostgator and they of course dont allow very much memory with their shared hosting plans.

Can someone please help us with this, thank you.

This is a thread we posted in and got the blank page.

The last tv show you watched? - Page 6 - Ultimate Teen Forums

I would like to add that the post actually gets posted but it does not redirect you after posting if you get what I mean. It has only happened about 4 or 5 times in total at random.

Thanks again.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #2  
Old 11-12-2008, 12:47 AM
briansol's Avatar
Senior Member
vBSEO Pre-Release TeamDesign for SEOBig Board Administrator
 
Real Name: Brian
Join Date: Apr 2006
Location: Central CT, USA
Posts: 5,780
yup, most likely a php memory_limit setting.

I'd suggest a new host. Nothing but horror stories from hostgator. i made a few suggestions (link in sig) for hosts.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #3  
Old 11-12-2008, 05:45 AM
Mert Gökçeimam's Avatar
vBSEO.com Webmaster
vBSEO Total Customer SupportvBulletin HackerBig Board Administrator
 
Real Name: Lizard King
Join Date: Oct 2005
Location: Istanbul
Posts: 8,371
Blog Entries: 1
Send a message via MSN to Mert Gökçeimam
You can add the following line to top of your .htaccess and try if it works

Code:
php_value  memory_limit  32M
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #4  
Old 11-12-2008, 09:18 AM
Junior Member
 
Real Name: partyon
Join Date: Jul 2008
Posts: 29
I got an internal server error when I added the line given to the top of .htaccess unfortunately.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #5  
Old 11-12-2008, 09:32 AM
chick's Avatar
Member
 
Real Name: Denise
Join Date: Nov 2006
Posts: 31
same here interneal error. HG is capped at 64mb on shared hosting.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #6  
Old 11-12-2008, 09:57 AM
Mert Gökçeimam's Avatar
vBSEO.com Webmaster
vBSEO Total Customer SupportvBulletin HackerBig Board Administrator
 
Real Name: Lizard King
Join Date: Oct 2005
Location: Istanbul
Posts: 8,371
Blog Entries: 1
Send a message via MSN to Mert Gökçeimam
Quote:
Originally Posted by partyon View Post
I got an internal server error when I added the line given to the top of .htaccess unfortunately.
In that condition you are not allowed to use these kind of rules in your .htaccess

You may also try to add the following to config.php to override php.ini memory_limit. Add the following just after <?php line
PHP Code:
ini_set('memory_limit'64 1024 1024); 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #7  
Old 11-12-2008, 09:39 PM
Junior Member
 
Real Name: partyon
Join Date: Jul 2008
Posts: 29
I have added it and it hasnt gave an error at all so I am guessing it may be working. I will report back if anything goes wrong. Please let me know if there is anything else I can do too

Thanks very much
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #8  
Old 11-12-2008, 09:47 PM
Michael Biddle's Avatar
vBSEO Staff
vBSEO Total Customer Support
 
Real Name: Michael Biddle
Join Date: Jan 2007
Location: Southern California
Posts: 3,204
Blog Entries: 5
You can check inside of your admincp to see if it is taking the new value of the memory limit
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #9  
Old 11-12-2008, 11:25 PM
Junior Member
 
Real Name: partyon
Join Date: Jul 2008
Posts: 29
It has in my info.php so it seems all good.

memory_limit 6710886464 M

Lets hope I don't get any other errors Thank you for helping guys Keep up the great work!

memory_limit 6710886464 M
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #10  
Old 11-13-2008, 10:27 AM
Junior Member
 
Real Name: partyon
Join Date: Jul 2008
Posts: 29
Sorry to double post but it is still giving the white page when submitting posts now and then.

Is changing the host from shared to dedicated the only option left to get rid of this error?

I dont particularly want to shift so early as we dont really have as many members as most would who use dedicated and other than this white page fault all is good.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #11  
Old 11-13-2008, 12:42 PM
Mert Gökçeimam's Avatar
vBSEO.com Webmaster
vBSEO Total Customer SupportvBulletin HackerBig Board Administrator
 
Real Name: Lizard King
Join Date: Oct 2005
Location: Istanbul
Posts: 8,371
Blog Entries: 1
Send a message via MSN to Mert Gökçeimam
Can you check your errro log to see if you have any error details as the problem may be even caused by an installed modification.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #12  
Old 11-13-2008, 04:35 PM
Senior Member
 
Join Date: Oct 2005
Posts: 191
Quote:
Originally Posted by partyon View Post
Sorry to double post but it is still giving the white page when submitting posts now and then.

Is changing the host from shared to dedicated the only option left to get rid of this error?

I dont particularly want to shift so early as we dont really have as many members as most would who use dedicated and other than this white page fault all is good.

I am relieved to hear this... I am getting blank pages too - this is happening on my board for just one word that I am aware of .... 'tank' - put this in the title of the thread you are posting and it bombs out to blank page on submit or preview.

This one is driving me nuts!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #13  
Old 11-14-2008, 01:26 PM
Senior Member
 
Join Date: Oct 2005
Posts: 191
I should also state that I raised php memory limit from 16m to 128m per Want to clarify a blank page issue

This did not resolve my blank page issue when posting with the word 'tank' in the title.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #14  
Old 11-14-2008, 04:22 PM
Mert Gökçeimam's Avatar
vBSEO.com Webmaster
vBSEO Total Customer SupportvBulletin HackerBig Board Administrator
 
Real Name: Lizard King
Join Date: Oct 2005
Location: Istanbul
Posts: 8,371
Blog Entries: 1
Send a message via MSN to Mert Gökçeimam
Then maybe your pğroblem is not related to vBSEO at all. Even a bad placed advertisement code can cause black page issues. You may want to carefully check all the add codes you use on your site. Especially the ones on postbit and showthread pages.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #15  
Old 11-14-2008, 04:38 PM
briansol's Avatar
Senior Member
vBSEO Pre-Release TeamDesign for SEOBig Board Administrator
 
Real Name: Brian
Join Date: Apr 2006
Location: Central CT, USA
Posts: 5,780
hrm, is 'tank' a special word? this might be related to mod_Security.

I highly recommend rebuilding apache wihtout mod_Security if you are running it.

try adding


SecFilterEngine Off
SecFilterScanPOST Off


to the top of your htaccess file
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
Reply

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


Similar Threads

Thread Thread Starter Forum Replies Last Post
Blank Page teknik4 Troubleshooting 1 12-09-2006 05:29 PM
page cannot be displayed error when posting Joe2288 URL Rewrite Settings 3 09-25-2006 08:41 AM


All times are GMT -4. The time now is 01:21 AM.


Powered by vBulletin Version 3.8.0 Release Candidate 2
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.5 ©2008, Crawlability, Inc.