Friday 08 April 2011 5:24:07 am
In version 4.4 (and earlier) on line 113 of file kernel/classes/datatypes/ezimage/ezimagefile.php is a bug in the sql statement: The query uses mysql specific syntax "LIMIT 1" on the query, this will break when you use oracle as your database. For oracle this should read "AND ROWNUM = 1" to achieve the same effect. I tried to find a place to file bug reports but failed. So I hope some developer with commit rights finds this here. cheers, Frank
|