First, a "me too" - fresh install of CMSMS 1.2 and FEU 1.3 and FEU would not display anything. PHP 4.3.9-3.22.9 too.eviled wrote:
Maybe this?
in function.user_loginform.php, in the module that got installed by module manager, the file contained:
$smarty =$gCms->GetSmarty();
instead of
$smarty =& $gCms->GetSmarty();
Changing that made the app work for me.
But the code change you suggested fixed the problem! Thank you.