Fatal Error UnableToOpenBlob `/usr/local/zend/tmp/magick-XXI

Questions and postings pertaining to the development of ImageMagick, feature enhancements, and ImageMagick internals. ImageMagick source code and algorithms are discussed here. Usage questions which are too arcane for the normal user list should also be posted here.
Post Reply
Oleksandr

Fatal Error UnableToOpenBlob `/usr/local/zend/tmp/magick-XXI

Post by Oleksandr »

I am running Zend Server on Ubnutu, php version 5.3.3. I installed imagemagick in that way: apt-get install php-5.3-extra-extensions-zend-server. The Image seems to working, and php.ini it shows supporting by imagick of all formats, all class installed. version of imagick 6.3.7.
And The problem is: when I am trying to read svg text like this $imSvg->readImageBlob($svg); and it generate following error: "UnableToOpenBlob `/usr/local/zend/tmp/magick-XXIpqQxS': No such file or directory". I had a look at that folder, imagick generates that kind of files, but precisely such I haven't found. Permissions to the folder are set correctly. Other imagick functions seems to work fine. This script works fine in other servers, so problem seems to be in my instalation.

Any ideas? Thanks.
Post Reply