user registration fails - have to edit database user registration fails - have to edit database
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

user registration fails - have to edit database

Started by tex, April 06, 2006, 11:52:40 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

tex

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?

Nibbler

Make sure the user_id is set to auto_increment.

tex

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.