Closed (works as designed)
Project:
MAYO
Version:
7.x-1.1
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
7 Apr 2011 at 20:25 UTC
Updated:
24 Sep 2014 at 04:04 UTC
Jump to comment: Most recent
Comments
Comment #1
stuwat commentedThis sounds like a permissions issue. Check the ownership and the read permissions of the uploaded file.
If you used the upload feature to upload your header image into the live site, instead try uploading the file directly to the server (e.g. FTP) and adding the path to that file in the theme settings.
Comment #2
hassansr commentedits a path issue.
Comment #3
hassansr commentedits a path issue. I didnt feeling like digging deep into the codes, so as a quick fix til the author updates, I simply created the folder where the system expects it to be (per the error message)
Comment #4
mermentau commentedClosing old issues that have lain dormant over a year without a response from either side. Please reopen in the advent there's still interest.
Comment #5
jasminedb commentedI'm having this problem now.
In the local site everything is perfect.
After upload the background image of the header disappeared, tried to re-upload through admin, no result, though the image does appear in the preview.
It is a path issue since I get this div when inspecting the home page : div id="header" style="height: 156px;filter:;background: url(///sites/default/files/banner_copy.jpg) repeat top center;border: none;"
On my local site div id="header" style="height: 156px;filter:;background: url(/belgiumquilt///sites/default/files/banner_copy.jpg) repeat top center;border: none;"
Is it possible to change this output to a relative link?