drush
Problem:
Command ws was not found. Drush was unable to query the database.
As a result, many commands are unavailable.
Re-run your command with --debug to see relevant log messages.
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.gzProblem:
The Drush launcher could not find a local Drush in your Drupal site
Solution?
"SQL Import" via Crontab:
After Drupal core + module updates:
The roles anonymous & authenticated disapearedInstead of the page content I get this error: "You don't have access to this page".
Solution:
Export config from your website: drush cex
Export config from your old website or a new Drupal installation.
Move two files to the config dir of your websites sync directory:
Problem:
Attempting to re-run cron while it is already running.
Solution
Cronjob (hourly):
1 * * * * ...myscripts/my-drupal-cron.sh
Seitennummerierung
- Seite 1
- Nächste Seite
Neueste Kommentare
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:
Hilft "cp -avf old new && rm…
Hilft "
cp -avf old new && rm -rvf old"nicht?