Hide required field 'usa_tax_id', if the field 'event_number' in parent node looks like 'DE-123abc-2024':
Problem (Error in Drupal Status Report):
Blazy
Not enabled: Use theme_blazy()
Blazy 3.x replaces sub-modules theme_ITEM() contents with theme_blazy(). Keep "Use theme_blazy()" enabled at Blazy UI to pass blazy:3.x.
Solution?
Problem (Field Group):
jQuery UI Accordion is deprecated
This module is deprecated, as the Jquery UI library is EOL.
Alternative?
Problem (Error in Drupal Status Report):
The following embed button(s) are not using SVG icons and will not be compatible with CKEditor5
Solution?
Problem:
InvalidArgumentException: "alignment" is an invalid render array key. Value should be an array but got a string. in Drupal\Core\Render\Element::children() (Zeile 97 in /var/www/web/core/lib/Drupal/Core/Render/Element.php).
Solution?
Solution:
if( \Drupal::currentUser()->hasPermission('create article content') )
{
// ...
}
Problem:
Uncaught SyntaxError: import declarations may only appear at top level of a module
JS Code:
+100x in Watchdog:
Attempting to re-run cron while it is already running.
Versuche Cron erneut auszuführen, obwohl er bereits ausgeführt wird.
Solution?
Neueste Kommentare
Tools & Settings >> Security…
Tools & Settings >> Security Policy :
Allow only secure FTPS connections
List config vaiables
/usr/sbin/mariadbd --help --verbose | grep "query.*size"
Restart MariaDB / MySQL
Commandline:
MariaDB Restart (after changes in /etc/mysql/db-performance.cnf)
After my changes in /etc/mysql/db-performance.cnf
Error: configure: error: no acceptable C compiler found in $PATH
Error:
PHP 8.3, APCu via PECL
PHP 8.3 extra packages (+ pecl, apcu)
apt update && apt upgrade
https : Secure Connection Failed
I get this error, when I visit https://solr.example.com:8983 :
Remove files and show the number of deleted files
Remove all files starting with 2024 in mydir123 and show the number of deleted files:
find mydir123 -name '2024*' -exec rm -vf {} \; | wc -l
find . -name '*' | xargs rm …
find . -name '*' | xargs rm -v
Maybe Patch
https://www.drupal.org/project/tablefield/issues/3397688