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'm using a module which reuse classes from easyrdf module, but since easyrdf is not included in core anymore I'm running into problems, because my module can't find used classes.
my solution is to add
"require": {
"easyrdf/easyrdf":"^0.9"
}
in the composer.json of my web/modules/contrib/my-module context.
I have created a Drupal 8 custom module, which uses openssl_x509_fingerprint to generate the thumbprint of certificate which is uploaded in the form. But, openssl_x509_fingerprint fails with the following error
Hello
I want to test Drupal 9 and upgrade my sites.
I have a lot of modules in a multisite, and I have to check if them have Drupal 9 compatibility.
It is going to take a looong time.
Is there a way to check the Drupal 9 compability of each of the installed modules programatically (either enabled or disabled)?
Our long-term client - Alutech United Inc - came to us with an inquiry to migrate their Drupal 7 website to Drupal 8 within the shortest period possible. No design changes were needed. As the most advantageous solution, we offered to migrate the existing Drupal 7 website into the Drupal 8 multisite system.