Can I first say how awesome this component is? I'm completing my first implementation now and this thing rocks!
However, I've run into a couple of snags, one of which is with Community Builder. It works great with the default fields. But if fields are added after creating a slave site, something like this will appear when trying to add data to those fields:
| Code: |
moscomprofiler::store failed: Unknown column 'cb_address' in 'field list' SQL=UPDATE `grp_comprofiler` SET `user_id`=65,`firstname`='Firstname',`lastname`='Lastname',`hits`='0',`message_last_sent`='0000-00-00 00:00:
00',`message_number_sent`='0',`avatarapproved`='1',`approved`=1,`confirmed`=1,`registeripaddr`='72.201.79.161',`cbactivation`='',`banned`='0',`acceptedterms`='0',`lastupdatedate`='2009-11-11 07:50:
16',`jboloallowall`='0',`cb_address`='123 Some Pl.',`cb_city`='',`cb_state`='',`cb_postalcode`='',`cb_country`='',`cb_homephone`='',`cb_celphone`='' WHERE id='65'
|
I have tried adding fields from the master site and the slave site, but it looks like something isn't talking somewhere. I've also tried it with third-party plug-ins disabled. The fields update across the sites in the admin back-end correctly (i.e. I can see the fields I created in the master site appear in the slave site).
Does the CB database need to be completely designed before creating slave sites?
Thanks again!