From: Reini U. <ru...@x-...> - 2004-11-15 18:30:10
|
Charles Corrigan schrieb: > 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? Manually: Add chdir (PHPWIKI_DIR) after the locale hack. Sorry, you have to wait a bit. I changed findFile and automatic include_patch logic, but apparently it doesn't work right yet. -- Reini Urban http://xarch.tu-graz.ac.at/home/rurban/ |