How to install (using SQLite)

Hi there!!

According to AI ChatGPT, there should be some package that should be unpacked to my htdcos/WKD

I also use SQLite, I use the database file C:\SQLite\cms.sqlite

Updating from 11.3.9 to 11.3.10

Dear forum members,

I installed Drupal (11.3.9) using the following line:
  composer create-project drupal/recommended-project my_site_name.

When I try to update Drupal to 11.3.10 using the following line:
  composer update "drupal/core-*" --with-all-dependencies,

I get the following message:
Loading composer repositories with package information
Updating dependencies
Your requirements could not be resolved to an installable set of packages.

CODE INJECTION VULNERABILITY!

Hi,

Recently I received a message from my hosting provider regarding a vulnerability in two websites running Drupal 11.3.10:

The vulnerability (a code-injection) has been found in the database-environment of your Drupal install, in the file: condition.php.

That was patched by patchman they run automatically. It appears to be a vulnerability still present in the latest version of Drupal. Because after creating a fresh 11.3.10 install on a subdomain, I receive the exact same alert.

That's why I post this here, so it can be taken up and fixed ASAP.

I'm being upgraded to 11.4.x-dev

My site is in Drupal 11.3.10, and I was notified by the system that there are available updates. I ran "composer upgrade" as usual and my site was upgraded to Drupal 11.4.x-dev.

My composer.json has the following relevant bits:

"minimum-stability": "dev",      (I use some modules with "dev" versions)

"prefer-stable": true,

and

"drupal/core-recommended": "^11",

"drupal/core-composer-scaffold": "^11",

"drupal/core-project-message": "^11",

and also

"drupal/core-dev": "^11

Why is "prefer-stable":true not being respected? 

Drupal 11.3.7 stopped updating.

I'm trying to update it to version 11.3.10 and it gives me an error:

Problem 1

    - Root composer.json requires drupal/core-recommended 11.3.7 -> satisfiable by drupal/core-recommended[11.3.7].

Twig user.isAnonymous() doesn't work

Why the twig condition snippet user.isAnonymous() doesn't work? It seems correct, referring to Drupal API.
This is my whole code 
 

Pages

Subscribe with RSS Subscribe to RSS - Drupal 11.x