Deprecated function: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in Controller.php Mi, 09/20/2023 - 16:34 Weiterlesen über Deprecated function: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in Controller.phpNeuen Kommentar schreiben
[preflight] The following restricted PHP modes have non-empty values: {open_basedir}. This configuration is incompatible with drush. So, 04/16/2023 - 14:02 Drush Launcher Version : 10.2 Drush Version Weiterlesen über [preflight] The following restricted PHP modes have non-empty values: {open_basedir}. This configuration is incompatible with drush.Neuen Kommentar schreiben
PHP-CLI auf PHP8.2 umstellen (für Composer, Drush etc) Di, 04/11/2023 - 14:30 PHP-Cli 8.2 ln -snf /path/to/php/8.2/bin/php /etc/alternatives/php Weiterlesen über PHP-CLI auf PHP8.2 umstellen (für Composer, Drush etc)1 KommentarNeuen Kommentar schreiben
composer update : Your requirements could not be resolved to an installable set of packages. (PHP 8.2 auf 8.1 downgraden) Di, 01/24/2023 - 15:24 Problem Weiterlesen über composer update : Your requirements could not be resolved to an installable set of packages. (PHP 8.2 auf 8.1 downgraden)Neuen Kommentar schreiben
Install PHP 8 & Extensions (Ubuntu/Debian, Linux) So, 12/18/2022 - 12:33 Install PHP 8.0 apt install php8.0Install common PHP 8 Extensions Weiterlesen über Install PHP 8 & Extensions (Ubuntu/Debian, Linux)Neuen Kommentar schreiben
Neueste Kommentare
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 install plesk-php83-dev zlib1g-dev
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
/etc/my.cnf
Edit "/etc/my.cnf" ( under [mysqld] ):
transaction_isolation="READ-COMMITTED"
Restart MariaDB / MySQL: