vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=15)
-   -   uploading large images to albums times out (timeout) (https://vborg.vbsupport.ru/showthread.php?t=232511)

doob 01-08-2010 06:37 AM

uploading large images to albums times out (timeout)
 
Site is hosted on Godaddy shared linux. Not sure I have httpd.conf access. Have modified php5.ini with the following, yet does not solve problem.:

memory_limit = 256M
post_max_size = 100M
file_uploads = On
upload_max_filesize = 100M
max_execution_time = 2000
upload_tmp_dir = /tmp
max_input_time = 2000

I would like to make sure that 10 images with file sizes of 10MB or less (so up to 100MB) can be uploaded via the album upload interface.

Currently the connection times out with a 500 error with anything more than about 25MB of upload (about 3-4 images at >10MB each.

Is this a Godaddy issue or an HTTP transfer issue? Is there a setting I can inject into php5.ini to solve? There's no limit on ftp transfers, but I'm not sure what is involved in converting a script from HTTP to FTP. I'm sure its not an insignificant task to find out though.

TIA.
Doob

mastertek2000 01-08-2010 10:06 AM

Quote:

Originally Posted by doob (Post 1950175)
Site is hosted on Godaddy shared linux. Not sure I have httpd.conf access. Have modified php5.ini with the following, yet does not solve problem.:

memory_limit = 256M
post_max_size = 100M
file_uploads = On
upload_max_filesize = 100M
max_execution_time = 2000
upload_tmp_dir = /tmp
max_input_time = 2000

I would like to make sure that 10 images with file sizes of 10MB or less (so up to 100MB) can be uploaded via the album upload interface.

Currently the connection times out with a 500 error with anything more than about 25MB of upload (about 3-4 images at >10MB each.

Is this a Godaddy issue or an HTTP transfer issue? Is there a setting I can inject into php5.ini to solve? There's no limit on ftp transfers, but I'm not sure what is involved in converting a script from HTTP to FTP. I'm sure its not an insignificant task to find out though.

TIA.
Doob

first you would have to have your host change your mysql packet size to like 32 megs i am this is how i was able to do this

doob 01-21-2010 08:11 PM

It looks like the mysql packet size is set to 32MB.

This is from the ADMINCP homepage: MySQL Packet Size 32.00 MB


All times are GMT. The time now is 03:25 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.01738 seconds
  • Memory Usage 1,712KB
  • 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_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (3)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