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

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

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.