forum.coppermine-gallery.net

Support => cpg1.4.x Support => Older/other versions => cpg1.4 miscellaneous => Topic started by: tex on April 06, 2006, 11:52:40 am

Title: user registration fails - have to edit database
Post by: tex on April 06, 2006, 11:52:40 am
when a new user registers to my gallery, a new record in users table with user id = 0 is inserted. I manually have to change user id to something different from 0. Otherwise no further registrations are possible. Any hints?
Title: Re: user registration fails - have to edit database
Post by: Nibbler on April 06, 2006, 11:57:24 am
Make sure the user_id is set to auto_increment.
Title: Re: user registration fails - have to edit database
Post by: tex on April 06, 2006, 12:11:11 pm
Thanks, this worked. I installed locally, then moved everything to my isp and updated the database via phpMyAdmin and a sql backup. Seems I have missed something.