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 wish to upload a MySQl database data with members from an entirely custom (Non CMS) website to bring in members and their data into matching fields in a drupal 8.x.8 website.
Obviously the fields would need to be renamed if I were simply to do a find and replace within a text editor of the insert statements in a *.sql file!
The point is, I could simply copy and paste corresponding field names for Username, email, old non-encrypted password, First name, last name, job title etc fields into those of the new drupal site.
As I haven't as of yet, discovered a way to get composer to run with an existing site, I would like to ask if it's too much to ask that modules display every version's compatibilities and requirements?
leave out the fact that if the subdirectory you move Drupal into is "/core" it still won't work, because there is actually a "/core" folder inside the default Drupal installation folder.
I'm starting this post because I want to know if I'm wrong?
After upgrading to version 8.8.5, I can't access the main web page, but I can log in to the admin panel. When I turn on the verbose logging funcionality I receive the following error message:
Drupal\Component\Plugin\Exception\MissingValueContextException: Required contexts without a value: view_mode in Drupal\Core\Plugin\Context\ContextHandler->applyContextMapping() (line 155 of core/lib/Drupal/Core/Plugin/Context/ContextHandler.php).
I'm having some issues getting a drupal theme installed, from what was supposed to be a simple process, the creator of the theme has now advised that I need to use Git & Composer which is well beyond my technical ability. Below is a brief ramble of things that have happened so far to give a bit of background; -
All of my drupal sites are on a web hosting service (cPanel controlled, so assuming shared server with Linux?)