Actions
Bug #80109
closedFE-User Mapping during creation brocken - Opps error with Invalid enumeration
Status:
Closed
Priority:
Must have
Assignee:
-
Category:
Extbase
Target version:
-
Start date:
2017-03-03
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
7
PHP Version:
5.6
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
Short problem description
Oooppps error, with enumeration
I am just getting the following error: when trying to submitt a registration to sf_event_mgmt.
Invalid value "" for enumeration "TYPO3\CMS\Core\DataHandling\TableColumnType"
The Error log shows
Core: Exception handler (WEB): Uncaught TYPO3 Exception: #1381512761: Invalid value "" for enumeration "TYPO3\CMS\Core\DataHandling\TableColumnType" | TYPO3\CMS\Core\Type\Exception\InvalidEnumerationValueException thrown in file /var/www/vhosts/mydom.tld/httpdocs/typo3_src-7.6.16/typo3/sysext/core/Classes/Type/Enumeration.php in line 53. Requested URL: http://mydom.tld/de/veranstaltungen/anmeldung/?tx_sfeventmgt_pievent%5Bevent%5D=10&tx_sfeventmgt_pievent%5Baction%5D=saveRegistration&tx_sfeventmgt_pievent%5Bcontroller%5D=Event&cHash=af9c310b3e62ecd19cb1444e47be5a95
The problem arose during the execution of sf_event_mgmt, but according the attached dev_log backtrace this is not the reason.
The error also arose when invoking femanager in the backend
Attached the devlog as well as the TCA.
Files
Updated by Kurt Ludikovsky about 8 years ago
Problem solved!
It's been the extentsion sav_library_example8.
I dumped the variables at the location where the empty value arose with
highlight_string("<?php\n\$data =\n" . var_export($tcaColumnsDefinition, true) . ";\n?>");
and found the 'offender'
Issue can be closed.
Actions