Dan, this error appears in this function, but unfortunately I can not reproduce the test environment we create.
All Media ID embedded given the same ID, the same problem occurs in the ticker. As I understand this error when generating a new ID and save the XML column.
// If this is a non region specific type, then move on
if ($this->IsRegionSpecific($type))
{ // Generate a new media id $newMediaId = md5(uniqid());
Dan, this error appears in this function, but unfortunately I can not reproduce the test environment we create.
All Media ID embedded given the same ID, the same problem occurs in the ticker. As I understand this error when generating a new ID and save the XML column.
// If this is a non region specific type, then move on >IsRegionSpecif ic($type) )
/ / Generate a new media id
$ newMediaId = md5(uniqid());
if ($this-
{