invalid dest image - Printable Version +- GetSimple Support Forum (http://get-simple.info/forums) +-- Forum: GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=3) +--- Forum: General Questions and Problems (http://get-simple.info/forums/forumdisplay.php?fid=16) +--- Thread: invalid dest image (/showthread.php?tid=9840) |
invalid dest image - Alexander_ - 2017-07-07 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 RE: invalid dest image - shawn_a - 2017-07-07 It means the thumbnail script cant find the src file or theres a bug RE: invalid dest image - Alexander_ - 2017-07-07 (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. RE: invalid dest image - shawn_a - 2017-07-07 Can you provide example urls and details on site specifics? |