Hi,

You were absolutely right Nick.....The changes have to be made in db only.

This is the change we made :

ALTER TABLE `confirm_address` CHANGE `address_extra` `address_extra`
VARCHAR( 255 ) CHARACTER SET utf8 COLLATE utf8_bin NULL COMMENT 'carrier ID,
for SMS'

(In table 'confirm_address', we've set default value for field
'address_extra') as this value wasn't coming from the application thus
giving constraint violation.

Thanx a lot for the help Nick...

Regards,
Siddharth


-----Original Message-----
From: Nick Walker [mailto:[EMAIL PROTECTED] 
Sent: Thursday, December 11, 2008 1:43 PM
To: siddharth pawar
Cc: [email protected]
Subject: Re: [Laconica-dev] Query regarding Laconica

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_


DISCLAIMER
==========
This e-mail may contain privileged and confidential information which is the 
property of Persistent Systems Ltd. It is intended only for the use of the 
individual or entity to which it is addressed. If you are not the intended 
recipient, you are not authorized to read, retain, copy, print, distribute or 
use this message. If you have received this communication in error, please 
notify the sender and delete all copies of this message. Persistent Systems 
Ltd. does not accept any liability for virus infected mails.
_______________________________________________
Laconica-dev mailing list
[email protected]
http://mail.laconi.ca/mailman/listinfo/laconica-dev

Reply via email to