Tuesday 25 November 2003 12:14:54 am
Yes, what we are referring to is the upload of new images. ez does not upload them!
Surely, there is something amiss. The installation
found ImageMagick as expected. Every directory in var has 777 mode.
The debug output reports no error when an image is created.
When we try to display it, we have the following debug text: Warning: eZImageShell::run Nov 25 2003 10:36:46 Failed executing: /usr/local/bin/convert -geometry "150x150>" var/news/storage/reference/image//phpaXuBEC.jpg jpg:var/news/storage/variations/image/p/h/p//phpaXuBEC_150x150_136.jpg, Err: , Ret: 1 Warning: PHP Nov 25 2003 10:36:46 getimagesize(var/news/storage/variations/image/p/h/p/phpaXuBEC_150x150_136.jpg): failed to open stream: No such file or directory in /usr/local/apache2/ezpub/kernel/classes/datatypes/ezimage/ezimagevariation.php on line 276
The problem, we think, is not in convert, but in
its input file: var/news/storage/reference/image//phpaXuBEC.jpg which does not exist.
Moreover, the name fragment
...image//phpa...
maybe should be ...image/p/h/p/phpa... or not? In the upload phase we have the warning: Warning: PHP Nov 25 2003 10:43:40 Uninitialized string offset: 0 in /usr/local/apache2/ezpub/kernel/common/ezurloperator.php on line 189
which may signal some deficiency. We tried
to correct the PHP code (moving lines 195-196)
before the 189; this eliminates the warning, but does not solve the problem Maybe this is a signal of the p/h/p missing problem?
Has anybody tried our verion of PHP (4.3.3.) ? Any unexpected behaviour? [many] Thanks In Advance
|