View Single Post
  #5  
Old 10-30-2013, 03:35 AM
draugluin's Avatar
draugluin draugluin is offline
Member
 
Join Date: Oct 2011
Location: germany
Posts: 120
Gender: Unknown/Other
Credits: 10,936
draugluin is on a distinguished road
Default

seems to be working only with "http"
PHP Code:
require "http://wolfsforest.orgfree.com/inc/smarty/Smarty.class.php"

Without I got the same fault
Quote:
Fatal error: require(): Failed opening required 'wolfsforest.orgfree.com/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
but now (with http) I got this:
Quote:
Fatal error: Class 'Smarty' not found in /home/vhosts/wolfsforest.orgfree.com/classes/class_template.php on line 19
and line 19:
PHP Code:
class Template extends Smarty implements Objective
mmmmmmhhhhhh....
Reply With Quote