From: Paul H. <he...@ma...> - 2004-06-26 19:33:40
|
Reini, Small bug with last night's cvs snapshot. Get the following error(s) on the mainpage, when browsing anonymously: ----- PHP Warnings lib/WikiGroup.php:93: Notice[8]: Undefined property: not_current lib/WikiGroup.php (In template 'head') (In template 'html'):93: Notice[8]: Undefined property: not_current: * <link rel="bookmark" title="<?= $UserCalPageTitle ?>" href="<?= $UserCalPageUrl ?>" /> lib/WikiGroup.php (In template 'navbar') (In template 'top') (In template 'body') (In template 'html'):93: Notice[8]: Undefined property: not_current ----- When logged in, only the first error shows. Fixed by changing line 68 in WikiGroup.php to: var $not_current = 0; Also, on the subject of action=PageInfo, the error I have been getting: ----- lib/FileFinder.php (In template 'info') (In template 'browse') (In template 'body') (In template 'html'):186: Fatal[256]: LC_MESSAGES/phpwiki.php: file not found ----- is consistent across languages and themes. In fact, the French edition of the page goes nuts (i.e. Erreur Fatale), regardless of whether someone (or even the admin) is logged in. What I just realized today is that action pages display correctly, without the errors (/PhpWikiAdministration?action=PageInfo), but text pages (/ HomePage?action=PageInfo) cause grief, once again, independent of theme, locked status or login. I'm using the MySQL edition; not sure if that would make a difference, but as I am flushing the database and installing to a clean directory, there shouldn't be any legacy or database related errors. Hope this helps you find the answer. clyde |