Index: trunk/include/include_xoops_define.php
===================================================================
--- trunk/include/include_xoops_define.php	(revision 59)
+++ trunk/include/include_xoops_define.php	(revision 60)
@@ -38,6 +38,9 @@
 if (is_admin_page_call()){
 	if ( !defined("XOOPS_ROOT_PATH") ) {	
-		define('_LEGACY_PREVENT_LOAD_CORE_', 1);		//Module process will not load any XOOPS Cube classes.
+//		define('_LEGACY_PREVENT_LOAD_CORE_', 1);		//Module process will not load any XOOPS Cube classes.
+		define('_LEGACY_PREVENT_EXEC_COMMON_', 1);	
 		include_once dirname( __FILE__ ).'/../../../mainfile.php';
+		$root=&XCube_Root::getSingleton();
+		$root->mController->executeCommonSubset();
 	}
 	if (!defined("XOOPS_UPLOAD_PATH"))
