News:

CPG Release 1.6.29
During HTML5 upload, keep pseudo blank code 200 messages from triggering error condition
added Russian language
correct failure to use theme menu icons in album manager
minor vulnerabilities mitigation

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.