views:

136

answers:

2

i am working on Drupal 6.14 and i am not able to get the name module. For this i downloaded name_registration.tar.gz but i got the error Access Denied. What do i do?

A: 

name_registration.tar.gz is not a regular Drupal module. If you got it from a consultant, you should ask them for support.

Based on the name of the file I assume that it does something to the registration process so I suggest that you consider posting what you hope to achieve with the name_registration.tar.gz module and we can see about providing alternate solutions that are more well known and reliable.

greggles
A: 

How are you trying to install this?

The module files should be inside the tar.gz. If you untar it there should be a folder with the modules files in. Place these in sites/all/modules and then check the modules page in the admin area. You should be able to activate it from there.

If you've lost permission on the files try running chmod against them.

Hope this helps.

digital

related questions