Results 1 to 2 of 2

Thread: video won't show

  1. #1
    nathan
    Guest

    Default video won't show

    i am using version 5.3 with adult template....

    i was able to upload video file, and can be downloaded for viewing right after the upload. (link is available at the user's cp)

    but when the user who uploaded the video log outs and log back in, the video link won't show up. the video file is available at the id_avi folder.


    please help..... how do i fix this one...

  2. #2
    nathan
    Guest

    Default video problem sorted

    i have sorted this problem and i have my video link now active....

    solution:

    line 75 of profile_video.php
    //$video_file_exist = file_exists( "$video_file.$video_ext" ); //original
    $video_file_exist = file_exists( "$video_file" ); //-- corrected

    line 94 of profile_video.php
    //if ( unlink( "$video_file.$video_ext" ) ) //original
    if ( unlink( "$video_file" ) ) //-- corrected file


    if there's any negative effect of this correction to the functionality of dolphin 5.3, please let me know. it would help me a lot.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Video upload failed (video Error) help plz
    By watts in forum Boonex Dolphin 7
    Replies: 12
    Last Post: 07-01-2010, 02:14 PM
  2. Video upload failed (Video error)
    By mikagrand in forum General Troubleshooting
    Replies: 1
    Last Post: 04-21-2010, 09:47 PM
  3. No "Video" in Video Chat
    By Spexmex in forum Chat / ShoutBox / Instant Messenger (non-Ray)
    Replies: 2
    Last Post: 04-07-2010, 05:20 AM
  4. Any way to show Ray video elsewhere?
    By johnlewis in forum Ray Community Widget Suite
    Replies: 0
    Last Post: 11-03-2009, 08:07 PM
  5. Image Won't Show Up
    By evan123 in forum General Troubleshooting
    Replies: 4
    Last Post: 02-11-2009, 05:21 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
  •