On Thu, 2008-12-11 at 12:35 +0530, siddharth pawar wrote: > Hi, > We have downloaded latest version of Laconica : : > http://laconi.ca/trac/wiki/Laconica_0.6.3.
> However whenever we do the registration for the first time, we see the > error message as “Invalid username or password.” > > We have followed all the steps and made sure that username/password > fulfills the proper requirements(like password > 6 characters etc) Try turning database debugging on. Change in config.php: #$config['db']['debug'] = 5; To: $config['db']['debug'] = 5; Every time that error has occured for me, it's been something to do with the database. Don't use it on a production server though, as debugging will display the username and password to the database to everyone. Nick -- Identica: identi.ca/nickwalker Jabber: [EMAIL PROTECTED] Skype: nickwalker_ _______________________________________________ Laconica-dev mailing list [email protected] http://mail.laconi.ca/mailman/listinfo/laconica-dev
