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

News:

CPG Release 1.6.28
added submissions from {406man}
cleaned up a few PHP (8.4) deprecations
fixed PHP deprecation in calendar
removed security vulnerability
(please upgrade when possible)

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.