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.
Hi,
I've just noticed that when using entity Drupal RESTful Web Services the X-Drupal-Cache-Tags header does not include the related entities.
Example: www.example.com/sv/start returns
Hi,
Sorry for posting on that subject again.
Private files used to work fine with D7 and I can't get them to work properly with D8. Everything seems to be configured correctly though.
Indeed, I get all sorts of weird behaviours, such as:
The files disappear from the directory on the servor. They seem to get a temporary status and are (randomly?) erased every time the CRON runs
Even logged as admin, I can't download my own files (with I put in my articles in a drupal field)
I'm currently getting stuck in CKE editor when I click the insert image button. With it saying just " Loading..."
In my console I get the following Warning after I click on it.
"Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user's experience. For more help, check https://xhr.spec.whatwg.org/."
I'm trying to install D8.1.2 with a custom profile using drush. In the profile install hook, I'm trying to set the system.date:timezone.default config using the following code
I just started to upgrade my own modules and all seems ok except for the .info.yml file structure specifically in my d7 version I used
files[] = my.inc
to point to a file that has some common functions in but in D8 this has been removed in the info file how can I point my block module to the file so I can pull the info from it ?