Results 1 to 6 of 6

Thread: Video uploader times out

  1. #1
    Join Date
    Jan 2012
    Posts
    4

    Default Video uploader times out

    When I'm trying to upload a new video of bigger size (even 30mb and up), the uploader seems to time out. Nothing happens and I'm right back at the Video Upload (page 2 of 2)-page. It clearly says limit for videos is 100mb, so that shouldn't be the problem, right? Any help? Thanks!

  2. #2

    Default

    Hi,

    Do you get any error in browser or in cpanel error log?

  3. #3
    Join Date
    Jan 2012
    Posts
    4

    Default

    Yes, I got these messages in the error log:
    [Thu Feb 02 22:41:45 2012] [error] [client ------] File does not exist: ../public_html/videos/404.shtml
    [Thu Feb 02 22:41:45 2012] [error] [client ------] File does not exist: ../public_html/videos/favicon.ico
    [Thu Feb 02 22:41:45 2012] [error] [client ------] File does not exist: ../public_html/videos/404.shtml, referer: KristenWiig.org Video Archive - Share Your Videos
    [Thu Feb 02 22:41:45 2012] [error] [client 81.226.59.89] File does not exist: ../public_html/videos/wp-content, referer: KristenWiig.org Video Archive - Share Your Videos
    [Thu Feb 02 22:41:42 2012] [error] [client ------] File does not exist: ../public_html/videos/404.shtml, referer: KristenWiig.org Video Archive - Share Your Videos
    [Thu Feb 02 22:41:42 2012] [error] [client ------] File does not exist: ../public_html/videos/wp-content, referer: KristenWiig.org Video Archive - Share Your Videos
    [Thu Feb 02 22:08:04 2012] [error] [client ------ File does not exist: ../public_html/videos/404.shtml, referer: KristenWiig.org Video Archive - 18th Annual Screen Actors Guild Awards - Show
    [Thu Feb 02 22:08:04 2012] [error] [client 69.141.73.11] File does not exist: /home/kristenw/public_html/videos/wp-content, referer: KristenWiig.org Video Archive - 18th Annual Screen Actors Guild Awards - Show
    [Thu Feb 02 22:05:54 2012] [error] [client ------] File does not exist: ../public_html/videos/404.shtml
    [Thu Feb 02 22:05:54 2012] [error] [client ------] File does not exist: ../public_html/videos/favicon.ico
    [Thu Feb 02 22:05:34 2012] [error] [client ------] File does not exist: ../public_html/videos/404.shtml, referer: KristenWiig.org Video Archive - 18th Annual Screen Actors Guild Awards - Show
    [Thu Feb 02 22:05:34 2012] [error] [client ------] File does not exist: ../public_html/videos/wp-content, referer: http://videos.kristenwiig.org/view/3...ld-awards-show

  4. #4

    Default

    Reset the PHP Configuration same as below


    upload_max_filesize = 200M (or more)
    post_max_size = 200M (or more)
    max_execution_time = 6000 (or more)
    max_input_time = 6000 (or more)
    session.gc_maxlifetime = 14000 (or more)

  5. #5
    Join Date
    Jan 2012
    Posts
    4

    Default

    where do I find that file? Thanks!

    Edit: Nevermind, I found the file! Just have to contact my host about changing the settings. Thanks for your help!
    Last edited by Filip; 02-03-2012 at 10:31 AM.

  6. #6
    Join Date
    Sep 2007
    Posts
    906

    Default

    php.ini file, you need to contact server provider. Also if server run out of memory or process get killed this can happen. The error you posted is not related to upload. To find exact reason, have to check the error log for your IP. Something like

    grep YOUR_IP /usr/local/apache/logs/error_log
    vShare Hosting, vShare Installation, Server Setup, Lighttpd streaming, vShare Templates
    [email protected]

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •