When "remote" debugging a PHP program on a docker container the paths likely need an adjustment. localSourceRoot and serverSourceRoot need to be set in launch.json: mehr »
I set up a deletion cronjob which works perfectly well on the command line, but doesn't do anything when executed as a cronjob: mehr »
When running drush cc all I got "cache-clear all` is deprecated for Drupal 8 and later" although it's a D7 installation. Running drush without parameters gave me the hint that the "Drupal root was not found". It looks like Drush 9 is not really… mehr »
This problem drove me nuts. The PHP code running PDO SQL queries ran fine on an old server, but threw this PDO Exception on the newly installed one. The solution included: GRANT FILE ON *.* TO 'USER'@'localhost'; - it is NOT sufficient to use GRANT ALL… mehr »
After importing a view with the name "Event", deleting it, and reimporting it with the name "event" cache clear did not work anymore: "PDOException: SQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry 'adminimal-views-events-block_1'… mehr »