Project

General

Profile

Actions

Bug #19213

closed

Its not possible to save sys_templates bigger than 64KB

Added by Sven Juergens over 16 years ago. Updated over 13 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2008-08-12
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
4.1
PHP Version:
5.0
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

In the Setup field in the Backend it's not possible to save data bigger than 64KB, if you have more than 64KB, its cut off. Anymore there are no warnings, that is data can't save to DB.

It's possible that the function processAccordingToConfig(&$value,$fInfo) {

...
case 'blob':
$value = substr($value,0,65536);
...
}
in class.t3lib_sqlengine.php
it's the reason for that?

(issue imported from #M9158)

Actions

Also available in: Atom PDF