From: Jim C. <ji...@in...> - 2004-05-22 07:01:29
|
I've been trying to install a 1.3.10 phpwiki on a Debian stable server and I'm running into an odd error message that halts installation :- Fatal error: Call to a member function on a non-object in /var/www/docs/greentree/www/gtw/lib/Template.php(131) : eval()'d code on line 5 I don't quite know where to look to fix this (besides line 131 of Template.php :-) because the wiki source tree is a copy of an already-running 1.3.10 wiki *on the same machine*. Actually, I've just reproduced the damn thing on my Mac, using a database type of 'file' ... So, that's apache 1.3.26/php 4.1.2/mysql on debian, and apache 1.3.29/php 4.3.2/file on OS X 10.3. What have I missed? Why did I manage to get one of these working, but not the other? A clue would be welcome ... -jim |