I have version 1.3.12p3 of phpwiki. I cannot get the user preferences to work. Changing passwords works, but when I try and update themes or language for example I get the following error message;
DB Error: already exists
(INSERT INTO pref (userid,prefs) VALUES ('a:4:{s:6:\"userid\";s:5:\"gpolo\";s:6:\"passwd\";s:34:\"XXXXXXXXXXXXXXXXXXXX";s:5:\"theme\";s:6:\"MacOSX\";s:4:\"lang\";s:2:\"en\";}','gpolo') [nativecode=1062 ** Duplicate entry 'a:4:{s:6:"userid";s:5:"gpolo";s:6:"passwd";s:34:' for key 1])
First of all it shouldn't try and insert a record because the record already exists and it apperently updates the record when I just change the password.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I have version 1.3.12p3 of phpwiki. I cannot get the user preferences to work. Changing passwords works, but when I try and update themes or language for example I get the following error message;
DB Error: already exists
(INSERT INTO pref (userid,prefs) VALUES ('a:4:{s:6:\"userid\";s:5:\"gpolo\";s:6:\"passwd\";s:34:\"XXXXXXXXXXXXXXXXXXXX";s:5:\"theme\";s:6:\"MacOSX\";s:4:\"lang\";s:2:\"en\";}','gpolo') [nativecode=1062 ** Duplicate entry 'a:4:{s:6:"userid";s:5:"gpolo";s:6:"passwd";s:34:' for key 1])
First of all it shouldn't try and insert a record because the record already exists and it apperently updates the record when I just change the password.