to rbctnt:
What about the rest widgets? Do they work normally? If they also don't work, that means you have some problem with reading skin files while directing to ray/modules/movie/skins/
If other widgets work normally, then this issue probably related to reparsing tags in Dolphin. It occurs very often (your music widgets should meet this problem too in that case). Try to comment some code in ray/modules/movie/inc/customFunctions.inc.php file. After it's altering it should look like:
<?
//require_once("../inc/header.inc.php");
//require_once( see more BX_DIRECTORY_PATH_INC . 'tags.inc.php' );
function parseTags($iId)
{
// reparseObjTags( 'video', $iId );
}
?>
Try this
What about the rest widgets? Do they work normally? If they also don't work, that means you have some problem with reading skin files while directing to ray/modules/movie/skins/
If other widgets work normally, then this issue probably related to reparsing tags in Dolphin. It occurs very often (your music widgets should meet this problem too in that case). Try to comment some code in ray/modules/movie/inc/customFunctions.inc.php file. After it's altering it should look like:
<?
//require_once("../inc/header.inc.php");
//require_once( see more