I installed legacydatetimefields. I placed CMS Workflow-v1.0-rc4 in the root directory. Put the two-step decorators in the mysite\_config.php when I run the dev/build?flush=all I see (in green) where it builds tables etc.. I see(in blue) where the fieldmember.classname gets changed.
Then I run into a big USER NOTICE
[User Notice] Group::addToGroupByName is deprecated. Please use $member->addToGroupByCode($groupcode)
Source
177 }
178
179 return $labels;
180 }
181
182 /**
183 * @deprecated 2.5
184 */
185 public static function addToGroupByName($member, $groupcode) {
186 user_error('Group::addToGroupByName is deprecated. Please use $member->addToGroupByCode($groupcode)', E_USER_NOTICE);
187
188 return $member->addToGroupByCode($groupcode);
189 }
190
191 /**
192 * Overloaded getter.
I can rebuild without cmsworkflow and get it working again but a reinstall does not show the same errors yet I can not edit the pages in the cms after that.
Any Ideas?
Thank you,
KS