I am using Drupal 8.4.5 with Acquia Lightning 3.1.0.
Site updates are managed by Composer.
I am using Drush 9.2.0.
I have problem with running site specific modules.
Drush can see them without problem, also they are visible in Drupal admin panel.
But after clearing cache (drush cr) they disappear from moduleHandler service. All modules shared between sites are visible.
Same modules are working alright when moved to shared modules folder.
Hello experts! I am new to Drupal 8/CentOS. I am setting up my Drupal8.5-based web server and can use some help enabling Clean URLs to finish the installation (that is the only error I am seeing so far).
I have tried changing the httpd.conf to include "AllowOverride All" under <Directory "/var/www/html"> ..... but that hasnt cleared the warning. When I run apachectl -M | sort, it shows "rewrite_module (shared)".
After a lot of preparation work, I try to install a clean version of Drupal (latest version 8.4.5) under MAMP, but I have a lot of errors :(
First of all dozens of lines of this type :
Deprecated function: assert(): Calling assert() with a string argument is deprecated in Drupal\Core\Cache\CacheTagsInvalidator->invalidateTags() (line 25 of core/lib/Drupal/Core/Cache/CacheTagsInvalidator.php).
Everything appears to be fine as I walked through a normal or standard install. It installed 40 of 40 and then went into the process of building Drupal out then gave this error saying that MySQL had gone away.
I saw some items with this when installing a module but not on a clean install of the latest core. Any ideas?