Had an odd issue this morning from a client, they approved a comment and when they went to the post to read the comment, they are instead greeted with the following error message:
Parse error: syntax error, unexpected T_STRING in /path/to/expressionengine/libraries/Functions.php(659) : eval()'d code on line 49I switched the comment back and the entry loads fine again. I’ve looked through the comment, it doesn’t seem to contain any special characters and was written by someone the client knows, so it isn’t spam. The client found (don’t know how) that if he put a period at the end of the last sentence in the comment, it worked fine. While this may be an acceptable fix this one time, I’m not certain it won’t happen again. Any ideas?
I’m running EEv2.4.0 - Build: date 20120123 and I’m calling the comment with the {comment_stripped} tag.