vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   Page goes blank after posting (https://vborg.vbsupport.ru/showthread.php?t=217778)

sdfaheem 07-03-2009 05:16 PM

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?

deadlySniper 07-03-2009 05:18 PM

It may be a problem with your host. Have a chat with them.

Cryo 07-03-2009 07:13 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...

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

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
PHP Code:

[04-Jul-2009 07:04:45PHP Warning:  include(/home/dinamik/public_html/404.php) [<a href='function.include'>function.include</a>]: failed to open streamNo such file or directory in /home1/dinamikr/public_html/vbseo.php on line 1447
[04-Jul-2009 07:04:45PHP 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

Quote:

Originally Posted by Cryo (Post 1842273)
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

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 [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


All times are GMT. The time now is 08:31 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.03345 seconds
  • Memory Usage 1,728KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (1)bbcode_php_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (6)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete