109
the problem is fixed..Macdonald had sent me a pm as he couldn't reply in the forum due to the maintenance on xoops.org.
To fix the problem open the file
include/notifications.inc.php and change the following lines:
1.
$item['url'] = XOOPS_URL . '/modules/'.$xoopsModule->getVar('dirname') . '/viewcat.php?cid=' . $item_id;
change into
$item['url'] = XOOPS_URL . '/modules/xoopstube/viewcat.php?cid=' . $item_id;
2.
$item['url'] = XOOPS_URL . '/modules/' . $xoopsModule -> getVar('dirname').'/singlevideo.php?cid=' . $result_array['cid'] . '&lid=' . $item_id
into
$item['url'] = XOOPS_URL . '/modules/xoopstube/singlevideo.php?cid=' . $result_array['cid'] . '&lid=' . $item_id;
thanks to macdonald