Page 1 of 1

image resize error

Posted: 19 Nov 2014, 16:18
by FrederikFuchs
after ftp-uploading images to a new folder i decided to move the folder somwhere else.

when checkin the frontend i got following error:
Code
8 getimagesize(): Read Error!

File: var/www/vhosts.............app/parser/slir/slirimage.class.php Line 405 
after re-upload all seems fine now. So maybe there was some background-process (resizing ?) during the folder-move that caused to interrupt and break things apart ?

Re: image resize error

Posted: 20 Nov 2014, 00:26
by mjau-mjau
Hard to say without access, but I am guessing it is related to cache ... X3 creates PHP template files in the cache from when pages are created- or modified. If you remove folders/files by FTP without modifying anything, chance is the cached template files are stale and may contain references to images that don't exist.

Try to make a small update to the page data file (page.yml) next time, and see if that changes anything as it would refresh the page's cache.