Bug #34778
Fatal error: Call to a member function getLayoutColumns()
| Status: | Closed | Start date: | 2012-03-13 | |
|---|---|---|---|---|
| Priority: | Must have | Due date: | ||
| Assignee: | Jo Hasenau | % Done: | 0% |
|
| Category: | - | Spent time: | - | |
| Target version: | - | |||
| TYPO3 Version: | PHP Version: | |||
| Votes: | 0 |
Description
When I add a content element in a backend layout, and switch the type to 'grid element' and save I get the following error. WHen inserting the element through the add icon on the page view it does work.
Fatal error: Call to a member function getLayoutColumns() on a non-object in typo3conf/ext/gridelements/lib/class.tx_gridelements_tcemainhook.php on line 406
History
Updated by Jo Hasenau about 1 year ago
- Status changed from New to Resolved
- Assignee set to Jo Hasenau
- Priority changed from Should have to Must have
I guess you got an old version, since this bug has been fixed a few days ago.
There is no line 406 in the current version and in trunk.
Updated by Rik Willems about 1 year ago
- Status changed from Resolved to Closed
An update of the extension fixed this. What a few days difference can do!
Thanks for the quick response.