![]() |
|
Fatal Error - my albums disappeared - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: General support (https://forum.zenphoto.org/forum-4.html) +--- Thread: Fatal Error - my albums disappeared (/thread-8550.html) |
Fatal Error - my albums disappeared - hannacharlotte - 2011-04-26 Dear all, Suddenly one of my albums didnt show any thumbnails but the text: 0 /var/www/ud04_131/html/zenphoto/zp-core/lib-Imagick.php(476): Imagick->pingimage('/var/www/ud04_1...')1 /var/www/ud04_131/html/zenphoto/zp-core/class-image.php(295): zp_imageIPTC('/var/www/ud04_1...')2 /var/www/ud04_131/html/zenphoto/zp-core/class-image.php(131): _Image->updateMetaData()3 /var/www/ud04_131/html/zenphoto/zp-core/class-image.php(42): _Image->_Image(Object(Album), '._vit_feidi_002...')4 /var/www/ud04_131/html/zenphoto/zp-core/class-album.php(456): newImage(Object(Album), '._vit_feidi_002...')5 /var/www/ud04_131/html/zenphoto/zp-core/class-album.php(386): Album->sortImageArray(Array, 'ID', 'DESC')6 /var/www/ud04_131/html/zenphoto/zp-core/class-album.php(538): Album->getImages(0, 0, 'ID', 'DESC')7 /var/www/ud04_131/html/zenphoto/zp-core/class-album.php(615) in /var/www/ud04_131/html/zenphoto/zp-core/lib-Imagick.php on line 476That would not go away and so I deleted this Album (to upload it again, later, of course. I am using the Default Theme and slightly modified it to my needs. Do you know any help? Fatal Error - my albums disappeared - acrylian - 2011-04-27 Our collegue kagutsuchi will probably be of help as he is the expert on the imagick stuff. Meanwhile try to use the GD libary instead. Fatal Error - my albums disappeared - hannacharlotte - 2011-04-27 Thank you! Fatal Error - my albums disappeared - acrylian - 2011-04-27 Imagick is a graphics libary installed on your server direclty, you can't delete it. You can switch on options > image to use the GD libary instead. (of course only if your server has that, too) Fatal Error - my albums disappeared - kagutsuchi - 2011-04-27 What image format are your images? If this just started happening out of the blue, I would guess that either Imagick, ImageMagick, or one of its image libs has been changed. You should ask your host if they have changed anything recently on your server. If so, then you should ask them to recompile Imagick against the current binaries on your server. The only other thing I can think of is that the error indicates that Imagick is trying to decode a temp version of the image. Maybe it would be enough to clear Or you could use GD if you have no need for Imagick, as said above. Fatal Error - my albums disappeared - hannacharlotte - 2011-04-28 I just deactivated ImageMagick in my ZenPhoto-Settings. And now everything looks normal again. |