[Typo3] th_mailformplus Installation Error

Sean Ellis sellis at telus.net
Tue Oct 25 22:04:48 CEST 2005


Dmitrii Dimandt wrote:
> During installation the following message appears:
> 
> SQL engine parse ERROR: Field type unknown!: near "datetime default
> '0000-00-00 00:00:00' "
> 
> Same for previous version. Is this solvable?

I _think_ that this might be a result of your mysql version.

Load the sql via the mysql console like so,

  mysql> source ./ext_tables.sql;

( get here: TYPO_DIR/typo3conf/ext/th_mailformplus/ext_tables.sql )


The failed install attempt may have CREATE'd the first table in the sql 
file successfully, so you may want to check for this, possibly dropping 
the table or commenting out that portion of the sql file, to enjoy a 
smooth,and error free result,


cheers,

Sean

-- 
And Lucy, dear child, mind your arithmetic...  What would
life be without arithmetic, but a scene of horrors?
                                        Syndey Smith, 1835



More information about the TYPO3-english mailing list