We have installed Sugar Open Source Version 4.5.1d (Build 1273). When we login the interface shows up fine but with some scripting at the top of the page:
return $query; } function set_notification_body($xtpl, $account) { $xtpl->assign("ACCOUNT_NAME", $account->name); $xtpl->assign("ACCOUNT_TYPE", $account->account_type); $xtpl->assign("ACCOUNT_DESCRIPTION", $account->description); return $xtpl; } function bean_implements($interface){ switch($interface){ case 'ACL':return true; } return false; } } ?>
Any idea as to why we are seeing this and how we might be able to fix it? You can see a screenshot of the issue in the attachment.
Regards-CMEEK


LinkBack URL
About LinkBacks



Reply With Quote

Bookmarks