is the line with the error, and the error is that sRayHomeDir is not defined. Meaning that the variable is empty. As to how this is fixed... You need to make sure that in your '../ray/modules/global/inc/header.inc.php file you have this...
$sRayHomeDir = "ray/" If you do then your site see more is not reading the root directory as your dolphin directory.
var sRayUrl = window.location.protocol + '//' + window.location.hostname + '/' + sRayHomeDir;
is the line with the error, and the error is that sRayHomeDir is not defined. Meaning that the variable is empty. As to how this is fixed... You need to make sure that in your '../ray/modules/global/inc/header.inc.php file you have this...
$sRayHomeDir = "ray/" If you do then your site see more