8

enter image description here

When i go to modules tab i can't find "new module install" link

Please tell me how to view this new module install link in drupal-7

hakre
  • 193,403
  • 52
  • 435
  • 836
user881703
  • 1,111
  • 3
  • 19
  • 38

4 Answers4

33

You're also missing the "Update" tab which leads me to believe you don't have the "Update Manager" module enabled. It's in the list under "Core", just enable that and the "Install new module" link will appear.

Clive
  • 36,918
  • 8
  • 87
  • 113
2

Try empty your cache at /configuration/development/performance. Also, make sure that you have placed your new module inside the /sites/all/modules folder.

Cyclonecode
  • 29,115
  • 11
  • 72
  • 93
  • why don't show new module link in modules Tab? This link remove in new version of drupal-7 – user881703 Jan 13 '12 at 09:10
  • 1
    Can you be a little more specific? What do you mean by "why don't show new module link in modules Tab"? When you add a new module to the `/sites/all/modules` directory a section for this module should appear under `/admin/modules`. – Cyclonecode Jan 13 '12 at 09:25
0

try to install "Update manager Module" first.

0
  1. Please enable update manager core module
  2. Please provide the enough permission for "sites/all/modules"
Shyju Pulari
  • 149
  • 1
  • 2
  • 11