Results 1 to 7 of 7

Thread: Fatal Error just before the installation finished

  1. #1

    Default Fatal Error just before the installation finished

    I just bought a Vshare licence and tried to install it to my server. I followed the instructions correctly and at the end i got this error :
    Fatal error: Undefined class name 'stemplate' in /home/hornzcom/public_html/include/vshare.php on line 38 , I want to mention that my hosting provider is Cirtex witch I read supports VShare and I know many people that use the script with Cirtex Hosting. Please help

  2. #2

    Default

    Please check your include/config.php.This error id due to wrong path in include/config.php

  3. #3

    Default Re: Fatal Error just before the installation finished

    It seems the file config.php is empty. I extracted the files from the archive and I did not make any modifications to them. Could this file be empty from the start ? I extracted the files again from vshare.rar and realised that the config.php in the include folder has 0 bytes , it is empty. How could this be ? Pls help

  4. #4

    Default

    PM your login details .i will check your installation

  5. #5

    Default

    Please try to create config.php with your details .and upload to your site
    Code:
    <?php
    
    error_reporting(E_ALL & ~E_NOTICE & ~E_WARNING);
    session_start();
    
    
    $db_host     = "";
    $db_name     = "";
    $db_user     = "";
    $db_pass     = "";
    
    $language = "en";
    
    $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/username/public_html";
    $config['baseurl']        =  "yourdomain.com";
    
    include($config['basedir'] . "/include/vshare.php");

  6. #6

    Default Re: Fatal Error just before the installation finished

    Thanks buyscript, i created the config.php file myself , but I`m not sure what to put in the baseurl . Should I include http:// or will just http://www.mydomain.com work ?

  7. #7

    Default Re: Fatal Error just before the installation finished

    I got the message installation successfull, i loged into the admin control panel , but when I checked the site .. just a blank white page! What could be wrong? This is the 4th time i`m trying to install the script. I mention the admin panel works but nothing else. I checked the files in the my ftp program , all of them have 0 bytes , the ones that are outside of the folders. What could be wrong? Is the archive damaged? I overwriten all the pages that have 0 bytes , and the site seemed to be working, but I can access Upload , Sing In , Watch or anything else... Is ANYone here that can help me ?

Similar Threads

  1. Fatal error: Error can't find imagecreatetruecolor
    By damen in forum Installation Support
    Replies: 8
    Last Post: 07-21-2010, 09:02 PM
  2. Finished Installation, New Problem.
    By Enve718 in forum Installation Support
    Replies: 2
    Last Post: 05-15-2009, 06:33 AM
  3. Error after installation
    By djdubuque in forum Installation Support
    Replies: 3
    Last Post: 05-22-2008, 11:48 AM
  4. Fatal error: Smarty error:
    By megavideos.in in forum Installation Support
    Replies: 1
    Last Post: 11-25-2007, 08:16 PM
  5. installation error
    By Liquidgib in forum Installation Support
    Replies: 6
    Last Post: 10-05-2007, 06:23 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
  •