i am using this condition variable
{if extended_text != ""}<a href="http://{comment_url_title_auto_path}" class="more-link">Read more</a>{/if}Here extended_text is a custom field.
It’s giving me this error
Parse error: syntax error, unexpected T_ENDIF in /www/public_html/blog/system/expressionengine/libraries/Functions.php(650) : eval()‘d code on line 494
Similarly if i use :
{if post_image}
{news_image}
{/if}Here post_image is a custom field defined by me.
it gives me the same error
Parse error: syntax error, unexpected T_ENDIF in /www/public_html/blog/system/expressionengine/libraries/Functions.php(650) : eval()‘d code on line 496
i am using EE ver 2.1.4