Drupal
After Drupal core + module updates:
The roles anonymous & authenticated disapearedInstead 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:
composer.json:
"conflict": {
"drupal/drupal": "*"
},
What is the meaning of "conflict" in composer.json?
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:
AH01071: Got error 'PHP message: Uncaught PHP Exception GuzzleHttp\\Exception\\ConnectException: "cURL error 28: Failed to connect to myserver.example.com port 8090: Connection timed outSolution?
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):
Seitennummerierung
- Vorherige Seite
- Seite 3
- Nächste Seite
Neueste Kommentare
Short Code w. Radio Buttons, Checkbox, Textarea, Email, Phone
$("input[type='radio']").each(function () {Wildcard
Let’s Encrypt will only accept a wildcard via DNS challenge.
If your Plesk instance can’t create the _acme-challenge.example.com TXT (external DNS), the extension can’t complete validation and will show no success.
Same problem
Warning: Undefined array key "url" in Drupal\Core\Asset\JsCollectionOptimizerLazy->optimizeGroup()set-timezone Europe/Berlin
sudo timedatectl set-timezone Europe/BerlinTry this:1. Go to Tools &…
Try this:
Alternative (without warnings like "no crontab for user")
Alternative (without warnings like "no crontab for dovecot") to see all tasks:
php 8.3 apcu
php 8.3 apcu failed
über Plesk hat es geklappt.
phpize failed error?
install:
# sudo apt install php-devphpize
# sudo apt install…
phpize
# sudo apt install php-devdetails
Problem:
/opt/plesk/php/8.3…
Problem: