Project

General

Profile

Actions

Bug #21462

closed

cache_extensions.authorcompany field too small

Added by Michiel Roos about 15 years ago. Updated over 11 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2009-11-05
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
4.2
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

The cache_extensions.authorcompany field is too small.

This leads to warnings on non mysql db's:

Warning: ociexecute() [function.ociexecute]: ORA-12899: value too large for column "TYPO3TEST"."cache_extensions"."authorcompany" (actual: 115, maximum: 100) in /var/www/sources/typo3_src-4.2.10/typo3/sysext/adodb/adodb/drivers/adodb-oci8.inc.php on line 1026

Please change the field definition in t3lib/stddb/tables.sql into:
authorcompany varchar(150) NOT NULL default '',

(issue imported from #M12473)


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #21379: cache_extensions.authorname too smallClosed2009-10-27

Actions
Actions

Also available in: Atom PDF