Matty2k7 Member Jan 20, 2013 179 8 Sep 16, 2013 #1 I get this error when i try to register Code: Unknown column 'mail' in 'field list' My DB: LifeRP My Cms: LifeRP My EMU: LifeRP Why not use reality? A) Does it look like i want to use some unprofessionaly coded thing ( i got same error with realityrp db )
I get this error when i try to register Code: Unknown column 'mail' in 'field list' My DB: LifeRP My Cms: LifeRP My EMU: LifeRP Why not use reality? A) Does it look like i want to use some unprofessionaly coded thing ( i got same error with realityrp db )
zMagenta Posting Freak Jul 15, 2011 1,414 682 Sep 16, 2013 #2 PHP: ALTER TABLE users ADD COLUMN mail TEXT; Should work. Upvote 0 Downvote
Matty2k7 Member Jan 20, 2013 179 8 Sep 16, 2013 Thread starter #3 zMagenta said: PHP: ALTER TABLE users ADD COLUMN mail TEXT; Should work. Click to expand... No i still have the same error Upvote 0 Downvote
zMagenta said: PHP: ALTER TABLE users ADD COLUMN mail TEXT; Should work. Click to expand... No i still have the same error
zMagenta Posting Freak Jul 15, 2011 1,414 682 Sep 16, 2013 #4 Matty2k7 said: No i still have the same error Click to expand... It's trying to insert data into a table and missing the column 'mail'. What other tables get information inserted when registering? Upvote 0 Downvote
Matty2k7 said: No i still have the same error Click to expand... It's trying to insert data into a table and missing the column 'mail'. What other tables get information inserted when registering?
Matty2k7 Member Jan 20, 2013 179 8 Sep 16, 2013 Thread starter #5 zMagenta said: It's trying to insert data into a table and missing the column 'mail'. What other tables get information inserted when registering? Click to expand... im not sure, uhm the password name ect... Code: http://prntscr.com/1rmy3x Upvote 0 Downvote
zMagenta said: It's trying to insert data into a table and missing the column 'mail'. What other tables get information inserted when registering? Click to expand... im not sure, uhm the password name ect... Code: http://prntscr.com/1rmy3x
zMagenta Posting Freak Jul 15, 2011 1,414 682 Sep 16, 2013 #6 Click the 'SQL' tab and run in that SQL code I gave you. Screenshot me what the result is after you ran it. Upvote 0 Downvote
Click the 'SQL' tab and run in that SQL code I gave you. Screenshot me what the result is after you ran it.
Matty2k7 Member Jan 20, 2013 179 8 Sep 16, 2013 Thread starter #7 zMagenta said: Click the 'SQL' tab and run in that SQL code I gave you. Screenshot me what the result is after you ran it. Click to expand... You must be registered for see links Upvote 0 Downvote
zMagenta said: Click the 'SQL' tab and run in that SQL code I gave you. Screenshot me what the result is after you ran it. Click to expand... You must be registered for see links
zMagenta Posting Freak Jul 15, 2011 1,414 682 Sep 16, 2013 #8 Matty2k7 said: You must be registered for see links Click to expand... Work now? Upvote 0 Downvote
Matty2k7 Member Jan 20, 2013 179 8 Sep 16, 2013 Thread starter #9 zMagenta said: Work now? Click to expand... Nope still doesnt work Upvote 0 Downvote