Update of /cvsroot/phpwiki/phpwiki
In directory usw-pr-cvs1:/tmp/cvs-serv15456
Modified Files:
Tag: release-1_2-branch
INSTALL
Log Message:
Added a new constant, DBM_FILE_TYPE, defaulting to 'gdbm'. It's
defined in config.php and used in dbalib.php. INSTALL now notes the
setting of this constant, and how a blank page can occur the first
time the user tries to view PhpWiki.
Index: INSTALL
===================================================================
RCS file: /cvsroot/phpwiki/phpwiki/INSTALL,v
retrieving revision 1.8
retrieving revision 1.8.2.1
diff -C2 -r1.8 -r1.8.2.1
*** INSTALL 2001/02/01 02:50:51 1.8
--- INSTALL 2001/11/07 03:23:16 1.8.2.1
***************
*** 25,28 ****
--- 25,31 ----
http://www.foo.com/phpwiki/
+ If you get a blank page, PhpWiki tried to open the wrong DBM file
+ type, most likely. Edit the file lib/config.php and set DBM_FILE_TYPE
+ to the correct type for your system. 'gdbm' or 'db2' usually work.
1. CONFIGURATION
|