Koozali.org: home of the SME Server

Tiki

Ted

Tiki
« on: April 15, 2003, 01:41:13 AM »
How can I install Tiki Wiki on my 5.6 box?  The howto at http://www.cusick.ws/doc/tiki-howto.html  (something about pear library or something)  doesn't work at all.  Any experience or tips would be appreciated.

Ted

Re: Tiki
« Reply #1 on: April 15, 2003, 03:22:11 AM »
PHP Fatal error:  main() [http://www.php.net/function.main'>function.main]: Failed opening required 'DB.php' (include_path='.:/usr/share/php') in /home/e-smith/files/primary/html/db/tiki-db.php on line 3


this is the error i get

tiki-db.php is as follows

require_once('DB.php');
$host_tiki   = 'localhost';

LucL

Re: Tiki
« Reply #2 on: April 16, 2003, 01:49:47 AM »
Sounds like a MySQL configuration error.

Did you set up a seperate DB for Tiki and assign the uname/psswd for that DB in the appropriate DB configuration settings in Tiki?