Error please help... [solved]

Memovie Joomla Template support forum for Joomla 1.5 only.
GK User
Fri Apr 02, 2010 8:47 am
Love this template, testing it out, have the following error appearing on most pages:

Notice: Undefined variable: userID in .../templates/gk_memovie/layouts/blocks/usertools/register.php on line 1

and a bunch of stuff that looks like this:

lper::isDisabled($row, true)) { $tmpl->addVar('tpl_links', 'comments_link_hidden', 1); } else if (JCommentsContentPluginHelper::isEnabled($row, true)) { $tmpl->addVar('tpl_links', 'comments_link_hidden', 0); } if ($readmore_register == 1 && $count == 0) { $tmpl->addVar('tpl_links', 'comments_link_hidden', 1); } if ($readmore_register == 1) { $readmore_text = JText::_('READMORE_REGISTER'); } else { $readmore_text = JText::_('READMORE'); } $tmpl->addVar('tpl_links', 'link-readmore-text', $readmore_text); $tmpl->addVar('tpl_links', 'link-readmore-title', $row->title); JCommentsContentPluginHelper::clear($row, true); $row->text .= $tmpl->renderTemplate('tpl_links'); $GLOBALS['jcomments_params_readmore'] = $params->get('readmore'); $GLOBALS['jcomments_row_readmore'] = $row->readmore; $params->set('readmore', 0); $row->readmore = 0; } else { JCommentsContentPluginHelper::processForeignTags($row, true); JCommentsContentPluginHelper::clear($row, true); } return; } } ?>

any idea what's up with this?
User avatar
Fresh Boarder

GK User
Sat Apr 03, 2010 9:27 am
Uninstalled some conflicting stuff and got it handled.
User avatar
Fresh Boarder

GK User
Tue Apr 13, 2010 1:38 pm
Hey Mandril, You could contribute to the community by posting more relevant subject lines and by letting us know what the conflicting components were.
User avatar
Junior Boarder

GK User
Tue Apr 13, 2010 7:25 pm
Good point - it was the content Jcomments plugin.
User avatar
Fresh Boarder


cron