At the publication of the K2 Tools module on the site there are PHP errors in the uddeim_contentlink.php file:
Warning: Missing argument 4 for plgContentUddeim_contentlink::onContentPrepare() in /home/f/fr7922nc/vip-ptc.com/public_html/plugins/content/uddeim_contentlink/uddeim_contentlink.php on line 26 Notice: Undefined variable: limitstart in /home/f/fr7922nc/vip-ptc.com/public_html/plugins/content/uddeim_contentlink/uddeim_contentlink.php on line 28
Change line 26 from
public function onContentPrepare( $context, &$article, &$params, $limitstart)
to
public function onContentPrepare( $context, &$article, &$params, $limitstart=0)
This should fix the problem.
Does it work?
uddeIM & uddePF Development
CB Language Workgroup
CB 3rd Party Developer