In the Upload > admincp > usergenerator.php file, need to update paths for these files ..
PHP Code:
require_once('././global.php');
require_once('././includes/class_dm.php');
require_once('././includes/class_dm_threadpost.php');
require_once('././includes/functions_databuild.php');
Figured the first one ..
PHP Code:
././global.php needs to be changed to ././core/global.php
Need to figure out the other three.