Closed (duplicate)
Project:
Drupal core
Version:
8.9.x-dev
Component:
file system
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
3 Feb 2006 at 09:48 UTC
Updated:
22 Aug 2020 at 08:13 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
Egon Bianchet commentedStill valid with 4.7.0
Comment #2
magico commented1. ?q=admin/settings/file-system - choose private
2. ?q=admin/build/themes/settings - upload custom logo
3. it does not set the correct path neither it downloads the correct logo if we set the dynamic path
Comment #3
ricabrantes commentedThis bug are fixed in D5.x.. Moving to fixed..
Comment #4
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.
Comment #5
darumaki commentedI'm experiencing the same thing, custom logo and shortcut do not work when set to private
Comment #6
savedario commentedI have the same problem using Garland theme.
The HTML line that should display the logo shows:
(note the double '/' at the beginning of the path).
The path there is exactly the same that is shown in the theme configuration.
If I remove the first slash, the logo path is not accepted, obviously...
Comment #7
lifepillar commentedsubscribe.
Comment #8
LadyAnna commentedI have this problem with a custom theme using this as code to get the logo:
<img src="<?php print $logo; ?>" alt="<?php print t('Home'); ?>" id="logo-image" />Resulting HTML output:
<img src="/./images/site-logo.png" alt="Home" id="logo-image">Uploaded doesn't work either, using private files.
Comment #9
anonymous07 commentedSubscribe
Comment #10
ben coleman commentedsubscribe
Comment #11
dpearcefl commentedConsidering the lack of activity on this issue and that Drupal v5 is no longer supported by fixes or patches, I am going to close this ticket. If this issue still exists and you want to continue to ask for technical support, please reopen and update this ticket.
Comment #12
Jeff Burnz commentedReviving this 10 year old issue, because it is still an issue.
Comment #13
Jeff Burnz commentedSet file system to private, then upload a custom logo in theme settings, the file will be uploaded, the path looks fine, but you get a 403 so the browser won't display the logo.
Comment #14
jontheil@gmail.com commentedSubscribe
Comment #18
kevib commentedHello,
I've changed the download method by default of my Drupal to use private locals files.
But, I don't think it's important to have favicon and logo in private files since by default they come from the theme and they are already public.
So it's just a hotfix tested on a Drupal 8.3.4. to force favicon and logo in public files not really a proposed solution.
BR,
Comment #21
hgoto commentedComment #22
nicothezulu commentedHi!
Here is the same patch, which applies for 8.7.1
UPDATE:
I just missed the patch provided here already by donaldp against 8.6.x https://www.drupal.org/project/drupal/issues/1087250#comment-13100204
... So this may be a duplicate/obsolete ...
Comment #23
nicothezulu commentedComment #26
quietone commentedThanks everyone for working on this!
This a duplicate of #1087250: Custom logo and favicon stored in private filesystem if it is the default. Moving credit to that issue.