Update of /cvsroot/webnotes/webnotes/doc
In directory usw-pr-cvs1:/tmp/cvs-serv14439/doc
Modified Files:
INSTALL
Log Message:
- 0000059: Added checking for the enabled flag (part 2).
- 0000065: Emotion icons
Index: INSTALL
===================================================================
RCS file: /cvsroot/webnotes/webnotes/doc/INSTALL,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- INSTALL 19 Sep 2002 21:51:02 -0000 1.5
+++ INSTALL 26 Sep 2002 12:29:30 -0000 1.6
@@ -92,6 +92,13 @@
and lower it. There should be enough comments around the variable to help you
out.
+* PROBLEM: After upgrading from phpWebNotes 1.0.0, I can not login.
+
+SOLUTION: Users were created in version 1.0.0 with enabled equal to 0. This was not
+a problem in v1.0.0 because the enabled field was ignored. However, in v2.0.0 enabled
+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).
SOLUTION 1: You may have track_vars set to Off (or 0). Set this to On in your
|