Closed (fixed)
Project:
Responsive Favicons
Version:
8.x-1.4
Component:
Miscellaneous
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
29 Jun 2017 at 10:38 UTC
Updated:
15 May 2019 at 01:54 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
shruti.sheth commentedComment #3
danjordan commentedI receive the same error when I use realfavicongenerator's Favicon checker.
Comment #4
ricksta commentedI'm also getting this error. I'm working with a site on the Pantheon hosting platform. I was wondering if that's the case for you also.
I know they don't use an .htaccess file.Have you made any progress on this?
Comment #5
pimok3000 commentedI also get this:
But the two files are at place and are readable/executeable.
So this message is not true.
Even when i put in the relative path it won´t work:
in the site.webmanifest file the enrtries for both files are there:
The report at admin/reports/dblog stays silent.
Comment #6
miguelbraga commentedI'm having this issue too, any luck in correcting this so far?
Comment #7
waverate commentedThe path in site.webmanifest generated by http://realfavicongenerator.net/ isn't correct. Edit the file to include the full path to the favicons.
Comment #8
waverate commentedOkay. @wiifm shamed me into fixing this correctly. It looks like http://realfavicongenerator.net/ is not generating JSON files for Android Chrome. They are now using a SITE.WEBMANIFEST instead.
JSON
SITE.WEBMANIFEST
Just in case users are still uploading the zip with a JSON file, I have left that rewrite in place and added an additional one for WEBMANIFEST files.
Attached is the patch for D8.
Comment #9
waverate commentedComment #10
waverate commentedD7 patch attached.
Comment #13
wiifmThanks for the patches. I tested this on simplytest.me, and it works a treat. Thanks!