Update of /cvsroot/phpwiki/phpwiki
In directory usw-pr-cvs1:/tmp/cvs-serv26867
Modified Files:
INSTALL.pgsql
Log Message:
Added comment about the warnings on loading; updated the info about
editing config.php, which was a little dated.
Index: INSTALL.pgsql
===================================================================
RCS file: /cvsroot/phpwiki/phpwiki/INSTALL.pgsql,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -r1.6 -r1.7
*** INSTALL.pgsql 2000/10/08 19:19:59 1.6
--- INSTALL.pgsql 2001/02/02 02:55:31 1.7
***************
*** 1,4 ****
! $Id$
Installation instructions for PhpWiki with a Postgresql database
--- 1,19 ----
! ----------
! NOTE for the 1.2 release: You may see a few warnings when you first
! load the pages. They may look like this:
+
+ ***
+ Warning: PostgresSQL query failed: ERROR: ExecAppend: Fail to add null
+ value in not null attribute pagename in lib/pgsql.php on line 417
+
+ Inserting page ConvertSpacesToTabs, version 1 from text file
+ ***
+
+ This is not a problem since PhpWiki is trying to update a table that
+ tracks hits and links.
+ ----------
+
+
Installation instructions for PhpWiki with a Postgresql database
***************
*** 18,22 ****
(This is from a stock 6.2 Red Hat distro, which ships with an rpm of
! PHP 3.0.12,but should give you an idea. I had to add the line for
.php).
--- 33,37 ----
(This is from a stock 6.2 Red Hat distro, which ships with an rpm of
! PHP 3.0.12, but should give you an idea. I had to add the line for
.php).
***************
*** 33,39 ****
the INSTALL, the time comes to move to Postgresql.
! Edit lib/config.php and comment out the lines for DBM file usage; then
! uncomment the lines for Postgresql. The lines are clearly commented and
! you should have no problem with this.
Next you need to create a database called "wiki".
--- 48,53 ----
the INSTALL, the time comes to move to Postgresql.
! Edit lib/config.php and edit $WhichDatabase for Postgresql. The lines
! are clearly commented and you should have no problem with this.
Next you need to create a database called "wiki".
***************
*** 53,54 ****
--- 67,71 ----
sw...@wc...
+ Report bugs to php...@li...
+
+ $Id$
\ No newline at end of file
|