View previous topic :: View next topic |
Author |
Message |
ChrisM2 -
Joined: 27 Apr 2006 Posts: 85 Location: Oklahoma City
|
Posted: Fri May 05, 2006 5:22 pm Post subject: phpBB registration |
|
|
Could not insert new confirm code information
DEBUG MODE
SQL Error : 1406 Data too long for column 'code' at row 1
INSERT INTO phpbb_confirm (confirm_id, session_id, code) VALUES ('63c5647425b16420c3f1ed6c1ddd12ba', 'bd6fc666c8ce23fecc072201804c96a1', '1D6E4A38ED')
Line : 1002
File : usercp_register.php
This is the error message i get when i try to register a user |
|
Back to top |
 |
 |
AbyssUnderground -
Joined: 31 Dec 2004 Posts: 3855
|
Posted: Fri May 05, 2006 5:25 pm Post subject: |
|
|
Not sure what is causing this. As this isnt related to Abyss can I suggest you browse/post on the phpBB.com forums and see if you can find the cure for the problem. If you get nothing there, come back and we will see what we can do. _________________ Andy (AbyssUnderground) (previously The Inquisitor)
www.abyssunderground.co.uk |
|
Back to top |
|
 |
ChrisM2 -
Joined: 27 Apr 2006 Posts: 85 Location: Oklahoma City
|
Posted: Fri May 05, 2006 5:30 pm Post subject: ok |
|
|
ahh, ok, np, i'll check..my mind wasn't in the right place......or forum :) |
|
Back to top |
 |
 |
abyssisthebest -
Joined: 30 Jun 2005 Posts: 319 Location: Boston, UK
|
Posted: Fri May 05, 2006 10:14 pm Post subject: |
|
|
This is because of the code column in the table is not long enough for the data. PHPBB does not check the lengths of the fields, so i would go into phpmyadmin and change the length of the column to 1 or 2 more and see if that helps, if not keep increasing the value untill the error goes away or changes. _________________ My online Portfolio |
|
Back to top |
|
 |
|