TalkHardRandy
08-11-2002, 04:15 AM
Okay, I have resolved this but I need to understand why I was getting it in the first place.
I attempted to add a forum to by board & recieve the following error:
mysql error: Column count doesn't match value count at row 1
mysql error number: 1136
script: http://www.talkhardonline.com/forum/forum/admin/forum.php
All I had added was a single hack which threw an extra value in there. Once I removed that, it worked again. I have talked with the hack creator who says they didn't have any problems with theirs. And as a test, I removed another value, place his back into it, and ran the query again - IT WORKED!
Is there a limit on the number of values you can pass via a MySQL query within PHP? And does that question even make sense?
I attempted to add a forum to by board & recieve the following error:
mysql error: Column count doesn't match value count at row 1
mysql error number: 1136
script: http://www.talkhardonline.com/forum/forum/admin/forum.php
All I had added was a single hack which threw an extra value in there. Once I removed that, it worked again. I have talked with the hack creator who says they didn't have any problems with theirs. And as a test, I removed another value, place his back into it, and ran the query again - IT WORKED!
Is there a limit on the number of values you can pass via a MySQL query within PHP? And does that question even make sense?