Drupal

After Drupal core + module updates:

The roles anonymous & authenticated disapeared

Instead of the page content I get this error: "You don't have access to this page".

 

Solution:

Export config from your website: drush cex

Export config from your old website or a new Drupal installation.

Move two files to the config dir of your websites sync directory:

Problem:

I have a node, and webform as reference and email handler for submissions. 

One of the field "city" is not required and is sometimes empty. If city is empty I see this text instead of nothing. 

[webform_submission:node:city:value]

 

A temp solution:

[webform_submission:node:city:clear]

 

Is there a better solution?

Problem (Drupal Status Report) "/admin/reports/status":


Transaction isolation level
REPEATABLE-READ
The recommended level for Drupal is "READ COMMITTED". 
See the setting MySQL transaction isolation level page for more information.

 

Solution (in sites/default/settings.php):

Suche

Neueste Kommentare