<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
	<title>Forum | studiograsshopper</title>
	<link>http://www.studiograsshopper.ch/forum/serial-posts/erratic-problem/</link>
	<description><![CDATA[Wordpress development, plugins, code ideas and babycakes*]]></description>
	<generator>Simple:Press Version 4.3.2</generator>
	<atom:link href="http://www.studiograsshopper.ch/forum/?serial-posts&#038;erratic-problem&#038;xfeed=topic" rel="self" type="application/rss+xml" />
<item>
	<title>Ade on Erratic problem</title>
	<link>http://www.studiograsshopper.ch/forum/serial-posts/erratic-problem/#p1183</link>
	<category>Serial Posts</category>
	<guid isPermaLink="true">http://www.studiograsshopper.ch/forum/serial-posts/erratic-problem/#p1183</guid>
	<description><![CDATA[<p><img title="Laugh" src="/wp-content/forum-smileys/sf-laugh.gif" alt="Laugh" /> Glad it worked!</p>
<p>Good idea about adding it to the FAQ/Instructions. Thanks.</p>
<p>As for your suggestions on the other thread - yes, I&#39;m thinking about it. Personally, I try to avoid custom fields as much as possible because it&#39;s something else for the ordinary user to have to remember - and non-technical users seem to struggle with custom fields. I&#39;m going to see if I can give this extra functionality without using additional custom fields.</p>
]]></description>
	<pubDate>Fri, 25 Dec 2009 11:39:56 +0000</pubDate>
</item>
<item>
	<title>javier on Erratic problem</title>
	<link>http://www.studiograsshopper.ch/forum/serial-posts/erratic-problem/#p1181</link>
	<category>Serial Posts</category>
	<guid isPermaLink="true">http://www.studiograsshopper.ch/forum/serial-posts/erratic-problem/#p1181</guid>
	<description><![CDATA[<p>Man, you are good! I was almost sure it was an issue with the lenght of the posts, but I didn&#39;t think in a bug in Wordpress core.</p>
<p>The workaround in config.php worked like a charm.</p>
<p>May I suggest you to put this issue in instructions.txt as a warning...</p>
<p>Are you planning in implementing the suggestions I have given you in the other entry?</p>
<p>Thanks.</p>
]]></description>
	<pubDate>Fri, 25 Dec 2009 06:10:13 +0000</pubDate>
</item>
<item>
	<title>Ade on Erratic problem</title>
	<link>http://www.studiograsshopper.ch/forum/serial-posts/erratic-problem/#p1180</link>
	<category>Serial Posts</category>
	<guid isPermaLink="true">http://www.studiograsshopper.ch/forum/serial-posts/erratic-problem/#p1180</guid>
	<description><![CDATA[<p></p>
<p>Javier,</p>
<p>I think I&#39;ve found the problem - and the fix. <img title="Smile" src="/wp-content/forum-smileys/sf-smile.gif" alt="Smile" /></p>
<p>There is a bug in Wordpress that prevents <span style="text-decoration: underline;">shortcodes</span> working properly when a post exceeds 100k characters. You can read about it here, and it&#39;s still not fixed in WP 2.9:</p>
<p><a href="http://core.trac.wordpress.org/ticket/8553" target="_blank">http://core.trac.wordpress.org.....icket/8553</a></p>
<p>The symptom of the bug is that you get an empty post.</p>
<p>You are using the serialposts shortcode and your chapters are long (by WP post norms), so I&#39;m sure this bug is causing the problems on your site.</p>
<p>There are two fixes to get around this (take your pick)....</p>
<p>1. Stop using the shortcode in your book chapter posts and use the template tag instead, therefore in index.php (or single.php, whichever is used for the single post view) add this:</p>
<p><div class="sfcode">&#60;?php serial_posts(); ?&#62;</div>
</p>
<p>Add this immediately above the call to the_content in the relevant template file.</p>
<p>2. Alternatively, add this code to your wp-config.php immediately above the Happy Blogging line:</p>
<p><div class="sfcode">ini_set(&#39;pcre.backtrack_limit&#39;, 1000000);</div>
</p>
<p>Be aware, fix #2 will only work if your server is running PHP 5.2+.</p>
<p></p>
]]></description>
	<pubDate>Fri, 25 Dec 2009 01:17:01 +0000</pubDate>
</item>
<item>
	<title>javier on Erratic problem</title>
	<link>http://www.studiograsshopper.ch/forum/serial-posts/erratic-problem/#p1174</link>
	<category>Serial Posts</category>
	<guid isPermaLink="true">http://www.studiograsshopper.ch/forum/serial-posts/erratic-problem/#p1174</guid>
	<description><![CDATA[<p>I am really grateful for your patience and support&#8230;</p>
<p>It is true that my host has memory issues from time to time. I think I will be moving to another server, dedicated this time. The only problem is moving 10+ gigs of data&#8230;</p>
<p>Anyway, I really liked your plugin and will tell you about my success (or problems) when I move everything.</p>
<p>Thanks again, and merry Christmas.</p>
]]></description>
	<pubDate>Thu, 24 Dec 2009 06:01:35 +0000</pubDate>
</item>
<item>
	<title>Ade on Erratic problem</title>
	<link>http://www.studiograsshopper.ch/forum/serial-posts/erratic-problem/#p1169</link>
	<category>Serial Posts</category>
	<guid isPermaLink="true">http://www.studiograsshopper.ch/forum/serial-posts/erratic-problem/#p1169</guid>
	<description><![CDATA[<p>Javier,</p>
<p>I took a look at Admin and everything seems to be set up correctly. I didn&#39;t want to play around too much in case I undid something important!</p>
<p>Considering you&#39;ve got Super Cache installed, your site seems slow to me. I also got a 500 Internal Server Error at one point just navigating around your site. I wonder if your server is maxing out on PHP memory or CPU?</p>
<p>YARPP uses a lot of memory resources (I try to avoid using it, because of that), so it would be interesting to see what happens when that and Super Cache are disabled. You could also install WP-Tuner plugin to get some information on database queries, PHP memory and CPU usage.</p>
<p>The problem is that I can&#39;t reproduce your problem on my test install. I am sure the problem lies elsewhere and that Serial Posts is working properly, but something else is causing teh problem. There&#39;s only so much I can do at my end. <img title="Confused" src="/wp-content/forum-smileys/sf-confused.gif" alt="Confused" /></p>
]]></description>
	<pubDate>Wed, 23 Dec 2009 22:03:35 +0000</pubDate>
</item>
<item>
	<title>Ade on Erratic problem</title>
	<link>http://www.studiograsshopper.ch/forum/serial-posts/erratic-problem/#p1168</link>
	<category>Serial Posts</category>
	<guid isPermaLink="true">http://www.studiograsshopper.ch/forum/serial-posts/erratic-problem/#p1168</guid>
	<description><![CDATA[<p>The only other thing I can suggest is that you send me an admin login and password by PM so that I can take a look.</p>
]]></description>
	<pubDate>Wed, 23 Dec 2009 21:09:57 +0000</pubDate>
</item>
<item>
	<title>javier on Erratic problem</title>
	<link>http://www.studiograsshopper.ch/forum/serial-posts/erratic-problem/#p1167</link>
	<category>Serial Posts</category>
	<guid isPermaLink="true">http://www.studiograsshopper.ch/forum/serial-posts/erratic-problem/#p1167</guid>
	<description><![CDATA[<p>Unckeck... and still the same. In fact, I have tried every possible combination, with no luck.</p>
<p></p>
<p>I have deactivated all the plugins in the web except Serial Posts plugin... still the same. I will keep all the plugins deactivated, for you to see, until next post...</p>
<p>Thanks again... this is really puzzling.</p>
<p></p>
]]></description>
	<pubDate>Wed, 23 Dec 2009 20:57:19 +0000</pubDate>
</item>
<item>
	<title>Ade on Erratic problem</title>
	<link>http://www.studiograsshopper.ch/forum/serial-posts/erratic-problem/#p1166</link>
	<category>Serial Posts</category>
	<guid isPermaLink="true">http://www.studiograsshopper.ch/forum/serial-posts/erratic-problem/#p1166</guid>
	<description><![CDATA[<p>No problem! I&#39;m as curious as you to find the cause of this. I&#39;m quite puzzled because I cannot reproduce this problem here. I have many posts assigned to one Serial and the list shows correctly on each post.</p>
<p>Can you temporarily change the plugin&#39;s Settings and uncheck the "Include current post" box? I want to see if that makes a difference.</p>
<p>The next thing to try is to disable your other plugins, just in case there is a conflict.</p>
]]></description>
	<pubDate>Wed, 23 Dec 2009 20:45:30 +0000</pubDate>
</item>
<item>
	<title>javier on Erratic problem</title>
	<link>http://www.studiograsshopper.ch/forum/serial-posts/erratic-problem/#p1165</link>
	<category>Serial Posts</category>
	<guid isPermaLink="true">http://www.studiograsshopper.ch/forum/serial-posts/erratic-problem/#p1165</guid>
	<description><![CDATA[<p>It happens in several posts.</p>
<p>I have tried to change the "name" of the Serial personalized field, but it doesn&#39;t solve the problem either.</p>
<p>I rechecked no duplicities in Serial field, no one is there.</p>
<p>I also checked in different browers, the same in all of them: Firefox, Explorer, Chrome.</p>
<p>If you go to <a href="http://www.vicencianos.org/web/2009/08/01/vida-del-senor-vicente-de-paul-00-oblituario-y-panegirico-para-un-santo/" rel="nofollow">http://www.vicencianos.org/web.....-un-santo/</a> (first chapter) you will see it displayed correctly, the list with the 11 chapters. If you ckick there to "capitulo 1" it will work also, an so in "Capitulo 2". But if you click in the rest of the chapters, you will get a "blank" page.... no list, no contens.</p>
<p>Thank you again for your time and efforts.</p>
<p></p>
]]></description>
	<pubDate>Wed, 23 Dec 2009 20:27:15 +0000</pubDate>
</item>
<item>
	<title>Ade on Erratic problem</title>
	<link>http://www.studiograsshopper.ch/forum/serial-posts/erratic-problem/#p1164</link>
	<category>Serial Posts</category>
	<guid isPermaLink="true">http://www.studiograsshopper.ch/forum/serial-posts/erratic-problem/#p1164</guid>
	<description><![CDATA[<p>Does this only happen with that one post, or do other posts have the same problem?</p>
<p>Check that you only have one Serial custom field for this post.</p>
]]></description>
	<pubDate>Wed, 23 Dec 2009 20:04:39 +0000</pubDate>
</item>
</channel>
</rss>