Fórum

Chat Portlet display scrambled

thumbnail
Hangover Liferay, modificado 12 Anos atrás.

Chat Portlet display scrambled

Junior Member Postagens: 55 Data de Entrada: 18/05/10 Postagens Recentes
Hi all,
Whe i add chat portlet ver 5.2.6 on my lifreray 5.2.6 version, the portlet's display is scrambled, as shown in the attached screen shot.
Please help to identify the issue

Thanks
thumbnail
Ravi Kumar Gupta, modificado 12 Anos atrás.

RE: Chat Portlet display scrambled

Liferay Legend Postagens: 1302 Data de Entrada: 24/06/09 Postagens Recentes
looks like css and javascript is not properly loaded..
try setting up these property in portal-ext.properties
javascript.fast.load=false
theme.css.fast.load=false
thumbnail
Hangover Liferay, modificado 12 Anos atrás.

RE: Chat Portlet display scrambled

Junior Member Postagens: 55 Data de Entrada: 18/05/10 Postagens Recentes
Hi Ravi,
Thanks for responding to my post. I tried your suggestion and it did not fix the issue, however you are right that the css and js are not loading.

When I checked the firebug console I see the following errors ( 404)

http://******.com/chat-portlet/css.jsp?browserId=firefox&themeId=ssc_WAR_ssctheme&colorSchemeId=02&t=1313527164000
http://******.com/chat-portlet/javascript.js?browserId=firefox&t=1313527164000

But I see these files inside the chat-portlet, why do you think they are not getting loaded ?


Thanks
thumbnail
Hangover Liferay, modificado 12 Anos atrás.

RE: Chat Portlet display scrambled (Resposta)

Junior Member Postagens: 55 Data de Entrada: 18/05/10 Postagens Recentes
I figured out the issue, it was not loading the js and css because of the webserver configuration..

Thanks a lot.
Sindhu Koganti, modificado 8 Anos atrás.

RE: Chat Portlet display scrambled

New Member Postagens: 4 Data de Entrada: 19/01/16 Postagens Recentes
Hi,

Can you briefly explain the solution for the above problem. What do you mean by webserver configuration? Please help me. I am facing similar issue in loading my plugin(chat plugin - MUC) installed through marketplace. My url is like domain/liferay/web/guest/home. When I install the plugin it doesn't load css, images files.
Ex: domain/lims-muc-portlet/images/background-message-bubble.png
I set the context path in portal-ext.properties by providing command portal.ctx=/liferay
I am able to see all css,image files of lims-muc-portlet in webapps folder. But why is it not loading in the page? Can anyone help me?

Thanks
Koganti
thumbnail
Liferay Liferay, modificado 8 Anos atrás.

RE: Chat Portlet display scrambled

Junior Member Postagens: 55 Data de Entrada: 18/05/10 Postagens Recentes
We had configuration on the web server in such a way that all the static content ( css, js, images) were served from the webserver, after I copied the static content from app server to webserver it started working fine.