Questions tagged [drupal-9]

Drupal 9 is the Drupal version that was officially released on June 3, 2020. Rather than using this tag, consider posting your question directly on https://drupal.stackexchange.com/.

The key changes in 9.0 are:

  • Deprecated code has been removed.
  • Dependencies have been updated to new major versions as appropriate.
  • Platform requirements (supported PHP and database versions) have been increased.

Compared to Drupal 8.0.0, Drupal 9 is more usable, accessible, inclusive, flexible, and scalable than previous versions.source

  • Drupal 9 is dramatically easier to use for marketers
  • Drupal 9 is easier to maintain and upgrade for developers
  • Drupal is innovating with its headless or decoupled capabilities

Use this tag only if your question relates specifically to this version.

Requirements

  • Web server: Web server: Apache, Nginx, or Microsoft IIS
  • Database server: MySQL or Percona 5.7.8, MariaDB 10.3.7, PostgreSQL 10 with the pg_trgm extension, SQLite 3.26
  • PHP: 7.3 or higher

Note: Drupal 8 and later versions work on any web server with a version of PHP that meets the PHP version requirements. the version requirement for Apache has been increased to Apache 2.4.7 or higher.

Related tags:

Resources

305 questions
-1
votes
3 answers

Drupal 9 Login page missing (logged out and can not login)

I was trying to set path for login page as /user/login but login form was not showing up, now by mistake I have logged out and cannot login. Please help me in logging in.enter image description here
-1
votes
1 answer

Drupal 8 why I should use Dependency Injection? Why it is a best practise?

Every article about dependency injection in Drupal says, that you should use and that it is a best practice. I know how to use it and I'm using it in my code. But I don't about a reason why it is best practice to use it? Why it is a best approach…
Aleksandr
  • 59
  • 3
-1
votes
1 answer

API to get a content type against URL

I have a scenario where I need to perform some redirection of a not found url http://localhost/drupal9/node/1/search the word search is added though a plugin I am using and it is a front-end route not a backend so upon refreshing this url I get Not…
uneeb meer
  • 882
  • 1
  • 8
  • 21
-2
votes
1 answer

php://input always reads NULL

Problem/Motivation php://input always returns NULL Steps to reproduce I have been struggling with this for weeks now. i am completely newbie and trying to configure a webhook to catch the Payment_intent.succeeded event from stripe and do some…
dawa
  • 1
-2
votes
1 answer

How do I install wordpress and drupal together in mamp server

I have a developed website already in wordpress, now i want to install drupall and develope another website with. How can I keep my worpdress site and intsall the drupal too?, these two are in same directories.
1 2 3
20
21