From: Tom C. <li...@to...> - 2004-07-27 11:11:21
|
Hello, With a fresh CVS checkout, when trying to create a new user I get the following error: --- lib/WikiDB/backend/PearDB.php:846: Fatal[256]: wikidb_backend_peardb_mysql: fatal database error DB Error: unknown error ( [nativecode=1065 ** Query was empty]) lib/WikiUserNew.php:1682: Notice[8]: Object to string conversion lib/WikiUserNew.php:1682: Warning[512]: Object --- I have to say that the user authentification system is *very* confusing if you don't want to use the BogoLogin system. I just want to be able to quickly create one user, set-up the ACL and go. If anyone could just give me the db queries, I'd be grateful :) I tried by just putting a new row into the user table with plain text username and password, but it still tries to create a new user when I try to login with that username! Regards, Tom |