Wen 4.1 sites upgrade to CVS or eventually 4.2, they will often have 'module.php?' ... hard coded in their welcome email, replacement password email, etc. this is now a bad url.
not sure how to fix this though. maybe we just need a notice along with the release.
Comments
Comment #1
dries commentedWe could make
update.phpremove these variables (user_mail_pass_body,user_mail_welcome_body, etc) from the variables table, or better yet, update them using therewrite_old_urls()function. Mind to test/patch?Comment #2
Stefan Nagtegaal commentedI thought Dries fixed this already... (?)
Comment #3
Kobus commentedHowever not directly associated with user.module, this error occurs elsewhere. All nodes in my upgraded site adds entries in watchdog "upgrade possibly affects node ...".
I believe that since the check is there already (and works)(The warning is written to watchdog) the error can be fixed in a similar manner than Dries proposed for update.php.
Kobus
Comment #4
dries commented