Update of /cvsroot/webnotes/webnotes/doc
In directory usw-pr-cvs1:/tmp/cvs-serv15889
Modified Files:
INSTALL
Log Message:
A few changes to troubleshooting
Index: INSTALL
===================================================================
RCS file: /cvsroot/webnotes/webnotes/doc/INSTALL,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- INSTALL 6 Oct 2002 15:35:12 -0000 1.12
+++ INSTALL 29 Oct 2002 05:11:44 -0000 1.13
@@ -38,7 +38,7 @@
database. Also, don't forget to input the correct directory paths.
5. For every page that you want notes to be available you will need to convert
-their extension to one that is interpreted by PHP. Then:
+their extension to one that is interpreted by PHP (Such as .php). Then:
Insert the following inside the <head> </head> tag):
@@ -121,10 +121,16 @@
is checked. In order to solve this problem, login to the database and set the enabled
flag to 1 for the accounts that you need enabled.
-* PROBLEM: Adding notes does nothing (obsolete since PHP 4.0.6 is the minimum requirement).
+* PROBLEM: Adding notes does nothing
-SOLUTION 1: You may have track_vars set to Off (or 0). Set this to On in your
-php.ini file. As of version 4.0.3 it is permanently set to On.
+SOLUTION: You may have track_vars set to Off (or 0). Set this to On in your
+php.ini file. As of version 4.0.3 and newer it is set to On by default.
+
+* PROBLEM: phpWebNotes does not work under PHP 4.2 and 4.3
+
+SOLUTION: phpWebNotes requires register_globals to be on which used to be enabled
+by default in 4.1.2 and older. 4.2.0 and newer have it set to Off as default so
+you will have to set register_globals to On in php.ini
-------------------------------------------------------------------------------
### Useful links ###
|