Hello
Yesterday have I uploaded some pictures from my Holyday and after upload on some pictures become an error picture see attachment.
And when am trying to preload site object it say that can’t write to ../content/site.joson .
X3 Photo Gallery Support Forums
Galaxy/Android smartphone? I did some research, and it seems this is a new PHP GD image-resize issue related to images from some specific new smartphones. See these posts:netopir wrote:Yesterday have I uploaded some pictures from my Holyday and after upload on some pictures become an error picture see attachment.
gd.jpeg_ignore_warning=1ini_set('gd.jpeg_ignore_warning', 1);This is unrelated. You mean it worked before? It basically means that the PHP script does not have permission to write to that file. Log in by FTP and check if file exists and is writeable, and if the "content" folder is writeable. If you have a link, I can check diagnostics.netopir wrote:And when am trying to preload site object it say that can’t write to ../content/site.joson .
For FTP? I found login to panel in a previous PM, but not FTP. Help me help you by being more specific: 1) FTP 2) Url to where I can see the issue 3) Answering my question if it was a samsung/galaxy type phone.netopir wrote:You have already the login data from the past.
On most servers, including yours, one is not allowed to change this in runtime:Version Description
7.1.0 The default of gd.jpeg_ignore_warning has been changed from 0 to 1.
ini_set( 'gd.jpeg_ignore_warning', true );gd.jpeg_ignore_warning = 1;