This site has been archived. To learn more about our current products Ibexa Content, Ibexa Experience, Ibexa Commerce head over to the Ibexa Developer Portal
Friday 08 April 2011 2:24:07 pm - 2 replies
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
Friday 08 April 2011 3:37:30 pm
It's fixed in 4.5.
I'm sure the fix works on previous versions: https://github.com/ezsystems/ezpu...cbb18a46d7635be34a532029206ba42a489c
Public issue: http://issues.ez.no/018040
You must be logged in to post messages in this topic!