Our forum module is version 3.1.9. Every time we submit a post with an email address (for example: .(JavaScript must be enabled to view this email address)) the topic becomes inaccessible due to a parse error. The specific error is:
Parse error: syntax error, unexpected T_LNUMBER in expressionengine/libraries/Functions.php(681) : eval()‘d code on line 705
The problem seems to be the @ symbol. When we remove it or escape it, it’s fine, but if a user just types in an email address it crashes the system. Hoping someone has experience with a fix for this. Thanks.