Results 1 to 5 of 5

Thread: Everything is Fine but Can't Upload Movies

  1. #1
    Join Date
    Jan 2008
    Posts
    1

    Default Everything is Fine but Can't Upload Movies

    i have full everything is install in server that require for setup script requsities

    Server Requirements

    * Linux Server (some old distributions are not supported)
    * Apache Web Server
    * MySQL (version 4 or higher)
    * PHP 5.x
    * GD Library 2 or higher
    * FFmpeg (http://ffmpeg.mplayerhq.hu)
    * Mplayer + Mencoder (http://www.mplayerhq.hu/design7/dload.html)
    * Flvtool2 (http://inlet-media.de/flvtool2)
    * Libogg + Libvorbis (http://www.xiph.org/downloads)
    * LAME MP3 Encoder (http://lame.sourceforge.net)
    * Zend Optimizer
    * .htaccess support (AllowOverride All)

    PHP Configuration

    * safe_mode = off
    * register_globals = on
    * open_basedir = (no value)
    * output_buffering = on
    * upload_max_filesize = 200M (or more)
    * post_max_size = 200M (or more)
    * max_execution_time = 6000 (or more)
    * max_input_time = 6000 (or more)
    * memory_limit = 32M (or more)
    * error_reporting = E_COMPILE_ERROR|E_ERROR|E_CORE_ERROR
    * display_errors = On
    * file_uploads = On
    * session.gc_maxlifetime = 14000 (or more)

    ffmpeg-php, GD library and FreeType library modules need to be installed....



    check it http://chillimasala.com/php.php

    ffmpeg
    ffmpeg support (ffmpeg-php) enabled
    ffmpeg-php version 0.5.1
    libavcodec version Lavc51.49.0
    libavformat version Lavf52.3.0

    Directive Local Value Master Value
    ffmpeg.allow_persistent 0 0

    CGI is Working Fine See Link
    http://chillimasala.com/cgi-bin/uu_upload.pl
    download Bar is Showing with 100 % upload Status
    but after complete 100 % it has error

    Internal Server Error

    The server encountered an internal error or misconfiguration and was unable to complete your request.

    Please contact the server administrator, [email protected] and inform them of the time the error occurred, and anything you might have done that may have caused the error.

    More information about this error may be available in the server error log.

    Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
    Apache/2.2.6 (Unix) mod_ssl/2.2.6 OpenSSL/0.9.8b mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 mod_perl/2.0.3 Perl/v5.8.8 Server at http://www.chillimasala.com Port 80
    Debug.txt report is given below
    2007-12-29 0:31:40 ################################################## ##

    2007-12-29 0:31:40 Video id: 4

    2007-12-29 0:31:40 Find video duration - START

    2007-12-29 0:31:40 Duration (ffmpeg-php): 32


    2007-12-29 0:31:40 DURATION: 00:32

    2007-12-29 0:31:40 Create Thumbnail - START

    2007-12-29 0:33:21 Upload Finished

    2007-12-29 0:33:21 STARTING VIDEO CONVERSION (process_queue.id = 4)

    2007-12-29 0:33:21 File: /home/chillima/public_html/video/clock_2.avi

    2007-12-29 0:33:21 ################################################## ##

    2007-12-29 0:33:21 INSERT INTO video SET
    UID='2',
    seo_name='movie',
    title='movie',
    description='656565656',
    keyword='movie',
    channel='0|10|13|0',
    vdoname='clock_2.avi',
    flvdoname='1198906401616336073.flv',
    addtime='1198906401',
    adddate='2007-12-29',
    type='public',
    active='0',
    approve='1'

    2007-12-29 0:33:21 ################################################## ##



    I could not understand what i can do???????????????????????
    Please Help

  2. #2
    Join Date
    Apr 2007
    Posts
    2,202

    Default Re: Everything is Fine but Can't Upload Movies

    Check the error log of your server, software like mod_evasive create such error with upload progress bar as progress bar do lot of requests to server to update the stats, mod_evasive disable access thinking it is done type of attack. Try disabling upload progress bar and see if upload works.

    include/settings/upload.php

    Code:
    $use_upload_progress_bar = 1;
    Set it to 0

    Code:
    $use_upload_progress_bar = 0;

  3. #3
    Join Date
    Jan 2008
    Posts
    12

    Default Re: Everything is Fine but Can't Upload Movies

    This solution (disable progress bar) along with setting the correct permissions for the .pl files got my script to work, but how do we make it so the progress bar will display? Is there a fix for this? I am using the suggested host.

  4. #4
    Join Date
    Apr 2007
    Posts
    2,202

    Default Re: Everything is Fine but Can't Upload Movies

    http://chillimasala.com/cgi-bin/uu_upload.pl

    Shows

    Code:
    Internal Server Error
    Try chmod all the .pl files to 755 and see if it works.

  5. #5
    Join Date
    Jan 2008
    Location
    Columbus, OH but from Pittsburgh, PA
    Posts
    27

    Default Re: Everything is Fine but Can't Upload Movies

    Had similar problem. Got it fixed though. Which host are you using?

Similar Threads

  1. WHo has the most movies??
    By carefree in forum General Discussions
    Replies: 8
    Last Post: 01-26-2009, 05:17 AM
  2. movies with no space convert, movies with spaces give 404
    By soundaxis in forum General Discussions
    Replies: 3
    Last Post: 05-21-2008, 12:44 AM
  3. ERROR: file not found. FLV working fine, WMV not!
    By gannes in forum Installation Support
    Replies: 1
    Last Post: 04-19-2008, 02:03 PM
  4. Movies Wont Upload
    By Ignotus in forum Installation Support
    Replies: 4
    Last Post: 12-07-2007, 12:23 PM
  5. Cant upload movies??
    By simonsen in forum Installation Support
    Replies: 9
    Last Post: 05-29-2007, 01:30 PM

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
  •