View Full Version : Page goes blank after posting
sdfaheem
07-03-2009, 05:16 PM
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?
deadlySniper
07-03-2009, 05:18 PM
It may be a problem with your host. Have a chat with them.
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...
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
Upload that file to your forum root, attempt to post and post the error you (should) get here
dinamik
07-04-2009, 12:09 PM
i have same issue like the guy posting this :)
tried adding those lines to .htaccess
and it gave me an error like this
[04-Jul-2009 07:04:45] PHP Warning: include(/home/dinamik/public_html/404.php) [<a href='function.include'>function.include</a>]: failed to open stream: No such file or directory in /home1/dinamikr/public_html/vbseo.php on line 1447
[04-Jul-2009 07:04:45] PHP Warning: include() [<a href='function.include'>function.include</a>]: Failed opening '/home/dinamik/public_html/404.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home1/dinamikr/public_html/vbseo.php on line 1447
Lynne
07-04-2009, 02:18 PM
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.
sdfaheem
07-06-2009, 05:32 PM
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...
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
Upload that file to your forum root, attempt to post and post the error you (should) get here
I already have a .htaccess in my root folder because i am using VBSEO.
I disabled VBSEO and tried to post, but still the same problem.
--------------- Added 1246990225 at 1246990225 ---------------
I removed vbseo files completely but still i am getting redirected to the main homepage after posting. this happens after every 4-5 posts
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.