Results 1 to 8 of 8

Thread: Error Upload and clip share work my host

  1. #1
    Join Date
    Aug 2007
    Posts
    3

    Default Error Upload and clip share work my host

    me get error

    Code:
    Fatal error: Cannot instantiate non-existent class: ffmpeg_movie in /home/wwroad/public_html/tv/upload.php on line 308
    and on my server install clip share and work good

    me like vshare and want use vshare script and me install
    Server Requirements and PHP Configuration and work for me Upload Progress Bar but after upload me get error up please help me thanks

  2. #2
    Join Date
    May 2007
    Posts
    588

    Default

    lol...sorry i read that in a red indian type accent and it made me lol ;)

    i think i should sleep ;)

    the error though looks like a problem with ffmpeg or mencoder, check the path in your include/config.php

    try running the command to convert from SSH.

    read the FAQs

  3. #3
    Join Date
    Aug 2007
    Posts
    3

    Default

    man on my server all path install and work me have clip share on my server clip share work but vshare not work why ?



    Code:
    PHP TEST
    	/usr/bin/php  	
    
    OK
    
    FFMPEG TEST
    	  /usr/local/bin/ffmpeg	
    
    OK
    
    FLVTOOL2 TEST
    	  	/usr/bin/flvtool2a
    
    OK
    
    MENCODER TEST
    	  	/usr/bin/mencoder
    
    OK
    
    FFMPEG-PHP TEST
    	  	ffmpeg-php extension was found
    
    OK

    my config

    Code:
    <?
    
    error_reporting(E_ALL & ~E_NOTICE & ~E_WARNING);
    session_start();
    
    $db_host     = "localhost";
    $db_name     = "*******";
    $db_user     = "*******";
    $db_pass     = "*******";
    
    $language = "en";
    
    $config = array();
    $config['ffmpeg']          =  "/usr/local/bin/ffmpeg";
    $config['mplayer']          =  "/usr/bin/mplayer";
    $config['mencoder']          =  "/usr/bin/mencoder";
    $config['flvtool']          =  "/usr/bin/flvtool2";
    $config['basedir']        =  "/home/wwroad/public_html/tv";
    $config['baseurl']        =  "http://tv.wwroad.com";
    
    include($config['basedir'] . "/include/vshare.php");
    
    ?>

  4. #4
    Join Date
    May 2007
    Posts
    588

    Default

    whats your URL?

  5. #5
    Join Date
    Aug 2007
    Posts
    3

    Default

    my vshare : http://tv.wwroad.com


    and my clip share on http://video.wwroad.com

  6. #6
    Join Date
    May 2007
    Posts
    588

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

    Default

    ffmpeg-php not working on the site.

    Go to

    http://www.tv.wwroad.com/phpinfo.php

    Check if you can find ffmpeg-php on this page.

    If you have it, you will see it on phpinfo page, contact your server admin/web host.

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

    Default

    clip share may be working as it is loading ffmpeg-php with on loading time (your phpinfo do not show this). So you need to make same changes in your vshare installation also.

Similar Threads

  1. Looking for ppl that want to upload clip for $$
    By samtam in forum General Discussions
    Replies: 0
    Last Post: 04-19-2008, 06:02 AM
  2. 403 forbidden access /share/upload.php
    By musictvblogger in forum Installation Support
    Replies: 3
    Last Post: 04-11-2008, 09:38 AM
  3. Wich Host do you use? Share your experience
    By igorcreed in forum General Discussions
    Replies: 12
    Last Post: 02-24-2008, 03:20 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
  •