Forums de discussion

Broken CSS Social office

bahadir Lord xx, modifié il y a 14 années.

Broken CSS Social office

Junior Member Publications: 47 Date d'inscription: 02/09/08 Publications récentes
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, modifié il y a 14 années.

RE: Broken CSS Social office

Regular Member Publications: 120 Date d'inscription: 28/08/07 Publications récentes
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, modifié il y a 14 années.

RE: Broken CSS Social office

Junior Member Publications: 47 Date d'inscription: 02/09/08 Publications récentes
Hi,

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

BC
bahadir Lord xx, modifié il y a 14 années.

RE: Broken CSS Social office

Junior Member Publications: 47 Date d'inscription: 02/09/08 Publications récentes
Where can I download Social Officesource code?

Any help page for the setting up the development environment?

thanks
Jane McFee, modifié il y a 14 années.

RE: Broken CSS Social office

New Member Publications: 8 Date d'inscription: 19/01/09 Publications récentes
I was able to resolve this issue by turning off caching in /conf/context.xml

Hope this helps!
Jedi Lord xx, modifié il y a 14 années.

RE: Broken CSS Social office

Junior Member Publications: 47 Date d'inscription: 02/09/08 Publications récentes
Hi,

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

Thanks for your reply
Tasos Karafyllidis, modifié il y a 14 années.

RE: Broken CSS Social office

New Member Publications: 2 Date d'inscription: 29/06/09 Publications récentes
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, modifié il y a 14 années.

RE: Broken CSS Social office

New Member Envoyer: 1 Date d'inscription: 09/03/10 Publications récentes
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, modifié il y a 14 années.

RE: Broken CSS Social office

Regular Member Publications: 120 Date d'inscription: 28/08/07 Publications récentes
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, modifié il y a 13 années.

RE: Broken CSS Social office

Regular Member Publications: 180 Date d'inscription: 15/09/10 Publications récentes
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, modifié il y a 14 années.

RE: Broken CSS Social office

Junior Member Publications: 31 Date d'inscription: 29/09/09 Publications récentes
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">