Results 1 to 10 of 10

Thread: cant upgrade to v2 missing files

  1. #1
    Join Date
    May 2007
    Posts
    26

    Default cant upgrade to v2 missing files

    hello i am missing file install/vshare-upgrade-1-2.sql also in step sixx it says Step 6: - Now you need to update include/config.php file. Create a file with following content but there is no content to refer to. thanks

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

    Default

    Try downloading again, version uploded on 8 May have

    install/vshare-upgrade-1-2.sql

    and sample config.php is available as config.php.txt in install folder, rename it to config.php and change the values of database, path, site url, etc...

    config.php

    Code:
    <?
    
    error_reporting(E_ALL & ~E_NOTICE & ~E_WARNING);
    session_start();
    
    $db_host     = "localhost";
    $db_name     = "vshare";
    $db_user     = "vshare";
    $db_pass     = "PASSWORD";
    
    
    $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/video/public_html";
    $config['baseurl']        =  "http://video.bizhat.com";
    
    include("vshare.php");
    ?>

  3. #3
    Join Date
    May 2007
    Posts
    26

    Default getting this msg after upgrade

    Fatal error: main() [function.require]: Failed opening required '/home/video/public_html/include/smarty/libs/Smarty.class.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/xxx/public_html/yourautoshow/theshow/include/vshare.php on line 31

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

    Default

    You need to enter correct path in your config.php

    /home/video/public_html/include/smarty/libs/Smarty.class.php

    Is this your path ? This is default path in the config.php sample, replace it with your web site path.

    If you are using CPANEL control panel, it will be some thing like


    /home/YOUR-FTP-USER-NAME/public_html

    Is this when you install vshare as main site, if you use a sub folder, it will like

    /home/YOUR-FTP-USER-NAME/public_html/SUB-FOLDER-NAME

  5. #5
    Join Date
    May 2007
    Posts
    26

    Default works but missing most of page content

    i changed the link in config.php take a look at this http://yourautoshow.com/theshow/

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

    Default

    Can you post content of your config.php after removing MySQL login details ?

  7. #7
    Join Date
    May 2007
    Posts
    26

    Default here it is

    This is exactly how it is in config.php i didnt change anything except for where you see the url in $config i left everything else as is
    <?
    error_reporting(E_ALL & ~E_NOTICE & ~E_WARNING);
    session_start();

    $db_host = "localhost";
    $db_name = "vshare";
    $db_user = "vshare";
    $db_pass = "PASSWORD";


    $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/username/public_html/yourautoshow/theshow/";
    $config['baseurl'] = "/home/username/public_html/yourautoshow/theshow";

    include("vshare.php");
    ?>

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

    Default

    Change baseurl and basedir lines as follows.

    $config['basedir'] = "/home/luxuscom/public_html/yourautoshow/theshow";
    $config['baseurl'] = "http://yourautoshow.com/theshow";

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

    Default

    Also make sure there is no space or newline after

    ?>

  10. #10
    Join Date
    May 2007
    Posts
    26

    Default

    thanks that worked

Similar Threads

  1. Some files or folders missing
    By XaocuHKa in forum Installation Support
    Replies: 6
    Last Post: 02-05-2009, 02:41 PM
  2. SEVERAL MISSING Files for Translations !!!
    By EinfachClicken in forum Installation Support
    Replies: 5
    Last Post: 09-16-2008, 11:42 AM
  3. to admin/buyscripts - Missing Files????
    By buxton161 in forum Installation Support
    Replies: 3
    Last Post: 03-01-2008, 08:44 PM
  4. Files missing??
    By crayonhost in forum Installation Support
    Replies: 13
    Last Post: 01-08-2008, 02:05 PM
  5. INSTALL INSTRUCTIONS : Instruction 2 files missing in zip
    By greghere2 in forum Installation Support
    Replies: 1
    Last Post: 06-08-2007, 10:55 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
  •