In a clean install of Drupal 7.0-beta2, while logged in as user 1, on the Modules page (/#overlay=admin/modules), there appears to be no "Install new module" link. I searched the HTML of the page, and the link text is not there. I have not changed the default admin theme from Bartik 7.0-beta2. This is my first encounter with Drupal 7, so I'm not sure, does something extra need to be done in order to enable that link?

Comments

enzipher’s picture

I don't have an answer to the actual problem, but you could try to access the page directly at /admin/modules/install

Cheers,

--

hook_world() is broken.

mjross’s picture

Thanks. I tried that, and it shows me the exact same page, but not as an overlay. The link for installing new modules is still missing. The directory sites/all/modules exists and is writable.

I searched the forums to see if anyone else has had this problem, and didn't find anything. Until I get this problem resolved, I can't move forward with any Drupal 7 sites.

mjross’s picture

I resolved the issue by enabling the Update manager module. This is not intuitive, because users should be able to install new modules without wanting to receive automatic notification of updates (to core and contrib modules and themes).

BigJer22’s picture

Thank you for the tip about "update manager module" it worked, but I can't get danland to upload or download. I get these errors. Forgive my newness, any help would be greatly appreciated.

Unable to create directory 'temporary://update-extraction/danland/' - after trying to upload this.. /Users/apple/Desktop/danland-7.x-1.0.tar.gz

ps. is there any way to upload a screen shot in these comments? ty

praveenmoses61’s picture

it's worked me

hacknslash’s picture

Enabling Update manager module worked.

kalovski’s picture

Took me the whole afternoon to figure it out until I searched it here. Yes, I agree this is not intuitive. This should be seen automatically after when one install the drupal.-K

hassengh’s picture

it is worked well for me :)

n.shalva’s picture

This is not intuitive - i agree !

kendrickdk’s picture

How do I update the manager module? This issue with Drupal is not building my confidence in the usability of this CMS.

Denis Danielyan’s picture

Thanks for the help, you saved me a bunch of time!
I just had this issue with a site exported from drupal gardens.
Additionally I had to set the permissions for "Administer software updates" because they where completly empty (probably because drupal gardens does not allow it.

mike2479’s picture

you really save my time. thank alot

Eranga’s picture

Enabling Update module helped. You saved lot of time for me. Thankz. :)

Trig_74’s picture

Thanks for posting the solution!
Same thing happened to me. Apparently the module was off in the brand new install because I had unchecked the option "Check for updates automatically" during installation.

nirmaljoshi’s picture

yeah, its not so obvious . Thanks.

SseggembeMoses’s picture

Your post has helped me solve the problem. Thanks a bunch mjross

Abubacker Siddiq’s picture

Dear Brother,

I am new for the drupal, i got the same problem in my module page + install new module is missing.

and also module list area update manager help and configuration available there is no permission.

wakasann’s picture

enable update module,the "Install new Module"show again,thans a lot!

scottwong’s picture

Thank you very much!

avinash_thombre’s picture

This is correct resolution. I was facing same issue and this post helped me. Thanks!

jczuo’s picture

I also meet such similar issue with drupal 7 rc2.

I remove all my drupal 7 rc1 files, reset database, and install drupal 7 rc2 from scratch.
However, after installation, I found there is no "install new modules" link or "update" tab on modules page.
Meanwhile, I found "Update Manager" module is enabled by default.
Then I disable this module and re-enable it, "install new modules" and "update" show up!

Starland’s picture

I tried all of the above, and still no go.

What's the solution???

oregonwebsiteservices’s picture

No link for adding modules OR themes - when I go directly to /admin/modules/install
I get the error "You are not authorized to access this page."
I have looked at all my permissions and can't seem to find anything related -
I have disabled and re-enabled Update Manager -

Any more clues?

oregonwebsiteservices’s picture

Make sure this line in settings.php IS commented - thats what fixed my problem

QuiqueMateo’s picture

the solution is down

QuiqueMateo’s picture

Hi mate,

I used to have similar problem. The point is that you likely export the site from DG or something like that and you are logging in without a full permissions user, probably the one you used yo have online because there is a module that allow you to do that.

In your root directory you'll find a credetials... TXT whose contents will help you. There is a user_1242 will full permisions.

I hope it helps.

Best whises. Excuse my english level.

drupalastic’s picture

Enabling the update manager module does work

decreid’s picture

But perhaps if someone is listening this could be fixed so the install new module link either shows up automatically upon install of Drupal Core, or instructions are made available.

I'm not very experienced with Drupal - can anyone tell me how you're supposed to make someone aware of little problems like this?

Thanks.

BigElsk’s picture

Works! I was using 7.14

abheet.jamwal’s picture

Hi,

Solution is simple if the Add New Link is missing in Module section,

Just open your setting.php file

from C:\wamp\www\drupal7\sites\default\setting.php (link as per my location)and do this

$conf['allow_authorize_operations'] = TRUE; //Change it as TRUE

and now you can see the link of

Add new Module

. :)

Regards,
Abheet Singh Jamwal

mjross’s picture

As noted above, users should be able to install new modules without wanting to receive automatic notification of updates.

Surya1988’s picture

Hey Abheet. It works great man thanks for the help

gdesmarais’s picture

Yes - I'm maintaining a legacy site, and couldn't find my answer to this issue. Instead I landed here, and the suggested fixes didn't apply to 6.x (no surprise). As a workaround, I ended up using drush instead of the gui. Just thought I'd put it into the googlesphere.

McSukkelaar’s picture

Thanks for providing the solution.

I was having trouble with this as well. Never thought it would be this simple.

hellodas’s picture

Enable update module, that solved my problem.

Another way is:
-Put the required unzipped module files in the module folder.
-Go to the module admin link
-You will see the your module listed there, check to enable it.

aryashreep’s picture

Hi Mjross,

You need to enable the "Update Manager" module. It's in the list under "Core", just enable that and the "Install new module" link will appear.

mjross’s picture

As noted earlier, users should be able to install new modules without wanting to receive automatic notification of updates.

sunts84’s picture

I couldnt agree more

iowatiger08’s picture

Thanks mjross

himanshupathak3’s picture

Check if you have uncommented line :
$conf['allow_authorize_operations'] = FALSE;
from settings.php file, comment it out back. Mine is working now

Himanshu

sunts84’s picture

Hi all, I didnt read every reply in this post becuase I didnt have to - I too was missing the 'install module' feature, but as one of the very early comments said, I enabled the update manager module and all has been resolved. Thanks guys.

Abubacker Siddiq’s picture

Dear Brother,

I am new for the drupal, please help me to solve this problem.

In my module page "+ install new module" botton is missing.

and also in module list area

  • update modules have only help and configuration there is no permission.
ElZipo’s picture

enabled "Update Manager" module

ibhujel’s picture

while installing drupal , unchecking check for updates will cause this problem and the solution is already mentioned in the comments yes it is to activate update manager

hasibrsohel’s picture

I am new to Drupal. Today I am trying to install the new module and I also could not see the "Install new module" link at the top of the module page. Also, there is no other way to install the module. After checking carefully, i have seen that there is an instruction in the second line, where asked to install/active "Update manager" module (which is available on this page). After that, the install new module option is available. :)

Kumar Kundan’s picture

After enable update manager module i am able to see +Install new module.

mayilks’s picture

Enabling Update module helped me a lot

vivekkeviv1991’s picture

Please go to Admin -> Modules page.

Look for Update manager Module if it unchecked by default. Please select it and Save configuration. Once page got refreshed you will be seeing Install new Module option above the list.

http://stackoverflow.com/questions/38354609/there-is-no-install-new-module-link-in-admin-modules-pages-drupal-7-x

samsterlin’s picture

enable the Update manager module.

update manager will help to Checks for available updates, and can securely install or update modules and themes via a web interface.

pritam_novatree’s picture

I was facing the exact same problem. Enabling Update manager module working fine if you want to install modules via direct link.
But after 5 times reinstall Drupal , I find out when I am un-checking 'Check for updates ' and ' receive email ' option and if you leave time zone to UTC then install module link is not showing. If check the above options and select a time zone then the link is displaying.

jack_us00123’s picture

It worked !!! Thanks man.

Bekalu Amenu’s picture

Enable update module

mangesh_sathe_pune’s picture

Drupal 8 Unable to find install new module option after a latest installation of Drupal 8.*

   step 1 : Check if the Update manager is module is enabled, if its not unable then enable it and Install. Go to admin panel and see if                       can view Install new module button If its still not visible then go to step 2.

   Step 2 : If you still unable to see button Install new module then open url for e.g. http://yourprojectname.com/update.php or http://localhost/drupalsite/update.php 
                  Use update.php utility to update your database whenever a new release of Drupal or a module is installed. Please read all the instructions before pressing Continue button.
            Once Continue button is pressed, it will take some time to perform update operation, On complete it will show a message "No pending updates." 
   Step 3: Go to admin panel and see if can view Install new module button

   Updated GIITHUB link