According to error and related lines on code, there is an issue at your relationships.
Edit the script include/VarDefHandler/VarDefHandler.php
and add the lines
PHP Code:
$GLOBALS['log']->fatal("Parent Module: '{$this->module_object->module_dir}'");
$GLOBALS['log']->fatal("Child Module: '{$value_array['name']}'");
Before the line
PHP Code:
if(!empty($app_list_strings['moduleList'][$this->module_object->$value_array['name']->getRelatedModuleName()])){
Around line #95.
Test again, open file sugarcrc.log, go to the tail of file and let me know the last lines.
Cheers
Bookmarks