1
votes

I am currently working on a CMS Website new installation of Drupal. I need to enable Metatagging in my website.

In order to do so I have installed all required modules, but somehow drupal is not detecting the those modules. Please refer below screenshot.

Installed Module screenshot

I have used this link of metatag module to download and install : https://www.drupal.org/project/metatag

Following are the version details of various components I am using,

Drupal : 7.35 PHP : 7.2 OS : Ubuntu 18.04 LTS MySQL : Ver 14.14 Distrib 5.7.24

Please help me with the resolution to this problem. I am open to any other way as well to get metatagging in place.

Thanks already !

1

1 Answers

2
votes

As you can see in the screenshot, required dependencies are "missing". Make sure you have downloaded Token, Ctools and Google Analytics modules, for Drupal 7, and extracted them under sites/all/modules folder. Then their flag should be "disabled". After this, you can install your desired modules alongside with their dependencies.

The wonder is that your "system" module is missing too!! its a Drupal core module, perhaps your Drupal installation is corrupted. Try re-extracting and overwriting Drupal core zip file.