Hi,
I have installed Drupal 4.6 at www.sitepreview.info. The site is working fine but when I click on the link module under administration, I get the following error:

Fatal error: Cannot redeclare user_module_invoke() (previously declared in /home/siteprev/public_html/modules/user.module:15) in /home/siteprev/public_html/modules/user_old.module on line 15

Can anybody help me with this?

Regards
Ravi

Comments

nevets’s picture

It looks like you copied user.module to user_old.module and when you try and visit administer -> modules it loads both module (they both end in .module) and you get the name clash.

You can fix it by simply renaming user_old.module to something different, say user_old.backup.