- Step 1: Create a custom module
- Step 2: Controller & routing
Drupal/modules/custom/my_custom_module/src/Controller/MyCustomController2CreateMedia.php :
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.gz
Values 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');
Problem:
InvalidArgumentException: The controller for URI "/admin/flush" is not callable. in Drupal\Core\Controller\ControllerResolver->getControllerFromDefinition() (Line 53 in /var/www/core/lib/Drupal/Core/Controller/ControllerResolver.php).
Solution?
Problem:
#drush cr
[error] Symfony\Component\HttpKernel\Exception\NotAcceptableHttpException: No route found for the specified format html. Supported formats: csv, json. in Drupal\Core\Routing\RequestFormatRouteFilter->filter() (line 65 of /var/www/core/lib/Drupal/Core/Routing/RequestFormatRouteFilter.php).
Solution?
Neueste Kommentare
Problem:PHP APCu caching…
Problem:
Hilft "cp -avf old new && rm…
Hilft "
cp -avf old new && rm -rvf old"
nicht?Same with Drush 13 + PHP 8.3 and my Solution
Same with Drush 13 + PHP 8.3
Error : Failed to install the required package 'RPM' by using AP
Initializing...
Error : Failed to install the required package 'RPM' by using APT. Please install it manually.
Exit
Solution:
Installieren & Aktivieren
So habe es installiert und dann mit Hilfe von Key/Code (über Website von Acronis Cyber Protect) aktiviert:
I have a view with a path…
I have a view with a path like
/my-content-export
to export entivies as JSON or CSV.admin_toolbar 3.5.2 is the…
admin_toolbar 3.5.2 is the reason. Patch coming ...
Drupal 10.4, in a custom View
Drupal 10.4:
Tools & Settings >> Security…
Tools & Settings >> Security Policy :
Allow only secure FTPS connections
List config vaiables
/usr/sbin/mariadbd --help --verbose | grep "query.*size"