From: Charles C. <ch...@ru...> - 2004-11-15 16:20:19
|
I installed the latest phpwiki from CVS, running under php 4.3.8 / apache 1.3.31 / linux 2.4.21 and I get the following messages: lib/Theme.php:226: Notice: templates/browse.tmpl: not found (...repeated 2 times) lib/Template.php:117: Notice: Undefined property: _locals lib/Template.php (In template 'html'):132: Notice: Undefined property: _tmpl It appears that the problem is that Template.php expects that the current directory is the "root" directory for the wiki, but in actuality, the current directory is in the locales sub directory. What can I do to fix this? Regards, Charles |