From: Steve W. <sw...@pa...> - 2001-12-19 23:00:16
|
--- http://www.panix.com/~swain/ "Without music to decorate it, time is just a bunch of boring production deadlines or dates by which bills must be paid." -- Frank Zappa ---------- Forwarded message ---------- Date: Tue, 18 Dec 2001 16:28:38 -0500 From: Michael Gentry <Bla...@ma...> To: sw...@pa... Subject: PHPWiki 1.3.1 I've downloaded and setup version 1.3.1 and I've noticed a few weird things ... The first weird thing is that none of the search functions would work unless I set this in index.php: define('SCRIPT_NAME', '/index.php'); define('USE_PATH_INFO', true); Of course, these may not be related, but it got things working. You should also be aware that PNG files (like the logo) do not display in Internet Explorer (at least IE 5.1 on the Macintosh, not positive about IE on Windows). When I do a FindPage (for example) and enter something like "SandBox" in the TitleSearch field, I get these PHP errors: Warning: The call_user_method() function is deprecated, use the call_user_func variety with the array(&$obj, "method") syntax instead in /usr/local/apache_1.3.20/vhosts/phpwiki-1.3.1/lib/ErrorManager.php on line 138 lib/TextSearchQuery.php:144: Notice[8]: The call_user_method() function is deprecated, use the call_user_func variety with the array(&$obj, "method") syntax instead I'll probably go hacking to try and fix that shortly. Just though you should be aware of them. (It still works, just looks ugly.) Thanks! /dev/mrg PS. Is there any information on how to setup multiple users/logins? Also, the logout code doesn't seem exactly right ... might have to go look into that shortly, too. --- Gasoline is cheaper than bottled water. |