![]() |
|
zenphoto 1.4.4 : images are not displayed in news/pages - 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: zenphoto 1.4.4 : images are not displayed in news/pages (/thread-10693.html) |
zenphoto 1.4.4 : images are not displayed in news/pages - vincent3569 - 2013-01-02 hi, I installed the zenphoto 1.4.4 release (as usual, thanks for the really great job). In news and pages, images from my gallery are not displayed. I tried to do some debug, that you can see here : http://dev.vincentbourganel.fr/zp-core/i.php?a=images/photos-du-mois&i=img_4545.jpg&s=500&wmk=!&debug Both, I have this message : Quote:Zenphoto Image Processing Error: Forbidden(2) zenphoto 1.4.4 : images are not displayed in news/pages - acrylian - 2013-01-02 Permission errors in your server log maybe? Safari reports: zenphoto 1.4.4 : images are not displayed in news/pages - vincent3569 - 2013-01-02 unfortunatly, I have no error anywhere. zenphoto 1.4.4 : images are not displayed in news/pages - acrylian - 2013-01-02 I have no idea. It works fine on our server (And that is a bit difficult wiht permissions as well). zenphoto 1.4.4 : images are not displayed in news/pages - sbillard - 2013-01-02 This is an error in calling the image processor. There is a security change in 1.4.4 to prevent a denial of service attack instituted by the atacker generating i.php url requests. If you have "captured" an i.php url in your database you will have to re-edit that item to get a new url. (BTW, you really don't want to capture image URLs until they have been cached--otherwise the url will never change from the image processor.) zenphoto 1.4.4 : images are not displayed in news/pages - vincent3569 - 2013-01-02 hi I tried to insert the image again, still with Zp icone of TinyMCE. see the example here : http://dev.vincentbourganel.fr/index.php?p=news&title=photo-du-mois-decembre-2012 (the first link to the image). zenphoto 1.4.4 : images are not displayed in news/pages - acrylian - 2013-01-02 All works for me: http://www.zenphoto.org/pages/testpage zenphoto 1.4.4 : images are not displayed in news/pages - vincent3569 - 2013-01-02 ok, but on my website, it doesn't work, and maybe, for many other users :-s zenphoto 1.4.4 : images are not displayed in news/pages - sbillard - 2013-01-02 How about the url: that one is not security protected so it must be from before the 1.4.4 release. It will cause the forbidden error. There may be a different reason for the first image not rendering. zenphoto 1.4.4 : images are not displayed in news/pages - vincent3569 - 2013-01-03 hi sbillard.
I have the issue with older link to the image, but I have the but issue too with the new code generated... I have no problem of image in gallery part. Maybe, there is a problem with ZP extention of TinyMCE ? zenphoto 1.4.4 : images are not displayed in news/pages - acrylian - 2013-01-03 Indeed I can confirm the bug, it is only happening on the custom size option. All others seem to work fine: I have created a ticket. zenphoto 1.4.4 : images are not displayed in news/pages - vincent3569 - 2013-01-03 thanks acrylian |