Bug #29374
ActionController doesn't initialize Errors correctly
| Status: | Resolved | Start date: | 2011-08-31 | |
|---|---|---|---|---|
| Priority: | Should have | Due date: | ||
| Assignee: | Bastian Waidelich | % Done: | 100% |
|
| Category: | MVC | |||
| Target version: | TYPO3 Flow Base Distribution - 1.0 beta 2 | |||
| PHP Version: | Complexity: | |||
| Has patch: | FLOW3 version affected: | |||
| Votes: | 0 |
Description
The ActionController doesn't use the correct controller API in
getErrorFlashMessage(), arguments are not passed to the error FlashMessage resulting in the following message:
An error occurred while trying to call %1$s->%2$s()
As work around you can override the method getErrorFlashMessage() in your controller.
History
Updated by Bastian Waidelich over 1 year ago
- Status changed from Accepted to Resolved
- % Done changed from 0 to 100
Applied in changeset ba62d0b91bb5140edc619332e0856deb73584442. (see https://review.typo3.org/#change,4693)