[Typo3-dev] mysql error in BE List module

Dennis Cheung hkdennis2k at gmail.com
Thu Dec 22 04:05:08 CET 2005


In my experience, it is cause my static import sql by typo3.
if the sql file contains DEFAULT value for AUTO_INCREMENT column.

the import will failed and no warning/error will given.

copy the sql from extension, delete default value of AUTO_INCREMENT,
and insert into db yourself.


Dennis

On 12/21/05, Christoph Koehler <christoph.koehler at gmail.com> wrote:
> On Wed, 21 Dec 2005 09:03:07 -0600, Wolfgang Klinger
> <wolfgang at stufenlos.net> wrote:
>
> >  Obviously your extension :-)
>
> No doubt! :)
>
> >  Edit t3lib/class.t3lib_db.php and set $debugOutput to "true" and you'll
> >  get a full error message in the backend.
>
> That actually didn't work. Setting the debug flag for SQL stuff in the
> install tool did the trick though.
>
> Thanks!
> _______________________________________________
> Typo3-dev mailing list
> Typo3-dev at lists.netfielders.de
> http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-dev
>




More information about the TYPO3-dev mailing list