View Single Post
  #1  
Old 10-29-2013, 09:47 AM
draugluin's Avatar
draugluin draugluin is offline
Member
 
Join Date: Oct 2011
Location: germany
Posts: 120
Gender: Unknown/Other
Credits: 13,998
draugluin is on a distinguished road
Default Problem: smarty class 1.3.4

Hi

Quote:
Fatal error: require(): Failed opening required '/var/www/html/inc/smarty/Smarty.class.php' (include_path='.:/usr/share/pear:/usr/share/php') in /home/vhosts/wolfsforest.orgfree.com/classes/class_mysidia.php on line 326
that's my problem after a fresh installation. I don't know, how I can solve this.

anyone any idea ?

(Yes, I have php 5.4)

and this is the config.php

Quote:
<?php
//Mysidia Adoptables Site Configuration File

define('DBHOST', 'localhost'); //DB Hostname
define('DBUSER', '560270'); //DB Username
define('DBPASS', '****'); //DB Password
define('DBNAME', '560270'); //Your database name
define('DOMAIN', 'wolfsforest.orgfree.com'); //Your domain name (No http, www or . )
define('SCRIPTPATH', ''); //The folder you installed this script in
define('PREFIX', 'adopts_');
?>

Last edited by draugluin; 10-29-2013 at 09:54 AM.
Reply With Quote