forum.coppermine-gallery.net

Support => cpg1.4.x Support => Older/other versions => cpg1.4 upload => Topic started by: phillatella on June 15, 2008, 12:04:32 am

Title: Uploading Times out
Post by: phillatella on June 15, 2008, 12:04:32 am
When I upload more than 20 files the script erros out
I have a few hundred to add. The faq says 60 secs is the max
Where do i change this ? I get this error
The connection was reset

     

     
     
     

     
       
       

         

The connection to the server was reset while the page was loading.

       


       
       


    *   The site could be temporarily unavailable or too busy. Try again in a few
          moments.

    *   If you are unable to load any pages, check your computer's network
          connection.

    *   If your computer or network is protected by a firewall or proxy, make sure
          that Firefox is permitted to access the Web.
Title: Re: Uploading Times out
Post by: just_some_guy on June 15, 2008, 12:31:30 am
PHP has timed out.  Therefore the value that is causing the timeout error is the "max_input_time" value in your "php.ini" file. This value can be changed from the default of 60 seconds to a larger value to suit your needs - experiment with it to see what value suits you. You will need to contact your host to see if you are allowed to edit this file and have access to it.

Quote from: http://forum.coppermine-gallery.net/index.php/topic,24088.0.html
1. max_input_time- 60 seconds is the default time limit for uploading files.

This time limit includes the time it takes for the files to upload, so if you exceed this limit, the file will not even parse, and the browser will not get a response. You can workaround this by trying to upload smaller or fewer files, or you can try uploading over broadband. The best solution, of course, is to increase the time limit to something more in line with your needs.

As with all upload issues read this - http://forum.coppermine-gallery.net/index.php/topic,24088.0.html