Description: During the conversion script, we have the following code:
$dataitem = $data[$record->id];
if (!$todb->iscollection) {
if ($todb->viewstatus == assign_submission_maharaws::STATUS_SELECTED) {
$urlstring = '/user/' . $dataitem['owner'] .'/'. $dataitem['urlid'];
$todb->viewurl = $dataitem['endpointurl'] . $urlstring;
$dataitem['endpointurl'] contains the URL ending with a /. The $urlstring begins with a / too. This causes issues when they are concatenated