Thanks NDM-CareerOne! I am also able to verify that a ‘\’ at the end of the field causes the same problem.
I took a look at the content we placed in our summary field and although I didn’t see a ‘\’ at the end of the field, I did notice a problem with the tags for the Videoplug extension:
[youtube]Vq7rrQMgUGs[/youtube]
I changed the # of entries returned from 10 to 1 and when I took the youtube tags out, the code worked fine. When I put the youtube tags in, I received the parse error.
Looking into it a little more, I discovered that
[youtube]Vq7rrQMgUGs[/youtube
did not cause the problem.
I thought maybe the code that Videoplug produced could be the problem. I replaced
[youtube]Vq7rrQMgUGs[/youtube
with
<object type="application/x-shockwave-flash" style="width:425px; height:350px;" data="http://www.youtube.com/v/Vq7rrQMgUGs">
<param name="movie" value="http://www.youtube.com/v/jBEYyHGbwto" /></object></p>
and that worked fine.
When I disable the Videoplug extension, it works fine. Unfortunately, we need to use that extension in our posts.
Could it be possible that these two issues are related?
Any ideas?