From: Jeff D. <da...@da...> - 2003-03-16 16:58:16
|
On Sat, 15 Mar 2003 23:19:35 -0500 Gil Price <gp...@gi...> wrote: > lib/config.php:276: Notice[8]: Undefined variable: SCRIPT_NAME > > lib/config.php:401: Notice[8]: Undefined index: dsn > > Are there any fixes for these? Also, is there any way to have these > warnings directed to a log file and not on the visible pages? Hi Gil, I think these are fixed in CVS, here are links to the specific changes: http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/phpwiki/phpwiki/lib/config.php.diff?r1=1.70&r2=1.71 http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/phpwiki/phpwiki/lib/config.php.diff?r1=1.71&r2=1.72 If you're just installing PhpWiki now, you might consider using the latest CVS version instead of 1.3.4. There have been a number of bug fixes made. There's a nightly CVS snapshot available at: http://phpwiki.sf.net/nightly/phpwiki.nightly.tar.gz Jeff |