CMS Drupal 9

The default transaction isolation level for MySQL, MariaDB and equivalent databases is "REPEATABLE READ". This setting with Drupal can result in deadlocks on tables, which will result in the site becoming very slow or not responding at all. The recommended transaction isolation level for Drupal sites is 'READ COMMITTED'. The 'REPEATABLE READ' option is supported but can result in deadlocks, the other 2 options are 'READ UNCOMMITTED' and 'SERIALIZABLE'.
В случае утраты пароля от аккаунта администратора и невозможности восстановить его через форму восстановления (например был указан несуществующий адрес электронной почты или тех.сбое на сайте) пароль можно восстановить с помощью генерации нового пароля (его хэша) и последующему обновлению его в базе данных. Для сброса пароля администратора рассмотрим два варианта в первом случае нам понадобиться доступ к командной строке сервера, а во втором к командной строке сервера и к базе данных.
Модуль "CATSTORE" - интернет магазин собственная разработка "IT-CAT".
How to use composer to install libraries for the Webform module Last updated on 1 July 2021 For anybody facing the question of what is the best-recommended method for installing/updating/managing all libraries required by the Webform module, the answer is to install libraries using composer! The Webform module comes shipped with a "composer.libraries.json" file contains information about all up-to-date libraries required by the module itself, and so we will be using this file to install all libraries by merging the "composer.libraries.json" with the "composer.json" file of our Drupal website.
Drupal 8 позволяет запускать модальные окна откуда угодно. Для активации достаточно создать ссылку в HTML и указать в ней необходимый класс и атрибут data: Страница в модальном окне