Imported Module and now I get a white screen after logging in

I imported a custom module through the admin screen and the import screen said it was 85% complete. I thought the system hung on me before the screen updated to 100% complete so I closed my web browser. Now when I log into the SuiteCRM system, I get a empty white screen.

I checked the suitecrm.log file and it does not give me any errors.

I am running on a ubuntu Oracle VM box with Linux and Appache.

How can I get the white screen to go away and bring up the suite crm screens?

Please help

Hi, if you are on Version 7.3, this is an issue that has been resolved in future bugfix releases but for now you can do this;

Go to the folder: Modules/Modulebuilder/tpls/MBModule and open the file vardef.tpl

At around Line 42/43 there should be something alike:

'audited'=>{{$class.audited}},
'inline_edit'=>{{$class.inline_edit}},

Change this to:

'audited'=>{{$class.audited}},
'inline_edit'=>true,

and do a Quick Repair/Rebuild if possible.

Regards, John