Description field has the limited size

  • Anonymous
  • Topic Author
  • Visitor
  • Visitor
14 years 3 months ago #3046 by Anonymous
Description field has the limited size was created by Anonymous
Hi all!

I have a problem with my joomla site with flexicontent installed. There is an article, not very large. And when it exceeds the size of about 1000 lines of pure HTML code it starts to break during the output in browser.

Here it is:
Code:
<!--Item.Begin --> <div class="prev_bg">[url=/index.php?option=com_flexicontent&amp;view=items&amp;cid=38&amp;id=154&amp;Itemid=11] <img src="/images/stories/catalog/teen/85-1-AB-887-1.gif" border="0" />[/url] <div class="prev_lnk"> <p>[url=/index.php?option=com_flexicontent&amp;view=items&amp;cid=38&amp;id=154&amp;Itemid=11]AB-887(35-40)[/url]</p> </div> </div> <!--Item.End --> <!--Item.Begin --> <div class="prev_bg">[url=/index.php?option=com_flexicontent&amp;view=items&amp;cid=37&amp;id=155&amp;Itemid=8] <img src="/images/stories/catalog/adult/86-AB-966-1.gif" border="0" />[/url] <div class="prev_lnk"> <p>[url=/index.php?option=com_flexicontent&amp;view=items&amp;cid=37&amp;id=155&amp;Itemid=8]AB-966(41-47)[/url]</p> </div> </div> <!--Item.End --> <!--Item.Begin --> <div class="prev_bg">[url=/index.php?option=com_flexicontent&amp;view=items&amp;cid=38&amp;id=156&amp;Itemid=11]<img src="/images/stories/catalog/teen/86-1-AB-966-1.gif" border="0" />[/url] <div class="prev_lnk"> <p><a href="/index.php?option=com_flexic</div>____</div>_<!--%20EOF%20description%20-->____<div%20class="clear"></div> </div>

It must be like this:
Code:
<!--Item.Begin --> <div class="prev_bg">[url=index.php?option=com_flexicontent&amp;view=items&amp;cid=38&amp;id=154&amp;Itemid=11] <img src="images/stories/catalog/teen/85-1-AB-887-1.gif" border="0" />[/url] <div class="prev_lnk"> <p>[url=index.php?option=com_flexicontent&amp;view=items&amp;cid=38&amp;id=154&amp;Itemid=11]AB-887(35-40)[/url]</p> </div> </div> <!--Item.End --> <!--Item.Begin --> <div class="prev_bg">[url=index.php?option=com_flexicontent&amp;view=items&amp;cid=37&amp;id=155&amp;Itemid=8] <img src="images/stories/catalog/adult/86-AB-966-1.gif" border="0" />[/url] <div class="prev_lnk"> <p>[url=index.php?option=com_flexicontent&amp;view=items&amp;cid=37&amp;id=155&amp;Itemid=8]AB-966(41-47)[/url]</p> </div> </div> <!--Item.End --> <!--Item.Begin --> <div class="prev_bg">[url=index.php?option=com_flexicontent&amp;view=items&amp;cid=38&amp;id=156&amp;Itemid=11]<img src="images/stories/catalog/teen/86-1-AB-966-1.gif" border="0" />[/url] <div class="prev_lnk"> <p>[url=index.php?option=com_flexicontent&amp;view=items&amp;cid=38&amp;id=156&amp;Itemid=11]AB-966(35-40)[/url]</p> </div> </div> <!--Item.End --> <!--Item.Begin --> <div class="prev_bg">[url=index.php?option=com_flexicontent&amp;view=items&amp;cid=39&amp;id=157&amp;Itemid=12]<img src="images/stories/catalog/kids/86-3-AB-966-1.gif" border="0" />[/url] <div class="prev_lnk"> <p>[url=index.php?option=com_flexicontent&amp;view=items&amp;cid=39&amp;id=157&amp;Itemid=12]AB-966(30-34)[/url]</p> </div> </div> <!--Item.End -->

Something breaks the code and inserts

<!--%20EOF%20description%20-->

EOF (End Of File) and description (description field).
Does the description field have size restrictions?
How to fix it?

I've already changed memory limit size in PHP from 8 to 192Mb. It didn't help. So it's more likely the code problem.

Please help!

Any thoughts will be appreciated!

Zanon 8-)

Please Log in or Create an account to join the conversation.

More
14 years 3 months ago #3238 by vlester
you should turn on the error report on your php.ini to display the problem. If you can't solve it, come back on the forum and post your error.

Please Log in or Create an account to join the conversation.

  • Anonymous
  • Topic Author
  • Visitor
  • Visitor
14 years 3 months ago #3309 by Anonymous
Replied by Anonymous on topic Description field has the limited size
Thanks for the reply! I tried this but failed. No errors((( Just this damn "EOF description". It seems to me that flexicontent displays a preview of the article but not a full text. Maybe Joomla tries to use its PAGEBREAK system.. I don't know... :(

Please Log in or Create an account to join the conversation.

More
14 years 3 months ago #3315 by vlester
The pagebreak system doesn't work with flexicontent. If you understand a bit of french, you can read this post, there is a new plugin tab & slide made to circumvent the pagebreak issue :
www.flexicontent.org/forum/index ... c&start=20

Please Log in or Create an account to join the conversation.

More
14 years 3 months ago #3579 by utekathy
Not a pro and need a hand if anyone can help.

In the jwts.zip file there is no php file, yet per my reading...best I can in French...you need to replace the php, not the xml. Can anyone clarify?

Please Log in or Create an account to join the conversation.

More
14 years 3 months ago #3586 by vistamedia
Hehe, maybe you discovered something ;-)
Could you please execute these queries in phpmyadmin (or whatever) and tell me if it solves your problem?
Code:
ALTER TABLE `jos_flexicontent_items_ext` CHANGE `search_index` `search_index` MEDIUMTEXT; ALTER TABLE `jos_flexicontent_fields_item_relations` CHANGE `value` `value` MEDIUMTEXT; ALTER TABLE `jos_flexicontent_items_versions` CHANGE `value` `value` MEDIUMTEXT;
Of course replace jos by your own prefix if you customized it ;-)

Cheers,
Emmanuel.

FLEXIcontent lead developer.
www.vistamedia.fr web agency and custom development.
www.joomla.fr co-administrator.
Please no PM for support request, use the forum for that!!!

Please Log in or Create an account to join the conversation.

Moderators: vistamediajoomlacornerggppdk
Time to create page: 0.298 seconds
Save
Cookies user preferences
We use cookies to ensure you to get the best experience on our website. If you decline the use of cookies, this website may not function as expected.
Accept all
Decline all
Essential
These cookies are needed to make the website work correctly. You can not disable them.
Display
Accept
Analytics
Tools used to analyze the data to measure the effectiveness of a website and to understand how it works.
Google Analytics
Accept
Decline