Loading...
 
Architecture / Installation

Architecture / Installation


Re:FTP Install NiGHtMaRE !

posts: 8633 Israel

Getting back to http://www.eylon.net/tiki-index.php

I have looked at lib/tikilib.php

I changed the 3 path from :

include_once('lib/diff.php');
require_once('lib/Date.php');
require_once('lib/tikidate.php');

to :

include_once('diff.php');
require_once('Date.php');
require_once('tikidate.php');

Now i also get on tiki-index.php a smarty error :

Fatal error: Failed opening required 'Smarty/Smarty_Compiler.class.php' (include_path='/home/httpd/vhosts/Eylon.net/httpdocs/lib:/home/httpd/vhosts/Eylon.net/httpdocs/lib/pear:/usr/share/pear:lib/pear') in /home/httpd/vhosts/Eylon.net/httpdocs/Smarty/Smarty.class.php on line 1661


Darnnnnn
Yoni

There are no comments at this time.