Published Module Builder ZIP installation stuck at 80% with no logs

I built a simple module using the Module Builder in a SugarCRM 7.8 instance (clone of a recently created instance), then Published it to get the ZIP file and deleted the module from the system.

Then I tried installing the module through Module Loader to test that it works and It keeps getting stuck at 80%. I tried building the module in a different system, publishing and installing it into this system, still did not work.

I can successfully install the same module in another SugarCRM system.

I have tried enabling Developer Mode, changing the log name and logging level in System Settings, but still no logs are generated since the installation of this system.

All filesystem permissions are correct.

Please help with installing this module on the instance that is showing nothing but 80% installed with no errors.

_Case_Replies2017_07_07_090719.zip
Parents Reply
  • I don't think the session lock has anything to do with this Module Loader error.

    By combined package I mean I manually merged the files that you get when you do the following:

    • Create a custom module in Module Builder and publish it
    • Deploy/install the custom module, customise it in Studio and then export the Studio customisations
    • Create custom code in a package that you would install through Module Loader

    They all have their own manifest.php files,  so I combined the $installdefs arrays of all of them into one, removed excess generated language files, etc. and packaged it up as one customisation with one manifest.php file.

Children