Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Web CMS (TeamSite)
Can't edit compontents
JasonH
I am having an issue where the user interface is not showing up when editing a component in a page or template. The title bar (e.g. "Edit Component: Text Area") appears in the popup window when you click the edit link, but not that is the only thing that shows up. I am using LiveSite 2.2.1. Before installing 2.2.1, I uninstalled the 2.1 evaluation version, if that makes any difference. Any ideas?
Find more posts tagged with
Comments
wscott
Check your log files (
iw-home
/local/logs/iwui/servletd_out.log and
iw-home
/servletd/logs/localhost_log.
date
.txt) for exceptions when opening the component window.
This could also be due to version incompatibilities. What version of TeamSite are you running?
JasonH
I'm running TeamSite 6.5.0 SP1.
I searched those log files for references to "component" and did get some hits. Here's the last one from serveltd_out.log (minus the stack trace):
[Fatal Error] :26:32: The entity name must immediately follow the '&' in the entity reference.
2006-07-07 12:53:25,781 ERROR com.interwoven.livesite.common.business.BusinessException - : level [-1]
Failed to getXSL from HTMLUtil.
org.xml.sax.SAXParseException: The entity name must immediately follow the '&' in the entity reference.
wscott
LiveSite 2.2.1 only runs on TeamSite 6.5 SP 2 -- a version mismatch could produce this sort of error (the JSP might not be able to compile).
That exception looks like something that would happen upon creating a new component but it is difficult to tell without full stack trace. It's possibly a result of trying to load a component with an invalid format.