1
Hi all
Using the last version of Userpage(1.4) with XOOPS 2.018.2.
Selected editor=DHTML
When trying to edit the page I get:
====================================
Fatal error: Call to a member function render() on a non-object in /home/wwwiepw/public_html/modules/userpage/userpage_edit.php on line 66
=================================
line 64 through 67:
$xoopsTpl->assign('xoops_pagetitle', strip_tags(_USERPAGE_EDIT).' - '.$myts->htmlSpecialChars($xoopsModule->name()));
$editor = userpage_utils::getWysiwygForm('Editor', 'up_text', $page->getVar('up_text','e'), 15, 60, 'userpage_hidden');
$xoopsTpl->assign('editor',$editor->render());
break;
Any ideas?
ps. does this module depends on xoopseditor pack?
Thanks