Fórum

Broken CSS Social office

bahadir Lord xx, modificado 14 Anos atrás.

Broken CSS Social office

Junior Member Postagens: 47 Data de Entrada: 02/09/08 Postagens Recentes
Hi,

I have a broken Css problem in the latest social office version. After first installation its working perfectly . After a few minutes all CSS gone and coulnt fix.

Is there any idea and solution ? We want to use social office but coulnt solve this problem.

Best Regards
thumbnail
Ryan Park, modificado 14 Anos atrás.

RE: Broken CSS Social office

Regular Member Postagens: 120 Data de Entrada: 28/08/07 Postagens Recentes
Hi bahadir

The problem has been solved by
http://issues.liferay.com/browse/SOS-201
http://issues.liferay.com/browse/LPS-5244
http://issues.liferay.com/browse/LPS-5243

The fix will roll out in the next version of social office.

I haven't been able to replicate it myself but Jamie from SOS-201 says:
I had to flush the Tomcat temp and cache directory and restart again before it would come back.


Hope that helps.
bahadir Lord xx, modificado 14 Anos atrás.

RE: Broken CSS Social office

Junior Member Postagens: 47 Data de Entrada: 02/09/08 Postagens Recentes
Hi,

How we will wait to get the resolution ? Is there anyway to get this fix before relase ?

BC
bahadir Lord xx, modificado 14 Anos atrás.

RE: Broken CSS Social office

Junior Member Postagens: 47 Data de Entrada: 02/09/08 Postagens Recentes
Where can I download Social Officesource code?

Any help page for the setting up the development environment?

thanks
Jane McFee, modificado 14 Anos atrás.

RE: Broken CSS Social office

New Member Postagens: 8 Data de Entrada: 19/01/09 Postagens Recentes
I was able to resolve this issue by turning off caching in /conf/context.xml

Hope this helps!
Jedi Lord xx, modificado 14 Anos atrás.

RE: Broken CSS Social office

Junior Member Postagens: 47 Data de Entrada: 02/09/08 Postagens Recentes
Hi,

is it under tomcat/conf/... and what you add to the file ?

Thanks for your reply
Tasos Karafyllidis, modificado 14 Anos atrás.

RE: Broken CSS Social office

New Member Postagens: 2 Data de Entrada: 29/06/09 Postagens Recentes
Hi,

It worked for me by disabling CacheFilter and GZipFilter in the portal properties file. You can override the default values by adding the following lines in the portal-ext.properties file

com.liferay.portal.servlet.filters.cache.CacheFilter=false
com.liferay.portal.servlet.filters.gzip.GZipFilter=false

Tasos
Patrick Evans, modificado 14 Anos atrás.

RE: Broken CSS Social office

New Member Mensagem: 1 Data de Entrada: 09/03/10 Postagens Recentes
It worked for me by disabling CacheFilter and GZipFilter in the portal properties file. You can override the default values by adding the following lines in the portal-ext.properties file

com.liferay.portal.servlet.filters.cache.CacheFilter=false
com.liferay.portal.servlet.filters.gzip.GZipFilter=false


This fix only works for Java 5. If you're trying to make SO work with Java 6, give up now and install Java 5. Once you do that and apply this fix, you'll have a working installation.
thumbnail
Ryan Park, modificado 14 Anos atrás.

RE: Broken CSS Social office

Regular Member Postagens: 120 Data de Entrada: 28/08/07 Postagens Recentes
Hi Patrick,

Have you tried Vinod V's suggested work around. I'm looking for a solution to this problem until we can provide a new build that doesn't have this issue.

Thanks!
thumbnail
William Fleming, modificado 13 Anos atrás.

RE: Broken CSS Social office

Regular Member Postagens: 180 Data de Entrada: 15/09/10 Postagens Recentes
Ryan Park:
Hi Patrick,

Have you tried Vinod V's suggested work around. I'm looking for a solution to this problem until we can provide a new build that doesn't have this issue.

Thanks!


Do we have a solution for this yet as I have Java 6 running just now on a centOS box and i really don't want to install java 5 if there is fix?

Thanks
Vinod V, modificado 14 Anos atrás.

RE: Broken CSS Social office

Junior Member Postagens: 31 Data de Entrada: 29/09/09 Postagens Recentes
Jedi Lord xx:
Hi,

is it under tomcat/conf/... and what you add to the file ?

Thanks for your reply


Yes it is..

Edit the
<Context> tag
to
<Context cachingAllowed="false">