After "#composer update" (Drupal 10.5) there is a problem:
Drupal
Problem:
Warning: Undefined array key "url" in Drupal\Core\Asset\CssCollectionOptimizerLazy->optimizeGroup() on line 156 ...Referrer: mysite.example/sites/default/files/css/css_...css?delta=0&include=...&language=de&theme=mytheme
Solution?
- Step 1: Create a custom module
- Step 2: Controller & routing
Drupal/modules/custom/my_custom_module/src/Controller/MyCustomController2CreateMedia.php :
I have created this file
web/modules/contrib/search_api_solr/src/Plugin/search_api/data_type/MyCustomTextDataType.php:
Problem:
Warning: Undefined array key "url" in Drupal\Core\Asset\CssCollectionOptimizerLazy->optimizeGroup() (Line 156 in web/core/lib/Drupal/Core/Asset/CssCollectionOptimizerLazy.php)
Solution?
Solution:
drush sql:dump --skip-tables-list=watchdog,cache,cache_* | gzip -c > my-db-without-cache-watchdog-$(date +%Y-%m-%d-%H%M).sql.gzValues in handlers > remote post > advanced > custom_data ("/admin/structure/webform/manage/myform123/handlers"):
Problem:
The Drush launcher could not find a local Drush in your Drupal site
Solution?
GET:
$url_via_get = \Drupal::request()->query->get('url');POST:
$url_via_post = \Drupal::request()->request->get('url');
GET [or] POST:
$url_via_get_or_port = \Drupal::request()->get('url');Seitennummerierung
- Seite 1
- Nächste Seite
Neueste Kommentare
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:
Problem:PHP APCu caching…
Problem: