スクリプトをインクルードした後で変数を使用しようとしていますが、「PHP_MODULE_ROOT が定義されていないのに、変数が定義されていません。
$.getScript("../IMS3/assets/js/globals.js") ;
const CONTROLER = PHP_MODULE_ROOT+'/manageContact.php' ;
global.js のコードは次のとおりです。
var SYSTEM_ROOT = 'http://place.mysite.com/IMS3' ; // The system root, this needs to be changed if you move the system.
var ASSETS_ROOT = SYSTEM_ROOT+'/assets' ; // The root for all things like JS and PHP
var JS_MODULE_ROOT = ASSETS_ROOT+'/js/modules' ; // The JS modules like dialog boxes and widgets etc.
var PHP_MODULE_ROOT = ASSETS_ROOT+'/php/modules' ;
$.getScript のコールバック宣言に const 宣言を入れてみたのですが、結果は同じです。