Hello everybody,
when I click on the Request Publication button I get a server error with the follow error description. Could somebody give me a little advice on that:
500//ERROR [Notice]: Undefined index: WorkflowComment
IN POST /admin/EditForm
Line 96 in /usr/local/src/silverstripe-v2.4.0-alpha1/cmsworkflow-v1.0-rc2/code/LeftAndMainCMSWorkflow.php
Source
======
87: RSSFeed::linkToFeed(Director::absoluteURL('admin/cms/changes.rss'), 'All content changes');
88: }
89:
90: // Request
91:
92: /**
93: * Handler for the CMS button
94: */
95: public function cms_requestpublication($data, $form) {
* 96: return $this->workflowAction('WorkflowPublicationRequest', 'request', $data['ID'],
$data['WorkflowComment']);
97: }
98:
99: public function cms_requestdeletefromlive($data, $form) {
100: return $this->workflowAction('WorkflowDeletionRequest', 'request', $data['ID'],
$data['WorkflowComment']);
101: }
102:
<ul>LeftAndMainCMSWorkflow->cms_requestpublication(Array,Form,SS_HTTPRequest)
call_user_func_array(Array,Array)
line 556 of Object.php
Object->__call(cms_requestpublication,Array)
KigaMain->cms_requestpublication(Array,Form,SS_HTTPRequest)
line 292 of Form.php
Form->httpSubmission(SS_HTTPRequest)
line 135 of RequestHandler.php
RequestHandler->handleRequest(SS_HTTPRequest)
line 152 of RequestHandler.php
RequestHandler->handleRequest(SS_HTTPRequest)
line 150 of Controller.php
Controller->handleRequest(SS_HTTPRequest)
line 282 of Director.php
Director::handleRequest(SS_HTTPRequest,Session)
line 127 of Director.php
Director::direct(/admin/EditForm)
line 122 of main.php
</ul>