cabaa99
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Is there a post size limit?In my case, large posts, when displayed, where blank (no text). I had some shortcodes, not a lot.
I read the explanation at http://www.undermyhat.org/blog/2009/07/sudden-empty-blank-page-for-large-posts-with-wordpress/ that UBenzer indicates… however, for me the solution was to COMMENT OUT the preg_rep line in formatting.php, rather than uncommenting. I am using WP 2.8.4.
Forum: Plugins
In reply to: Feedwordpress syndication optionsI was getting “no feed found”. I turned on the debugging in feedwordpress.php by changing: define (‘FEEDWORDPRESS_DEBUG’, true) in feedwordpress.php, and then found that the feed was generating a parse error (although the feed worked fine when opened in a regular browser window).
However, that wasn’t the real the problem. When I unsubscribed from the feed and recreated it back again, it worked. Now, as long as I don’t change any settings in the feed itself, it stays working. If I start playing with the update values, it breaks again. Weird, but at least works.
BTW, all this is independent of the debug setting (also, remember to turn debug back off in feedwordpress.php otherwise you’ll be generating a lot of traffic).
I’m pulling feeds from Yahoo Pipes.
Forum: Plugins
In reply to: NextGen gallery: Singlepic: Alt-text displayed. No image.FYI.. I had the same problem: [singlepic] was broken but [gallery] was fine. Also clikcing cliking on the broken [singlepic] (empty box) will bring up the full view Ok.
Luckily I figured out the problem: I had added a carriage return in the functions.php file of my theme (Revolutions). The functions.php file has only 4 lines, and adding an ENTER at the end of it broke it.
I just deleted the extra blank space and it worked. Got the idea from one of the postings on this similar topic: http://ww.wp.xz.cn/support/topic/171358?replies=10
Hope it helps.