Foren

Selecting structure while adding a template

Robert Meissner, geändert vor 6 Jahren.

Selecting structure while adding a template

Junior Member Beiträge: 76 Beitrittsdatum: 26.02.15 Neueste Beiträge
On Liferay 7 GA4 when selecting Content -> Templates -> Add new Template -> select structure i get JavaScript console error in latest Google Chrome 59.0.3071.115

VM4661:17 Uncaught TypeError: Cannot read property 'ancestor' of null
    at m (<anonymous>:17:474)
    at g (<anonymous>:17:146)
    at Object.<anonymous> (<anonymous>:25:549)
    at a.Subscriber._notify (everything.jsp?browserId=other&amp;themeId=ebhextranettheme_WAR_ebhextranettheme&amp;colorSchemeId=01&amp;minif…:828)
    at a.Subscriber.notify (everything.jsp?browserId=other&amp;themeId=ebhextranettheme_WAR_ebhextranettheme&amp;colorSchemeId=01&amp;minif…:829)
    at a.CustomEvent._notify (everything.jsp?browserId=other&amp;themeId=ebhextranettheme_WAR_ebhextranettheme&amp;colorSchemeId=01&amp;minif…:825)
    at a.CustomEvent._procSubs (everything.jsp?browserId=other&amp;themeId=ebhextranettheme_WAR_ebhextranettheme&amp;colorSchemeId=01&amp;minif…:826)
    at a.CustomEvent.q.fireComplex (everything.jsp?browserId=other&amp;themeId=ebhextranettheme_WAR_ebhextranettheme&amp;colorSchemeId=01&amp;minif…:843)
    at a.CustomEvent._fire (everything.jsp?browserId=other&amp;themeId=ebhextranettheme_WAR_ebhextranettheme&amp;colorSchemeId=01&amp;minif…:825)
    at Object.fire (everything.jsp?browserId=other&amp;themeId=ebhextranettheme_WAR_ebhextranettheme&amp;colorSchemeId=01&amp;minif…:839)</anonymous></anonymous></anonymous></anonymous>
Eloy Castro, geändert vor 6 Jahren.

RE: Selecting structure while adding a template

New Member Beitrag: 1 Beitrittsdatum: 18.10.17 Neueste Beiträge
Robert Meissner:
On Liferay 7 GA4 when selecting Content -> Templates -> Add new Template -> select structure i get JavaScript console error in latest Google Chrome 59.0.3071.115

VM4661:17 Uncaught TypeError: Cannot read property 'ancestor' of null
    at m (<anonymous>:17:474)
    at g (<anonymous>:17:146)
    at Object.<anonymous> (<anonymous>:25:549)
    at a.Subscriber._notify (everything.jsp?browserId=other&amp;themeId=ebhextranettheme_WAR_ebhextranettheme&amp;colorSchemeId=01&amp;minif…:828)
    at a.Subscriber.notify (everything.jsp?browserId=other&amp;themeId=ebhextranettheme_WAR_ebhextranettheme&amp;colorSchemeId=01&amp;minif…:829)
    at a.CustomEvent._notify (everything.jsp?browserId=other&amp;themeId=ebhextranettheme_WAR_ebhextranettheme&amp;colorSchemeId=01&amp;minif…:825)
    at a.CustomEvent._procSubs (everything.jsp?browserId=other&amp;themeId=ebhextranettheme_WAR_ebhextranettheme&amp;colorSchemeId=01&amp;minif…:826)
    at a.CustomEvent.q.fireComplex (everything.jsp?browserId=other&amp;themeId=ebhextranettheme_WAR_ebhextranettheme&amp;colorSchemeId=01&amp;minif…:843)
    at a.CustomEvent._fire (everything.jsp?browserId=other&amp;themeId=ebhextranettheme_WAR_ebhextranettheme&amp;colorSchemeId=01&amp;minif…:825)
    at Object.fire (everything.jsp?browserId=other&amp;themeId=ebhextranettheme_WAR_ebhextranettheme&amp;colorSchemeId=01&amp;minif…:839)</anonymous></anonymous></anonymous></anonymous>



My solution was the one proposed here:

I went into database and change in table Group_ the creatorUserId of "guest" to the id of my user Test, because im using it, and my group is Guest.