I've uploaded a new unzipped module folder into site/modules directory through ftp. But it is not shown in admin panel module lists from where I can configure it. Please help to solve the problem.
2 Answers
I've uploaded a new unzipped module folder into site/modules directory through ftp
To be precise, you have to upload the module to sites/all/modules folder. Say you upload Views module, then there should be a file called /sites/all/modules/views/views.info. Not sites/modules/views.info . You'll have to create a folder called "modules" if this is your first contributed module installation
By default, Drupal clears module caches when you access modules list (D7: admin/modules , D6: admin/build/modules)
Make sure that you search the modules list well. it's long one so most likely that you miss it unless you know it's human-friendly name.
D7 only supports D7 modules, D6 only supports D6 modules,...