Posts: 109
Threads: 7
Joined: Nov 2012
Hi there,
what can be reasons for the error message "invalid dest image", when having a look at the uploaded thumbnails via file browser?
Alex
Posts: 6,266
Threads: 181
Joined: Sep 2011
It means the thumbnail script cant find the src file or theres a bug
Posts: 109
Threads: 7
Joined: Nov 2012
(2017-07-07, 07:44:36)shawn_a Wrote: It means the thumbnail script cant find the src file or theres a bug
Thumbnails are shown, when commenting out the line 113 in /admin/inc/thumb.php
PHP Code:
if(!path_is_safe(GSTHUMBNAILPATH.dirname($to_name),GSTHUMBNAILPATH,true)) die('invalid dest image');
This behavior is shown not in all but in SOME installations.
Posts: 6,266
Threads: 181
Joined: Sep 2011
Can you provide example urls and details on site specifics?