I get the same thing....and when I tried to create a new user directly from the phpbb forum I got "Could not insert data into users table".....
OK, so then I try editing the Your_Account index.php lines where it spits out _ERROR to print out the error.
code was:
|
Code:
|
echo ""._ERROR."
"; |
code changed to:
|
Code:
|
print (mysql_error());
echo ""._ERROR."
"; |
So instead of just the _ERROR, I get this:
|
Quote:
|
|
Column count doesn't match value count at row 1_ERROR
|
OK, now I'm lost again. I checked Nukecops but all they say about it really is to modify the code to display the error (always a good idea). Then have a blurb after the help on what lines of code to change:
|
Originally Posted by chatserv
|
|
This will not fix the error but it will tell you what is wrong, usually a mismatch between the users table and the FinishNewUser function. Most of the time people that get this last error are those that have installed the phpBB port and they get it because they fail to upload all files that come with the port.
|
http://nukecops.com/postt518.html
Is the error I am getting a mismatch between the users table and the FinishNewUser function? If so, I still haven't much of a clue as to how to fix it. :roll: