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 have a problem with multilanguage and I dont know how to configure drupal to fix it.
1) I created a site in English, with users (created in English).
2) I downloaded the translation module in French. I activated. The whole interface is in French OK.
3) When executing a view the object that I created in English provides a link to go to a page in English but I want to continue with French
Drupal overrrides the existing image reference with the new one. But I just want to add a new image reference to the field. Isn't this possible without doing an other "Get" on /node/{id} to get the IDs of the existing images before the actual "Patch"?
I may be confusing myself here. I've read countless articles on putting the Drupal 8 site configuration into Git and using this to feed changes form development through test to live and this is my plan, however, I'm trying to go a little further but can't seem to find any useful documentation.
I have the below issue which I'm trying to understand & resolve.
When I copy my drupal core files and configure all the appropriate settings through Cpanel *exactly as you would* for manual installations, install.php will not run. The URL is not available and it will behave like something is wrong in configuration or installation. This is pretty bad as it throws me out in all weird directions, checking permissions, exploring files, reading documentation and generally, wasting lot's of time.