Closed (cannot reproduce)
Project:
Login Security
Version:
6.x-1.1
Component:
Miscellaneous
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
13 May 2011 at 01:40 UTC
Updated:
5 Feb 2013 at 19:13 UTC
drush up or upc fails with to update from 6.x-1.0 to 6.x-1.1 with this error:
"Fatal error: Call to undefined function _login_security_menu() in /var/www/sites/photodebate.com/www/html/sites/all/modules/login_security/login_security.module on line 48"
as a workaround, just upgrade the module manually, remove the folder and replace with the new one, then you could drush updb and this works.. i dont think the failure affects the site in any way
im not sure this isnt a bug in drush actually, feel free to move the issue if it is, thing is it calls the old module's hook_menu, i guess the loaded .module file is from the old one when it gets called.
Comments
Comment #1
deekayen commentedThere is no _login_security_menu() anywhere in the source code, either as a function name or instantiation of it.