The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Page goes blank after posting
I have a forum where sometimes when i post the page becomes blank and white.
My forum is pretty new and this problem started a week back. After clicking on submit button, its becoming blank.. Could anyone help me with this please? |
#2
|
|||
|
|||
It may be a problem with your host. Have a chat with them.
|
#3
|
|||
|
|||
Most likely your page is erroring out due to a script issue but error reporting is disabled. I would recommend temporarily turning error reporting on via the .htaccess. You can do that by creating a file called ".htaccess" with the following content...
Code:
php_flag display_startup_errors on php_flag display_errors on php_flag html_errors on php_flag ignore_repeated_errors off php_flag ignore_repeated_source off php_flag report_memleaks on php_flag track_errors on php_value docref_root 0 php_value docref_ext 0 php_value error_reporting 999999999 php_value log_errors_max_len 0 |
#4
|
|||
|
|||
i have same issue like the guy posting this
tried adding those lines to .htaccess and it gave me an error like this PHP Code:
|
#5
|
||||
|
||||
If you look at those lines, it's a problem with vbseo not being able to find the custom 404 page. You should post for help with this on their site.
|
#6
|
||||
|
||||
Quote:
I disabled VBSEO and tried to post, but still the same problem. --------------- Added [DATE]1246990225[/DATE] at [TIME]1246990225[/TIME] --------------- I removed vbseo files completely but still i am getting redirected to the main homepage after posting. this happens after every 4-5 posts |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|