Project

General

Profile

Actions

Bug #20321

closed

Can't select more than 139 fields in non_exclude_fields in be_groups

Added by Artem Matevosyan about 15 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Should have
Category:
-
Target version:
-
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)

Actions #1

Updated by Oliver Hader about 15 years ago

Hi! Now that you mentioned that hook, how do you use it in your scenario?

Actions #2

Updated by Artem Matevosyan about 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

Actions #3

Updated by Artem Matevosyan about 15 years ago

Problem Solved. Server issue

Actions #4

Updated by Christian Kuhn about 15 years ago

Resolved, no change required as requested by reporter.

Actions #5

Updated by Benni Mack over 5 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF