| 
                                                             Saturday 13 December 2003 1:27:44 pm 
                                                            
                                                            
                                                                 ... a small bug report here, because - as far I can see - the image system changed in 3.3 completely. (I am using 3.2.3) -> I deleted the "variation" dir and "reference" dir. No images were created. Then I found out, that the system didn't check, if the reference dir exists. A variation can ONLY be created from the reference file an not from the original, if the reference doesn't exist. Another thing: ezimageshell.php, method "run": I found out, that at some images, my exec-string (to call convert.exe) contains sometimes multiple slashes in the image-path, moreover - I use windows - the exec-path to convert.exe contains a "/convert.exe" So, very dirty, quick hack: ezimageshell.php: line 311, add: 
$execstr = str_replace ("//", "/",$execstr); 
if ( substr( php_uname(), 0, 7 ) == "Windows" ) 
 	$execstr = str_replace ("/convert", "\convert", $execstr); 
  But at the moment, I still don't know, at which cases the Image-Size Settings of site.ini and image.ini are used. (Both are still present in the ezimage.php) To be at the secure site: Set the entries in both files. 
Kind regards, Emil.                                                             
                                                                                                                            Best wishes, 
Georg. 
 
-- 
http://www.schicksal.com Horoskop website which uses eZ Publish since 2004
                                                                 
                                                                                                                                                                                 |