[ic] indirect_login and mv_credit_card_info

Tom Tucker tom at ttucker.com
Mon Aug 21 23:42:50 EDT 2006



> -----Original Message-----
> From: interchange-users-bounces at icdevgroup.org
> [mailto:interchange-users-bounces at icdevgroup.org]On Behalf Of Peter
> Sent: Monday, August 21, 2006 9:52 PM
> To: interchange-users at icdevgroup.org
> Subject: Re: [ic] indirect_login and mv_credit_card_info
>
>
> On 08/21/2006 06:47 PM, Tom Tucker wrote:
> > No I'm getting the "(Customer record creation): There was an
> error adding
> > you to the customer table." error.
>
> Set the default in the userdb table for the password field to '' (the
> empty string).  Also set in the userdb.mysql file.
>
> I think that will fix it, if it doesn't then reply back with the full
> text of the error in the catalog error.log.
>
> Peter
>
I made the following change to the userdb table:

    ALTER TABLE `userdb` CHANGE `email` `email` VARCHAR( 42 ) CHARACTER SET
latin1 \
    COLLATE latin1_swedish_ci NULL DEFAULT ''

Then I updated CATROOT/dbconf/mysql/userdb.conf with:
    Database  userdb  COLUMN_DEF   "password=varchar(64) NOT NULL default
''"

Still getting the following in error.log:

xxx.yy.zzz.234 vvbMNVY3:xxx.yy.zzz.234 - [21/August/2006:22:34:52 -0500]
catalog_dev /cgi-bin/catalog_dev/process Safe: Auto-create of user failed.
Reason: Cannot log in after new account creation: Invalid user name or
password.
>
>  die errmsg("Auto-create of user failed. Reason: %s", $Session->{failure})
>
xxx.yy.zzz.234 vvbMNVY3:xxx.yy.zzz.234 - [21/August/2006:22:34:52 -0500]
catalog_dev /cgi-bin/catalog_dev/process Route log failed.
xxx.yy.zzz.234 vvbMNVY3:xxx.yy.zzz.234 - [21/August/2006:22:34:52 -0500]
catalog_dev /cgi-bin/catalog_dev/process ERRORS on ORDER :
> Error during creation of order routing log:
> Route log failed. at /usr/local/interchange/lib/Vend/Order.pm line 1835.
>

--
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.405 / Virus Database: 268.11.4/424 - Release Date: 8/21/2006



More information about the interchange-users mailing list