Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
I was doing some modification with the .htaccess file we were using in www/html/sites/default/files and added some SSL authentication . Then I changed my mind and got rid of the SSL authentication and the code I had just written. I also changed the permissions of the .htaccess file to 0644 octacode and the files folder to 0644.
Nothing is working now, website won't load ... nothing at all. I've noticed some hidden files have appeared in the root folder in www/html including a different .htaccess file 8kb size.
I have a D7 site with several taxonomies that I am migrating to D8. Some taxonomies have fields. All my taxonomy fields are listed correctly in my migration .yml files when I do a config-export. The fields are correctly created on my taxonomy objects when I run a migrate-import, and term themselves migrate correctly, but the field values do not migrate. All the field instances are empty.
I have tried this when my D8 site was at 8.4.x, and again at 8.5.1, and it does not work - field instances on taxonomy terms remain empty.
I have the next issue. When I try to change the translate of my list of views it doesn't save. The reports says the next message: "Security warning: Couldn't write .htaccess file. Please create a .htaccess file in your private:// directory which contains the following lines:"
By searching for a theme for my new Drupal 8 website, I found out that Bootstrap is the most populair theme. I spent some hours on the web and understand Bootstrap is way more than just a theme, it's a CSS framework for great responsive websites and web apps.
So does somebody has info what the best solution is to automate this process?
Maybe trough SQL? and if yes how exactly or can somebody point out to the right direction.