Page 1 of 2 12 LastLast
Results 1 to 10 of 12

Thread: upload-error

  1. #1

    Default upload-error

    when upload of a video is finished, an error appears:

    Fatal error: Class 'ffmpeg_movie' not found in /home/redpornt/public_html/upload.php on line 223

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

    Default

    You don't have ffmpeg-php working on the server.

    See

    Fatal error: Cannot instantiate non-existent class: ffmpeg

    If your server support ffmpeg, ask the host to fix it. Youtube clone need ffmpeg, mencoder etc... to work, if your host do not have these installed, check http://www.hostonnet.com, they have web hosting with all requirements pre-installed.

  3. #3

    Default

    it must be installed, because 1 week ago it works fine.

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

    Default

    Quote Originally Posted by jonny23
    it must be installed, because 1 week ago it works fine.
    Check if it still works properly. If it works, you will be abale to see it in your phpinfo like http://video.bizhat.com/phpinfo.php

    Only reason for the error you get is missing ffmpeg-php

  5. #5

    Default

    i have installed ffmpeg and ffmpeg-php, and its shown in phpinfo like in yours..

    but now appears another error-message after uploading a video:

    Fatal error: Call to a member function getframecount() on a non-object in /home/redpornt/public_html/include/function.php on line 188

  6. #6

    Default

    now i have made a complete installation of the latest VShare-Version.
    When uploading a Vid, it goes to directory "video" and reports error as follows:
    Fatal error: Call to a member function getduration() on a non-object in /home/redpornt/public_html/upload.php on line 315

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

    Default

    You are using old version of ffmpeg-php, you need to reinstall latest version of ffmpeg-php

  8. #8
    Join Date
    Jul 2007
    Posts
    18

    Default Re: upload-error

    I am getting the same error but it was working perfectly until yesterday, How could it mean that it is an old version?

    Code:
    Running cron.php
    CRON: 1
    Video (193) Conversion starting...
    File: /usr/local/www/data-dist/video/
    -------------------------------------------------------------
    INSERT INTO video SET
                                    UID='3',
                                    title='The Sopranos Season4 49 The Strong, Silent Type',
                                    description='   Summary\r\n\r\nDirected by: Alan Taylor\r\nWritten by: Terence Winter, Robin Green & Mitchell Burgess\r\n\r\nWhere is Ralph Cifaretto?\r\n\r\nIf there were a \"New Jersey Wiseguy\'s FAQ,\" that\'s the question that would top it. Ralph hasn\'t been seen in days - not even ',
                                    keyword='sopranos season4 sopranos_se4 season4 thesopranos mafia',
                                    channel='0|53|0',
                                    space = '0',
                                    addtime='1191065530',
                                    adddate='2007-09-29',
                                    vkey='1203980085',
                                    type='public',
                                    active='0',
                                    approve='1' 
    ------------------------------------------------------------- 
    Video id: 326 
    Calling ffmpeg-php -> ffmpeg_movie() 
    Get video duration - START
    
    Fatal error: Call to a member function getduration() on a non-object in /usr/local/www/data-dist/include/functions_upload.php on line 178

    It is also quite sporadic, Allot of the time it works perfectly. Could it be having issues finding the video file?

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

    Default Re: upload-error

    Quote Originally Posted by s25
    I am getting the same error but it was working perfectly until yesterday, How could it mean that it is an old version?
    I think some thing changed on your server side.

    To verify ffmpeg-php is working, download

    http://www.buyscripts.in/vshare/vshare_test.zip

    and upload to your web site and go to url

    http://yourdomain/vshare_test/ffmpeg_php_info.php

    This is simple PHP script to test ffmpeg-php, if ffmpeg-php is working properly, it will create thumbnail image for the video in the zip.

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

    Default Re: upload-error

    It is also quite sporadic, Allot of the time it works perfectly. Could it be having issues finding the video file?
    This some times happen if you are using old version of ffmpeg or ffmpeg-php

    Check your web server error_log, you will see error if ffmpeg-php is crashing.

Page 1 of 2 12 LastLast

Similar Threads

  1. Upload error
    By alex clone111 in forum Bug Reports
    Replies: 4
    Last Post: 02-10-2009, 09:50 PM
  2. Upload Error with 2.6
    By browniegirl in forum Template Modifications
    Replies: 3
    Last Post: 01-21-2008, 01:21 PM
  3. Error: 500 Internal Server Error on Upload
    By zmoore in forum Installation Support
    Replies: 1
    Last Post: 11-21-2007, 09:06 AM
  4. Upload Error
    By shopgood in forum General Discussions
    Replies: 2
    Last Post: 09-21-2007, 01:01 AM
  5. upload error
    By jonny23 in forum General Discussions
    Replies: 1
    Last Post: 08-22-2007, 05:47 AM

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
  •