I've been troubleshooting a memcache issue on our Drupal 7 site, and in the process the front end CSS broke, meaning all content was unstyled.
The Chrome console has a message:
The resource from “/sites/all/themes/mbm/css/style.scss?qktcrf” was blocked due to MIME type (“application/octet-stream”) mismatch (X-Content-Type-Options: nosniff).
Should Drupal be using a .scss file on the front end?
If not, how would I determine where the breakdown of the .scss being converted to a .css file occurs?
Hello I hope you can help me my page does not load the new slides that I add and I do not know what it may be, I hope you can help me then I add screenshots.
I'm working on an external script using user database and rights management from Drupal 7. It was working fine till some update on the server (unfortunately I'm not able to get exact info about updates from the provider, or maybe it is casused by some change in Drupal I dont remeber).
At the beginning of the srcipt I'm loading drupal core using this:
I had a problem with thumbnails being generated on a Drupal 7 site.
It somehow has something to do with this .htaccess section in `sites/default/files`:
# Set the catch-all handler to prevent scripts from being executed.
#SetHandler Drupal_Security_Do_Not_Remove_See_SA_2006_006
<Files *>
# Override the handler again if we're run later in the evaluation list.
#SetHandler Drupal_Security_Do_Not_Remove_See_SA_2013_003
</Files>
I had to outcomment the "SetHandler" lines, and now thumbnails are working again.