Actions
Bug #20321
closedCan't select more than 139 fields in non_exclude_fields in be_groups
Start date:
2009-04-17
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.2
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Can't select more than 139 fields in non_exclude_fields in be_groups. The selected item are just trimmed off to 139. This value is taken from pre process datamap hook function.
(issue imported from #M10922)
Updated by Oliver Hader over 15 years ago
Hi! Now that you mentioned that hook, how do you use it in your scenario?
Updated by Artem Matevosyan over 15 years ago
I set the classref in lcalhost.php. In the class I define:
function processDatamap_preProcessFieldArray($incomingFieldArray, $table, $id, $obj) {
t3lib_div::debug(count($incomingFieldArray['non_exclude_fields']));
}
And... Ooops.. If I unset say tables_modify, 164 fields are recieved. Could this be server issue? max_post_size is set to 64M in php.ini
Updated by Christian Kuhn over 15 years ago
Resolved, no change required as requested by reporter.
Actions