When I use the Keywords plugin tag {exp:keywords:entries} it throws the following:
Notice: Undefined index: comment_expiration_date in /home/lincol7/public_html/core/modules/weblog/mod.weblog.php on line 1855
Line 1855 is:
if (($row['comment_expiration_date'] > 0 && $LOC->now > $row['comment_expiration_date']) OR $row['allow_comments'] == 'n')
I have the following comment-related code inside the Keywords tags: (simplified for easier reading)
{if allow_comments}
{if comment_total == "0"}No Comments{/if}
{if comment_total == "1"}1 Comment{/if}
{if comment_total > "1"}{comment_total} Comments{/if}
{/if}
{if allow_comments == "n"}Comments are closed{/if}
The same code within an {exp:weblog:entries} tag does not create any errors.
What is the problem? Is anybody else seeing this? What can I do to fix it?
