I have a very strange problem with NGG 1.0.2.
I have a page (not a post) that has some help info, it's at:
http://www.qbgarage.com/site-help
3/4 of the way down the page, there is this part of an incomplete sentence:
your status bar at the bottom
It's incomplete because if I just 3 more characters, the page content won't display, just the comments. This sentence should read "...your status bar at the bottom of your browser." Adding the " of" causes the page content to disappear. However, if deactivate NextGen Gallery, the page content appears fine! (There's more content that I cut out; I've simplified it here.)
This wasn't a problem in NGG .98 under WP 2.6.5; I only noticed it under WP 2.7 and NGG 1.0.1. In NGG .98, the full page content displayed fine.
I have a rotating flash header which was working fine. After editing an unrelated post, it stopped working and displayed a message to Get Flash (which is installed). I just happened to click on the above page, and no content was displayed. I deactivated NGG, and it appeared. Searching here and NGG's site, it appeared the Get Flash might be an issue because swfobject wasn't loaded, so I upgraded to 1.0.2 to see if that would help. Upgrading solved the Get Flash issue, but this page still has the problem described.
I have wp_head() between my <head></head> tags, and my folder permissions for NGG are set to 755.
Somehow this problem seems to be tied to # of characters, not words. If I change "bottom" to "bottomxx", the problem does NOT occur. But if change "bottom" to "bottomxxx", it DOES occur. My page has 15203 characters when it works; 15204 causes a problem. (I got the character count from pasting the page content into Notepad++.)
I've tried deactivating other plugins, and nothing changes. The only change is when I activate/deactivate NGG.
Any thoughts on what to check?