AndromedaKerova
04-18-2015, 02:54 PM
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.
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:
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:
<?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_');
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.
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:
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:
<?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_');