[TYPO3-core] FW: Bugfix advice, sys_log data field too small

Dubelaar, Bart bart.dubelaar at logica.com
Thu Aug 9 11:02:47 CEST 2012


Hi Steffen,

Thanks for the advice. I have committed a patch for 6.0: https://review.typo3.org/#/c/13531/
I already had the fix running in a small extension for 4.5, just like you suggested.

Kind regards,
Bart


> -----Original Message-----
> From: typo3-team-core-bounces at lists.typo3.org [mailto:typo3-team-core-
> bounces at lists.typo3.org] On Behalf Of Steffen Müller
> Sent: dinsdag 7 augustus 2012 12:46
> To: typo3-team-core at lists.typo3.org
> Subject: Re: [TYPO3-core] FW: Bugfix advice, sys_log data field too
> small
> 
> Hi.
> 
> On 07.08.2012 10:56 Dubelaar, Bart wrote:
> >
> > I need some advide on how to solve this bug:
> http://forge.typo3.org/issues/38403
> > The current field size is way to small, so it needs to be changed to
> a different format, e.g. TEXT.
> > Are there any drawbacks if the field would be changed to TEXT?
> >
> 
> I don't see any.
> the table structure is set in t3lib/stddb/tables.sql
> 
> Just create a patch which change the field type. Should be based on
> master branch and then send to gerrit. For help read this:
> http://wiki.typo3.org/Contribution_Walkthrough_Tutorials
> 
> I fear this change will be allowed only in master. It would demand
> users
> to apply changes using the install tool within a patch level release.
> 
> But you can create an extension to backport the change to versions <6.0
> 
> Add this to ext_tables.php of your extension
> 
> #
> # Table structure for table 'sys_log'
> #
> CREATE TABLE sys_log (
>   log_data text,
> )
> 
> 
> (should work, but in fact untested)
> 
> --
> cheers,
> Steffen
> 
> TYPO3 Blog: http://www.t3node.com/
> Twitter: @t3node - http://twitter.com/t3node
> _______________________________________________
> Before posting to this list, please have a look to the posting rules
> on the following websites:
> 
> http://typo3.org/teams/core/core-mailinglist-rules/
> http://typo3.org/development/bug-fixing/diff-and-patch/
> _______________________________________________
> TYPO3-team-core mailing list
> TYPO3-team-core at lists.typo3.org
> http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-team-core


Think green - keep it on the screen.

This e-mail and any attachment is for authorised use by the intended recipient(s) only. It may contain proprietary material, confidential information and/or be subject to legal privilege. It should not be copied, disclosed to, retained or used by, any other party. If you are not an intended recipient then please promptly delete this e-mail and any attachment and all copies and inform the sender. Thank you.




More information about the TYPO3-team-core mailing list