Hi there

All users get a strange page not found message upon login (see issue http://drupal.org/node/612558 ) which I resolved by deactivating the CustomError module. I completed the uninstall process removes all data related to a module, and reinstalled the module and the 404 error recurs.

The URL on the error page reads:
http://mysite.com/sites/all/misc/menu-leaf.png

What can account for the peculiar URL?

Thanks for a great module

Chris Lozinski

Comments

bisonte_biscottato’s picture

Same problem. Any solutions?

Chris Lozinski’s picture

Naw! Just had to settle for not having the Custom Error Module.

tregeagle’s picture

Version: 5.x-1.2 » 6.x-1.1

hmm yes I have had the same problem. Removing the module resolves it. However I need to use it. I will troubleshoot further and get back to you.

mcdruid’s picture

This (very old) issue looks like the same problem as this one: #986512: storing $_REQUEST['destination'] to the session on 404s leads to weird redirects on login ... where my (very simple) patch has been marked as RTBC.

Although this issue pre-dates the other, perhaps we should mark this one as a duplicate?

mcdruid’s picture