Foros de discusión

Article content size maximum for the actual HTML and also portlet max

thumbnail
jfradkin@wazagua.com jfradkin@wazagua.com, modificado hace 16 años.

Article content size maximum for the actual HTML and also portlet max

Junior Member Mensajes: 46 Fecha de incorporación: 22/09/05 Mensajes recientes
I recently converted to 4.3.4 and am having an issue with the size of the portlet
article content.
I also have an issue with the size of the text in the html editor.

The older version did not have trouble displaying a long article (my client has a 460k article).
I also noticed when pasting the text in I could only seem to save aprx 256k of text.

Is there any fix for these issues?
I know the free form layour allows a scrollable portlet which may be a fine fix for the display issue, but I also need to be able to save long article content. The converted articles are there ok, but as soon as they try an edit this is going to be a serious issue for me.

Any help is much appreciated. I can compile java if I need to edit the content editor.
But I ma not sure what files make up that application or what changes I might need to make.

Joel
Tim Vaupel, modificado hace 11 años.

RE: Article content size maximum for the actual HTML and also portlet max

New Member Mensajes: 4 Fecha de incorporación: 30/01/12 Mensajes recientes
This is a very old post, but I was facing a similar problem in Liferay 6.1.0.
After adding a lot of content in an article I received the following error message:
You have exceeded the maximum article content size allowed.


After debugging the code from Liferay I finally found the property in portal.properties which is "responsible" for this:

com.liferay.portal.upload.LiferayFileItem.threshold.size


I increased the size and now I am able to store more than 256kb of text.

I hope that will help the next person who runs into the same problem/error message.


Tim
Gwowen Fu, modificado hace 11 años.

RE: Article content size maximum for the actual HTML and also portlet max

Expert Mensajes: 315 Fecha de incorporación: 27/12/10 Mensajes recientes
You can also change the size at Control Panel->Server Administration->File Uploads.