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

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

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.