[TYPO3] Include static (from extensions) not more than 20?

Christopher Schnell typo3 at mda.ch
Fri Apr 11 13:50:50 CEST 2008


Hi Florian (and of course Dimitry),

thanks for your excellent explanation of this issue. I did as Dimitry 
suggested (and it works), but the other solution would be to increase 
the DB-column from tinyblob to blob. Right?

Anyway thanks a lot for your help.

Regards,
Christopher.

Florian Schaeffer schrieb:
> as Dmitry already pointed out, a solution would be to include the 
> templates in a template and include this one to the main template.
>
> Reason for this ist the size of the DB-column in which the id's of that 
> templates are stored. If you attach templates to another template, their 
> template-id is simply added to the list of attached templates, separated 
> by ,
>
> e.g.
>
> Main template id is 1
> sub1 id is 2
> sub2 id is 3
> sub3 id is 4
>
> so in the template record 1 the field basedOn is filled with 2,3,4
>
> As the column basedOn is defined as a tinyblob there is a limitation on 
> the DB side for adding new entries to that list...
>
> MySQL says:
> TINYBLOB, TINYTEXT 	L+1 Byte, L  < 2^8 = 256
>
> I don't know whether there is another limitation build into TYPO3-core 
> but I encountered the same problem when trying to manage user rights. 
> After a certain amount it is impossible to add more rights to a group / 
> user. Same solution as above, define subgroups and nest them ...
>
> HTH
> Florian
> _______________________________________________
> TYPO3-english mailing list
> TYPO3-english at lists.netfielders.de
> http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english
>
>   



More information about the TYPO3-english mailing list