12-18-2016, 01:29 PM
Hi there!
As per previous conversations I had informed you guys that I had moved the portion of the page to its own page. Everything was fine and dandy, until I removed some of the table columns I felt weren't needed. This is what the structure of the users table is now:
http://hastebin.com/enigihigax.lisp
So now, when I try to add a user, it will no longer insert to the DB. It will perform the permission and profile DB queries, but inserts a row with no user_id because it doesn't exist. Ultimately I can change the structure back, I just really didn't wanna have to.
Any help would be greatly appreciated!
Thanks.
As per previous conversations I had informed you guys that I had moved the
Code:
adduser
Code:
admin_users.php
http://hastebin.com/enigihigax.lisp
So now, when I try to add a user, it will no longer insert to the DB. It will perform the permission and profile DB queries, but inserts a row with no user_id because it doesn't exist. Ultimately I can change the structure back, I just really didn't wanna have to.
Any help would be greatly appreciated!
Thanks.