Results 1 to 6 of 6

Thread: Installation problems

  1. #1
    Join Date
    Mar 2008
    Posts
    3

    Default Installation problems

    Hi there,
    Im having problems installing the Youtube Clone script on my site, charmedmedia.fansource.org
    Fatal error: Unable to read 41756 bytes in /home/charmedm/public_html/vshare/include/function.php on line 0
    this error is coming up and I don't know what to do? If someone could help me I would greatly appreciate it.
    Take care, Kieran

  2. #2
    Join Date
    May 2007
    Location
    Planet Earth
    Posts
    1,389

    Default Re: Installation problems

    Did you do a forum search? I believe this happens when you forget to upload in BINARY, but do a forum search and see if I'm correct.
    If it's not fun, stop doing it!

  3. #3
    Join Date
    Mar 2008
    Posts
    3

    Default Re: Installation problems

    I did do a forum search and found out about the binary upload but Im not sure how to do it. I uploaded the files using core ftp and have never had to do any binary uploading before.

  4. #4
    Join Date
    May 2007
    Location
    Planet Earth
    Posts
    1,389

    Default Re: Installation problems

    It's probably in the options...there's ascii and binary uploading. Fiddle with the tools and options till you find it. Try right clicking the items you want to upload, see if you get the option, or check the help files for your FTP client, it should tell you.
    If it's not fun, stop doing it!

  5. #5
    Join Date
    Mar 2008
    Posts
    3

    Default Re: Installation problems

    Thanks so much for that, turns out it was only at a click of a button and the ftp help files didnt say how to upload in binary. Ive been using ftp for about three or four years now and Ive never had to use Binary uploading.

    It showed a few other errors but Ive got it working but theres something else. The site has no layout on it, Im sure its something Ive done. The images are looking for http://charmedmedia.fansource.org/charm ... es/images/ which isn't there. Any ideas?

    $config = array();
    $config['ffmpeg'] = "/usr/bin/ffmpeg";
    $config['mplayer'] = "/usr/bin/mplayer";
    $config['mencoder'] = "/usr/bin/mencoder";
    $config['flvtool'] = "/usr/bin/flvtool2";
    $config['basedir'] = "/home/charmedm/public_html/";
    $config['baseurl'] = "charmedmedia.fansource.org";

    include($config['basedir'] . "/include/vshare.php");

  6. #6
    Join Date
    May 2007
    Location
    Planet Earth
    Posts
    1,389

    Default Re: Installation problems

    Looks like you have a subdomain set up and the script is not "seeing" the CSS file that runs the layout and all that.

    Try this:

    Code:
    $config = array();
    $config['ffmpeg'] = "/usr/bin/ffmpeg";
    $config['mplayer'] = "/usr/bin/mplayer";
    $config['mencoder'] = "/usr/bin/mencoder";
    $config['flvtool'] = "/usr/bin/flvtool2";
    $config['basedir'] = "/home/charmedm/public_html/fansource";
    $config['baseurl'] = "http://charmedmedia.org/fansource";
    
    include($config['basedir'] . "/include/vshare.php");
    If that doesn't work try searching the forums for setting up with a subdomain. You may have to do something to your .htaccess as well. Search for "subdomain" in the search, you'll probably find a post about it.
    If it's not fun, stop doing it!

Similar Threads

  1. Installation Problems
    By tennistjn in forum Installation Support
    Replies: 3
    Last Post: 01-20-2009, 05:37 AM
  2. Niche video script installation problems
    By sjaakstaal in forum Installation Support
    Replies: 17
    Last Post: 04-19-2008, 08:41 PM
  3. A few problems
    By Rodesh in forum Installation Support
    Replies: 1
    Last Post: 03-05-2008, 06:37 AM
  4. urgent reply needed ... installation problems
    By kamyana in forum Installation Support
    Replies: 4
    Last Post: 10-23-2007, 07:40 AM
  5. Installation Problems
    By egrz in forum Installation Support
    Replies: 3
    Last Post: 05-19-2007, 08:18 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
  •