[TYPO3-dev] typo3 4.1 RC2 - EM not working anymore?

Franz Koch typo at fx.MINUS.graefix.DOT.de
Thu Feb 22 17:28:53 CET 2007


> Can anybody else confirm this or is something wrong with my installation?

Just found the bug - a incorrect SQL statement on my MySQL 4.1.14 as it seems. In class.em_xmlhandler.php line 74:

----Current - not working---------
	$where.= ' AND NOT reviewstate < 0';
----------------------------------

----working-----------------------
	$where.= ' AND reviewstate >= 0';
----------------------------------

that way it works. Is this related to the MySQL-Version or a general bug in the syntax? I'm no MySQL expert. If anybody confirms this as a bug I'll add it to bugtracker with hopefully the right settings for 4.1 branch.

-- 
Kind regards,
Franz Koch




More information about the TYPO3-dev mailing list