Bug #13470
Cannot configure rules with ExtJS-based Extension Manager
| Status: | Closed | Start date: | 2011-03-01 | |
|---|---|---|---|---|
| Priority: | Must have | Due date: | ||
| Assignee: | Xavier Perseguers | % Done: | 100% |
|
| Category: | - | |||
| Target version: | 1.1.0 | |||
| Votes: | 0 |
Description
Using TYPO3 V4.5.2 with the new Extention Manager you cannot set the Configuration.
Fatal error: Call to a member function getPageRenderer() on a non-object in typo3_src-4.5.2/t3lib/class.t3lib_tceforms.php on line 2727
Switching back to "Classic" EM solves the Problem. Guess its due to this fancy tab-Boxes.
Related issues
| duplicated by Resize images automatically - Bug #31651: Cannot acccess plugin configuration through Extension Man... | Closed | 2011-11-07 |
History
Updated by Cédric Aellen almost 2 years ago
Hi,
How do I to switch back to "Classic" EM ?
P.S.
Thanks for the extension how looks very cool (but don't work on my install yet ;) )
Updated by Xavier Perseguers over 1 year ago
- Status changed from New to Accepted
I will take care of this ASAP. I had a look, I cannot do my EM trick anymore due to the way ExtJS-based EM works (additional JS in the ExtDirect GetExtensionConfiguration() is not interpreted).
I will have to create a standard backend module to manage the configuration.
Updated by Xavier Perseguers over 1 year ago
- Subject changed from Configuration fails with new EXT-Manager to Cannot configure rules with ExtJS-based Extension Manager
Updated by Xavier Perseguers over 1 year ago
- Status changed from Accepted to Resolved
- % Done changed from 0 to 100
Committed to trunk (rev. 53723)
Updated by Cedric Ziel over 1 year ago
The fix works like a charm! Maybe you could style this one a bit, but it works though.
Thanks for your contribution!
Updated by Xavier Perseguers over 1 year ago
OK. Thanks for testing. As such, I will release a new version soon.
Updated by Xavier Perseguers over 1 year ago
- Status changed from Resolved to Closed
- Target version set to 1.1.0
Updated by Xavier Perseguers over 1 year ago
@Cedric: seems that you experience this bug: #31697 and I guess I understand now why you wrote that it was ugly :)
I did not notice since I tested the backend module in TYPO3 4.6 only. As it was the same wizard code I had in EM, having it running again in a backend module let me think it was OK.