Every time that I attempt to enable the module on a site where the previous versions were not installed the install fails and I am sent to a blank screen.

On a site where it was previously installed (version 5.x-1.1) the update to 5.x-1.2 works fine.

No need for me to give all of my attempts at troubleshooting, the fact that on a brand new default settings site the module will not install should be sufficient.

If you want/need further info regarding my server setup please let me know what you need.

Comments

vm’s picture

blank screens are apache errors, providing the error that is being thrown would be uber beneficial. These errors are recorded in your apache/http error logs

most blank screen errors are related to not havning sufficent memory available.

ymmatt’s picture

I would agree, but with the memory limit changed to 64mb, there must be something else wrong. Applicable error log entries:

[client xxx.xxx.xxx.xxx] PHP Fatal error:  Cannot redeclare site_map_uninstall() (previously declared in /drupalDirectory/modules/site_map/site_map.install:8) in /drupalDirectory/sites/all/modules/site_map/site_map.install on line 7, referer: http://baseURL/admin/build/modules
[client xxx.xxx.xxx.xxx] PHP Fatal error:  Cannot redeclare site_map_uninstall() (previously declared in /drupalDirectory/modules/site_map/site_map.install:8) in /drupalDirectory/sites/all/modules/site_map/site_map.install on line 7, referer: http://baseURL/admin/build/modules
[client xxx.xxx.xxx.xxx] PHP Fatal error:  Cannot redeclare site_map_uninstall() (previously declared in /drupalDirectory/modules/site_map/site_map.install:8) in /drupalDirectory/sites/all/modules/site_map/site_map.install on line 7, referer: http://baseURL/admin/build/modules
[client xxx.xxx.xxx.xxx] PHP Fatal error:  Cannot redeclare site_map_uninstall() (previously declared in /drupalDirectory/modules/site_map/site_map.install:8) in /drupalDirectory/sites/all/modules/site_map/site_map.install on line 7, referer: http://baseURL/admin/build/modules
[client xxx.xxx.xxx.xxx] PHP Fatal error:  Cannot redeclare site_map_uninstall() (previously declared in /drupalDirectory/modules/site_map/site_map.install:8) in /drupalDirectory/sites/all/modules/site_map/site_map.install on line 7, referer: http://baseURL/admin/build/modules

There are alot more where that came from.

vm’s picture

is it possible that you have two instances of site_map installed ???? on in modules and one in sites/all/modules ?

I ask because if you look at the error messages there are two different paths being sent back in errors

ymmatt’s picture

Status: Active » Fixed

Wow, wasn't sure I'd ever be that guy.

Some how a copy ended up in my base modules dir instead of the sites/all/modules dir, not something that I ever do.

Thanks.

Anonymous’s picture

Status: Fixed » Closed (fixed)

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

danielb’s picture

I don't really think that's a solution. You should be able to override base modules with sites/all/modules

vm’s picture

not sure what you mean there. Utimatley you shouldn't have 2 instances of the same module running no matter where they are.