Search…

X3 Photo Gallery Support Forums

Search…
 
FrederikFuchs
Topic Author
Posts: 13
Joined: 11 Jun 2013, 09:41

image resize error

19 Nov 2014, 16:18

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 ?
 
User avatar
mjau-mjau
X3 Wizard
Posts: 13998
Joined: 30 Sep 2006, 03:37

Re: image resize error

20 Nov 2014, 00:26

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.