i found many pages cut off specially if in the text are multipe spaces (what my users sometimes typed in).

I did not found until now the responsible line of code.

(just want to let you know).

Comments

ishanmahajan’s picture

Hi,

Are you sure the text is being cut off when multiple spaces are encountered? Can you please share a portion of text that is being cut off.

Also, please check the value of the group_concat_max_len MYSQL server variable. Having a low value for this may result in content being cut off after a number of words.

Regards,
Ishan

Thomas_Zahreddin’s picture

Status: Active » Fixed

you are right:

reponsible was the value of group_concat_max_len of the MYSQL-server: default is 1024 Bytes! that's 1k

so many thanks for your help.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

Thomas_Zahreddin’s picture

Title: cut off body-text » concatenation of tt_content rows for pages
Version: 6.x-1.2 » 7.x-1.x-dev
Category: bug » feature
Priority: Major » Normal
Status: Closed (fixed) » Active

hi,

the actual solution to delegate the concatenation of rows to the database only works with MySQL (as described on
http://drupal.org/node/1012810 )

i just checked http://wiki.typo3.org/System_requirements and found that TYPO3 can also use more databases, so there seems to be a need to take care of the other possible databases too.