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

lpalgarvio’s picture

another 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.

iva2k’s picture

Status: Active » Fixed

Thanks, fixed and checked into 6.x-1.x-dev.

Status: Fixed » Closed (fixed)

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