Closed (duplicate)
Project:
Apps
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
29 Jun 2012 at 04:00 UTC
Updated:
10 Sep 2013 at 09:31 UTC
Jump to comment: Most recent file
Comments
Comment #1
sylus commentedPatch works great for me and fixed a whack of problems when an app is installed locally using a manifest.app and the file permissions make the screenshot + logo inaccessible.
Rerolled the patch so will work with drush make.
Should also likely be used in conjunction with:
http://drupal.org/node/1721538
Comment #2
sylus commentedApplied to wrong branch here is the proper patch
Comment #3
febbraro commentedWhat is this part of the patch doing?
Comment #4
jnorell commentedHere's an alternate patch that fixes the same error for missing webform_screenshot.png in a different approach - it returns current file info if the http request has an error. Probably use both the above to not save the bad ".png" file and this one to handle missing files in http requests even if the current file is valid.
(See also http://drupal.org/node/1908824)
Comment #5
pfrenssenMarking this as a duplicate of #2081587: When an app tries to download an invalid logo a random placeholder file is created as that issue has a patch that applies to the current HEAD, and also checks if the downloaded file is an actual image.