View Single Post
  #1  
Old 04-18-2015, 02:54 PM
AndromedaKerova's Avatar
AndromedaKerova AndromedaKerova is offline
ChibiFur Queen
 
Join Date: Nov 2014
Location: England
Posts: 83
Gender: Female
Credits: 4,671
AndromedaKerova is on a distinguished road
Default Installation Errors

I'm having serious trouble installing the site and getting it to work properly.

I had a site before but I was stuck offline too long and it was deleted.

I tried to reinstall it and it told me everything was fine but I just get errors.

Code:
Warning: require(home/chibifurs.elementfx.com/inc/smarty/Smarty.class.php): failed to open stream: No such file or directory in /home/chibifu2/public_html/classes/class_mysidia.php on line 326

Warning: require(home/chibifurs.elementfx.com/inc/smarty/Smarty.class.php): failed to open stream: No such file or directory in /home/chibifu2/public_html/classes/class_mysidia.php on line 326

Fatal error: require(): Failed opening required 'home/chibifurs.elementfx.com/inc/smarty/Smarty.class.php' (include_path='.:/opt/alt/php55/usr/share/pear:/opt/alt/php55/usr/share/php') in /home/chibifu2/public_html/classes/class_mysidia.php on line 326
This is what's in my class_mysidia:
Code:
public function getTemplate(){
	    $templateClass = "inc/smarty/Smarty.class.php";
        require $this->path->getRoot().$templateClass;
		
		$this->template = new Template($this->path);
		Registry::set(new String("template"), $this->template, TRUE, TRUE);
        return $this->template;
    }
My config is here:
Code:
<?php
//Mysidia Adoptables Site Configuration File

**Database info omitted**
define('DOMAIN', 'chibifurs.elementfx.com');             //Your domain name (No http, www or . )
define('SCRIPTPATH', 'chibifurs.elementfx.com/inc');     //The folder you installed this script in
define('PREFIX', 'adopts_');
__________________
Failing at being normal since 1990.
Reply With Quote