Fórumok

Broken CSS Social office

bahadir Lord xx, módosítva 14 év-val korábban

Broken CSS Social office

Junior Member Bejegyzések: 47 Csatlakozás dátuma: 2008.09.02. Legújabb bejegyzések
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, módosítva 14 év-val korábban

RE: Broken CSS Social office

Regular Member Bejegyzések: 120 Csatlakozás dátuma: 2007.08.28. Legújabb bejegyzések
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, módosítva 14 év-val korábban

RE: Broken CSS Social office

Junior Member Bejegyzések: 47 Csatlakozás dátuma: 2008.09.02. Legújabb bejegyzések
Hi,

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

BC
bahadir Lord xx, módosítva 14 év-val korábban

RE: Broken CSS Social office

Junior Member Bejegyzések: 47 Csatlakozás dátuma: 2008.09.02. Legújabb bejegyzések
Where can I download Social Officesource code?

Any help page for the setting up the development environment?

thanks
Jane McFee, módosítva 14 év-val korábban

RE: Broken CSS Social office

New Member Bejegyzések: 8 Csatlakozás dátuma: 2009.01.19. Legújabb bejegyzések
I was able to resolve this issue by turning off caching in /conf/context.xml

Hope this helps!
Jedi Lord xx, módosítva 14 év-val korábban

RE: Broken CSS Social office

Junior Member Bejegyzések: 47 Csatlakozás dátuma: 2008.09.02. Legújabb bejegyzések
Hi,

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

Thanks for your reply
Tasos Karafyllidis, módosítva 14 év-val korábban

RE: Broken CSS Social office

New Member Bejegyzések: 2 Csatlakozás dátuma: 2009.06.29. Legújabb bejegyzések
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, módosítva 14 év-val korábban

RE: Broken CSS Social office

New Member Bejegyzés: 1 Csatlakozás dátuma: 2010.03.09. Legújabb bejegyzések
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, módosítva 14 év-val korábban

RE: Broken CSS Social office

Regular Member Bejegyzések: 120 Csatlakozás dátuma: 2007.08.28. Legújabb bejegyzések
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, módosítva 13 év-val korábban

RE: Broken CSS Social office

Regular Member Bejegyzések: 180 Csatlakozás dátuma: 2010.09.15. Legújabb bejegyzések
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, módosítva 14 év-val korábban

RE: Broken CSS Social office

Junior Member Bejegyzések: 31 Csatlakozás dátuma: 2009.09.29. Legújabb bejegyzések
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">