Pfadnavigation
Debian 10 minimal + LAMP installieren / konfigurieren
Suche
Neueste Kommentare
- 4 days ago[preflight] The following restricted PHP modes have non-empty values: {open_basedir}. This configuration is incompatible with drush.
Same with Drush 13 + PHP 8.3
- 5 days agoAcronis CyberProtect Agent For Linux (Strato Root Server)
Initializing...
Error : Failed to install the required package 'RPM' by using APT. Please install it manually.
Exit
Solution:
- 5 days agoAcronis CyberProtect Agent For Linux (Strato Root Server)
So habe es installiert und dann mit Hilfe von Key/Code (über Website von Acronis Cyber Protect) aktiviert:
- 1 week agoNo route found for the specified format html. Supported formats: csv, json. (Drupal Routing)
I have a view with a path like
/my-content-export
to export entivies as JSON or CSV. - 1 week 3 days agoInvalidArgumentException: The controller for URI "/admin/flush" is not callable.
admin_toolbar 3.5.2 is the reason. Patch coming ...
- 1 month 1 week agoServer install & config : Debian 12 + Plesk + Apache + nginx + MariaDB + Solr
Tools & Settings >> Security Policy :
Allow only secure FTPS connections
- 2 months 3 weeks agoMariaDB Server Performance Optimieren
/usr/sbin/mariadbd --help --verbose | grep "query.*size"
- 2 months 3 weeks agoMariaDB Server Performance Optimieren
Commandline:
systemctl restart mariadb
- 2 months 3 weeks agoMariaDB Server Performance Optimieren
After my changes in /etc/mysql/db-performance.cnf
- 2 months 3 weeks agoInstall APCu (PHP 8.1, Plesk)
Error:
Comments
Backups Fr, 01/03/2020 - 00:46
double-check downloaded backup files!
Webmin / Virtualmin Fr, 01/03/2020 - 13:00
Die Anleitung steht auf Webmin Seite.
php 5.6 installieren Fr, 01/03/2020 - 13:15
apt update && apt upgrade apt install ca-certificates apt-transport-https wget -q https://packages.sury.org/php/apt.gpg -O- | apt-key add - echo "deb https://packages.sury.org/php/ stretch main" | tee /etc/apt/sources.list.d/php.list apt update apt install php5.6 apt install php5.6-bcmath php5.6-bz2 php5.6-cli php5.6-common php5.6-curl php5.6-dev php5.6-fpm php5.6-gd php5.6-intl php5.6-json php5.6-mbstring php5.6-mcrypt php5.6-mysql php5.6-odbc php5.6-opcache php5.6-pspell php5.6-readline php5.6-soap php5.6-sqlite3 php5.6-tidy php5.6-xml php5.6-xmlrpc php5.6-zip
Neuen Kommentar schreiben