Answer the question
In order to leave comments, you need to log in
Why does Drupla 7 not see everything modules in a folder?
Good afternoon colleagues. I decided to study Drupal 7, installed it on Mac OS: Apache, php, Mysql. I set up a virtual host, Drupal works, there are no errors. But when copying modules to the testdrupal.local/www/sites/all/modules folder, Drupal does not see all the modules.
<VirtualHost *:80>
ServerName testdrupal.local
ServerAdmin [email protected]
ServerAlias *.testdrupal.local
DocumentRoot /Users/Mac/WebServer/testdrupal.local/www
<Directory /Users/Mac/WebServer/testdrupal.local/www/>
Options Indexes FollowSymLinks
AllowOverride All
Require all granted
</Directory>
<IfModule dir_module>
DirectoryIndex index.php index.html index.htm
</IfModule>
ErrorLog "/Users/Mac/WebServer/testdrupal.local/logs/errors.log"
CustomLog "/Users/Mac/WebServer/testdrupal.local/logs/apache_access.log" common
</VirtualHost>
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question