[TYPO3-project-4-3] Announcing TYPO3 4.3.1

bob wild rowild at gmx.net
Sun Jan 17 15:25:32 CET 2010


Hi,

I have no idea to where I should send this - so I post it with your message.

It happens every once in a while taht table definitions should be 
updated. In the installation tool several errors can be found and most 
of them are due to a mistake that is described here.

http://www.mydigitallife.info/2007/07/09/mysql-error-1170-42000-blobtext-column-used-in-key-specification-without-a-key-length/

In my case these tables where affected:
cachingframework_cache_hash_tags
sys_registry
sys_refindex
cachingframework_cache_pages_tags
cachingframework_cache_pagesections_tags

Contrary to the article it is not necessary to change the type from text 
to VARCHAR(80), but to add a number in the KEY definitions.

E.G: the following thorughs an error:

ALTER TABLE sys_registry ADD UNIQUE entry_identifier 
(entry_namespace,entry_key(256));

The next is accepted:

ALTER TABLE sys_registry ADD UNIQUE entry_identifier 
(entry_namespace(256),entry_key(256));

Of course, if you the go into the install tool and click comare, it will 
still suggest to alter tables.

I wonder if this is sth that could be corrected in general or if there 
are MySQL version differences that lead to troubles like this.

Thanks!
Robert

> Dear TYPO3 community,
>
> The TYPO3 core team has just released TYPO3 version 4.3.1, which is now
> ready for you to download. It is a maintenance release of the current
> stable branch 4.3 and contains bugfixes and security fixes.
>
> IMPORTANT:
> This version includes important security fixes to the TYPO3 core. A
> security announcement has just been released:
>    http://typo3.org/teams/security/security-bulletins/typo3-sa-2010-001/
>
> TYPO3 4.3.1 can be downloaded via:
>    http://typo3.org/download/packages/
>
> Please check out the release notes and changelog for a full list of new
> features and improvements:
>    http://news.typo3.org/news/article/typo3-431-released/
>
> MD5 checksums:
> e404c1da2ce4e1da0dc0e65aa6908702  dummy-4.3.1.tar.gz
> ee40f70df85425f4a732d797c0089d88  dummy-4.3.1.zip
> f4a5ba3d8445b9c63b4b67034faae967  typo3_src-4.3.1.tar.gz
> 510b869f28f69de60a334318bd69ffae  typo3_src-4.3.1.zip
> b927670bbf509f246c57ab04f19f2431  typo3_src+dummy-4.3.1.zip
>
>
> Rock on!
> Olly



More information about the TYPO3-project-4-3 mailing list