Just upgraded from D5 now on Drupal 6.6

With site off line and v6.x-1.0 installed all works well until you make the site live, at that point the site dies, no access to anything, no links work, no access to admin nor logout. deleting the module immediately brings site back

Install dev version and all is fine

two errors reported this time in the log, though not sure if this is just me loading and unloading the module

include_once(./sites/all/modules/globalredirect/globalredirect.module) [<a href='function.include-once'>function.include-once</a>]: failed to open stream: No such file or directory in /home/myplace/public_html/mysite/includes/bootstrap.inc on line 577.
include_once() [<a href='function.include'>function.include</a>]: Failed opening './sites/all/modules/globalredirect/globalredirect.module' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/myplace/public_html/mysite/includes/bootstrap.inc on line 577.

Comments

dain’s picture

same thing for me, but i had to go through a complete reinstall as i had no idea which module killed the site and i couldn`t access the admin section any more :S

the problem only occurs if a non-english language is used (at least for me, i`ve been trying with swedish). deleting and using the dev build solved the problem for the second time (when i actually knew that it was this module), but please put a warning on the module main page saying that using the release version can kill your whole site!

nicholasthompson’s picture

Status: Active » Fixed

It seems the issue is fixed in the current 6.x-1.x-dev release, so marking as fixed as this will become 1.1 very shortly. Sorry if this caused problems on your site.

Contrary to the issue queue length, I do try to test the module before releasing... But I tend not to use multilingual sites. I really should look into this SimpleTest stuff...

Status: Fixed » Closed (fixed)

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