Bug #20321
closed
Can't select more than 139 fields in non_exclude_fields in be_groups
Added by Artem Matevosyan over 15 years ago.
Updated about 6 years ago.
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)
Hi! Now that you mentioned that hook, how do you use it in your scenario?
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
Problem Solved. Server issue
Resolved, no change required as requested by reporter.
- Status changed from Resolved to Closed
Also available in: Atom
PDF