View Single Post
  #18  
Old 09-12-2009, 01:50 AM
jthm0138 jthm0138 is offline
Member
 
Join Date: Jun 2009
Posts: 11
Credits: 330
jthm0138
Default RE: JOOMLA Intergration

Ok... So I have been using joomla for about 3 years now, and am relatively familiar with is operation.
I must admit I am new to jFusion, but have gotten PHPbb, vBulletin, and a few others set up correctly so far when playing around with it. However when I setup the grove plugin and try to sync users they all get the following error:

Code:
Error while creating the userDB function failed with error number 1136<br /><font color="red">Column count doesn't match value count at row 1 SQL=INSERT INTO adopts_users VALUES ('', 'username', 'passwordhash','email@url.com','3','1', '2009-09-11', '0','','','','','','0','0')</font>
Now I am semi familiar with PHP and SQL and I am pretty sure this error happens when you have too many or too few fields, but I could not find the error in the code.... any help? Please?
Reply With Quote