The table name for profile fields in DB is profile_fields. But there is an
error in YumProfileFieldsGroup model on line 42;
$this->_tableName = '{{profile_fields_group}}';
should be changed;
$this->_tableName = '{{profile_fields}}';
Original issue reported on code.google.com by sanc...@gmail.com on 11 Jun 2011 at 11:45
Original issue reported on code.google.com by
sanc...@gmail.com
on 11 Jun 2011 at 11:45Attachments: