[Typo3] Blog and Send-a-card extensions don't work with MySQL 4.1.x
Dmitrii Dimandt
dmitriid at gmail.com
Mon May 9 16:44:21 CEST 2005
> For both
> ee_blog
> sr_sendcard
> the records do not show up in the backup and consequently not in the
> frontend. Doing a raw search in the database fields via backend
> doesn't turn up any records either, but shows the error:
>
> Warning: mysql_fetch_row(): supplied argument is not a valid MySQL
> result resource in /typo3_src-3.7.0/t3lib/class.t3lib_db.php on line
> 753
I've had similar problems with other extensions, as well. For some
reason the following MySQL statements no longer work:
CREATE/ALTER with values uid PRIMARY KEY DEFAULT '0' AUTOINCREMENT
you have to manually remove the DEFAULT '0' part and run the query
again in the phpMyAdmin. After that everything works ok
More information about the TYPO3-english
mailing list