Ask Questions and Find Answers
Important:
Ask is now read-only. You can review any existing questions and answers, but not add anything new.
But - don't panic! While ask is no more, we've replaced it with discuss - the new Liferay Discussion Forum! Read more here here or just visit the site here:
discuss.liferay.com
RE: Unexplained "alertContainer" popping up while navigating on site as gu
Hi all,
We have a very strange situation with 7.2.1 CE GA2. We have a public website with a custom theme and whenever we navigate o a page we're getting an error message saying the request was unsuccesful. But we have no request on the page - just normal CMS pages.
We have no errors on catalina.out and no errors on the browser javascript or network console.
Any ideas?
Thanks
Could be a bug, but it is hard to say.
You could try to disable the SPA feature by adding the following line to portal-ext.properties
javascript.single.page.application.enabled = false
I have no idea if that helps, but you could try it.
We hid it with CSS. But will try your solution too. Thanks Christoph!