Closed (fixed)
Project:
iTweak Login
Version:
6.x-1.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
1 Oct 2010 at 04:23 UTC
Updated:
20 Oct 2010 at 03:30 UTC
hey
the 6.x-dev module fails to install because of a missing function
Fatal error: Call to undefined function _itweak_login_variables() in /drupal/sites/all/modules/itweak_login/itweak_login.install on line 33
if you copy the function from the .module file into the start of the .install file, it will then complete this pass but will fail shortly after because the function then gets duplicated.
you can then resolve this issue at install time by removing the function again and refreshing the module install confirm/error page.
basically so it never installs properly/cleanly unless you change the code.
Comments
Comment #1
lpalgarvio commentedanother way to skip the problem is to first install the stable release (6.x-1.10), and then update the module files to 6.x-dev and run update.php/cron
the error will never occur.
Comment #2
iva2k commentedThanks, fixed and checked into 6.x-1.x-dev.