Foros de discusión

Chat Portlet display scrambled

thumbnail
Hangover Liferay, modificado hace 12 años.

Chat Portlet display scrambled

Junior Member Mensajes: 55 Fecha de incorporación: 18/05/10 Mensajes recientes
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 hace 12 años.

RE: Chat Portlet display scrambled

Liferay Legend Mensajes: 1302 Fecha de incorporación: 24/06/09 Mensajes recientes
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 hace 12 años.

RE: Chat Portlet display scrambled

Junior Member Mensajes: 55 Fecha de incorporación: 18/05/10 Mensajes recientes
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 hace 12 años.

RE: Chat Portlet display scrambled (Respuesta)

Junior Member Mensajes: 55 Fecha de incorporación: 18/05/10 Mensajes recientes
I figured out the issue, it was not loading the js and css because of the webserver configuration..

Thanks a lot.
Sindhu Koganti, modificado hace 8 años.

RE: Chat Portlet display scrambled

New Member Mensajes: 4 Fecha de incorporación: 19/01/16 Mensajes recientes
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 hace 8 años.

RE: Chat Portlet display scrambled

Junior Member Mensajes: 55 Fecha de incorporación: 18/05/10 Mensajes recientes
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.