I have just move my drupal 5.7 site to another host . My modules are place in the sites/all/modules directory. On the old host, the all the modules are listed in /admin/build/modules and working fine. On my new host, the og module is working fine but is missing from the /admin/build/modules page. Also on the new host is my backup site identical to my primary site. The Ad module has just gone missing like the og module. Both these missing modules are working properly.

Server info:
Apache version 2.0.63
PHP version 5.2.6
MySQL version 5.0.51a-community
Linux Kernel version 2.6.18-53.el5

The things I have tried:

1 Did a fresh install of drupal 5.7 - affected modules are still missing!
2 reinstalled the affected modules
3 Made sure there are no duplicate modules on my site.
4 Got php upgraded from 5.2.5 to 5.2.6
5 Switched theme
6 Switched browsers

Please can any body help. You assistance is much appreciated.

Comments

mello.capinpin’s picture

have same problem here, but i have it fixed.

in 'admin/build/modules' page, my group module is missing.

on my 'sites/all/modules' i have a backup of group module 'group.old' with 'group.info' renamed to 'group.info.disable' so it will not be visible to module list. this works on my local machine but when move it to live the group module is missing.

group/
group/group.info
group/group.install
group/group.module

group.old/
group.old/group.info.disable
group.old/group.install
group.old/group.module

what you need to do is rename also the 'group.old/group.module' to like 'group.old/group.module.disable' or remove the backup on the modules directory.

hope this help you

mello.capinpin

lesliewu’s picture

Thanks for your help. For some reason I cannot understand, the problem no longer exist. All I did was uploaded the og module a few more times. Perhaps an error in the upload caused the problem. I am just happy to get it working again.

ainigma32’s picture

Status: Active » Fixed

Problem solved. Setting to fixed.

- Arie

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.