Results 1 to 3 of 3

Thread: (maybe) missed code from 2.9

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1

    Default (maybe) missed code from 2.9

    Was trying out the servers for 2.9 and it was messing up.

    Video would try to get the MP4 from mainsite.com/flvideo/randomfolder/a74s56fs65a6d.mp4 instead of
    videofileserver.com/flvideo/randomfolder/a74s56fs65a6d.mp4

    Simple edit was "/public_html/include/classes/File.php"
    ADD
    Code:
     
    else if ($server_info['server_type'] == 0 && $server_id != 0)
          {
            $file_url = $server_info['url'] . '/' . $folder . $name;
              }
    BEFORE
    Code:
      
       else        {
                $file_url = VSHARE_URL . '/flvideo/' . $folder . $name;
            }
    
    
            return $file_url;
        }
    }

  2. #2

    Default

    Hi,

    If you are having this problem, please open a Support ticket

    We will fix it.

  3. #3

    Default

    i already fixed it i just posted a fix in case anyone else is having this problem.

    It might be my specific server setup that is the problem but i have all my vps setup the same so can not test it to the full reccomended requirements

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
  •