vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   Weird problem - Downloads stop at 2mb mark (https://vborg.vbsupport.ru/showthread.php?t=142503)

vppremier 03-19-2007 01:27 PM

Weird problem - Downloads stop at 2mb mark
 
A lot of my members on my forum www.stepinthezone.com/forum have been having download issues. They are reporting that any file they download from the forum stops at the 2mb mark. They can play the file, in this case an audio file, however it's not the right size, only partial size.

I cannot duplicate this error on my machines. I've switched forum styles twice and this error still happens. Many members have been reporting this problem. I've tried to get them to retrace their steps to see what can be causing it and I've had no clue. This happens on both firefox and ie, according to the users.

nexialys 03-19-2007 02:36 PM

your server have fixed the PHP upload to 2Mb... you will have to ask your host to change that... it is not vBulletin related.

vppremier 03-19-2007 11:01 PM

This happens with downloads, not uploads. I've adjusted the upload size to a 30mb. But the downloads stop at the 2mb mark.

Marco van Herwaarden 03-20-2007 08:22 AM

Please create a file named phpinfo.php with the following content, upload it to your server and provide us with the URL to it.

PHP Code:

<?php
phpinfo
();
?>


vppremier 03-20-2007 08:44 AM

http://stepinthezone.com/phpinfo.php
http://stepinthezone.com/forum/phpinfo.php

Marco van Herwaarden 03-20-2007 08:51 AM

I would start by raising the "max_execution_time" in your php.ini.

vppremier 03-20-2007 09:21 AM

Is the current value there of '30' is seconds or milliseconds? What should I raise it to, what does this setting do?

Staxed 03-20-2007 09:25 AM

this explain it?

Quote:

Originally Posted by phpfreaks.com
max_execution_time integer

This sets the maximum time in seconds a script is allowed to run before it is terminated by the parser. This helps prevent poorly written scripts from tying up the server. The default setting is 30.

The maximum execution time is not affected by system calls, stream operations etc. Please see the set_time_limit() function for more details.

You can not change this setting with ini_set() when running in safe mode. The only workaround is to turn off safe mode or by changing the time limit in the php.ini.

Your webserver can have other timeouts. E.g. Apache has Timeout directive, IIS has CGI timeout function, both default to 300 seconds. See the webserver documentation for meaning of it.


vppremier 03-20-2007 09:27 AM

Thanks. What that's correct format? "max_execution_time = 120"?

Alright, I adjusted it, if this doesn't work what else should I try?


All times are GMT. The time now is 10:26 PM.

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.01024 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
  • (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
  • (9)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