Bug #37384
fields not shown
0%
Description
just tried to use the extension but the CE got no fields in the backend.
tested with a 4.6.0 and master
noticed also an error when trying to save a selected configuration inside a field
-----
#1: PHP Catchable Fatal Error: Argument 1 passed to Tx_Dce_Controller_DceController::getVDefValues() must be an array, string given, called in C:\xampp\htdocs\introductionpackage-4.6.0\typo3conf\ext\dce\Classes\Controller\DceController.php on line 129 and defined in C:\xampp\htdocs\introductionpackage-4.6.0\typo3conf\ext\dce\Classes\Controller\DceController.php line 254
---------
Updated by Armin Vieweg over 8 years ago
- Status changed from New to Needs Feedback
- Assignee set to Georg Ringer
Hey, could you provide some more informations?
It would be interesting to know:
- How the configuration in the dce field looks like
Wrong field configuration could be the reason for no fields in BE and the error in getVDefValues() method call.
Updated by Christian Knuth over 8 years ago
same problems here.
i got the same error message when trying to save something in header preview template (data[tx_dce_domain_model_dce][1][header_preview]).
i got this:
and my CE has also no fields in the backend... you asked how the dce field config looks like?!.. well, i left it empty like this:
because i do not know what to write in there.
maybe you have some example configs?
Updated by Armin Vieweg over 8 years ago
Hey Christian,
if you open the dropdown menu over the field configuration, you should see some examples. If you select one of them, it should be pasted to the textarea. Maybe there is a javascript issue under MacOs/Safari?
I try to reproduce your error message - but maybe just the empty field is the problem? ^^ I'll check it!
Updated by Armin Vieweg over 8 years ago
- Status changed from Needs Feedback to Accepted
- Assignee changed from Georg Ringer to Armin Vieweg
Ah yes... the empty configuration seems to be the problem!
I'll change something to avoid this bug.
Updated by Armin Vieweg over 8 years ago
- Status changed from Accepted to Resolved
Okay, I have fixed the error message. It should not appear anymore. But the reason for error is the wrong configured dce field config.
I have no mac, so I can't test if the samples from the dropdown doesn't work, but it seems that this is an issue. Could you make me a new ticket for that with maybe some javascript console informations (if there are errors)? That would be nice!
The bugfix is released under version 0.3.5, which should be available in TER soon.