Topic: Comments does now work [Solved]
Hello.
I have managed to install Wolf CMS, and comments are enabled in admin panel.
I've added those lines to Wolf layout:
<?php
if (Plugins::isEnabled('comment'))
{
if ($this->comment_status != Comment::NONE)
$this->includeSnippet('comment-each');
if ($this->comment_status == Comment::OPEN)
$this->includeSnippet('comment-form');
}
?>however I can't see any comment forms.
After I enabled errors I can see that:
Deprecated: Function set_magic_quotes_runtime() is deprecated in C:\wamp\www\wolf\wolf\Framework.php on line 68
Warning: Parameter 1 to comment_save() expected to be a reference, value given in C:\wamp\www\wolf\wolf\Framework.php on line 824Could anyone help please?
Last edited by tikky (2009-11-03 12:28)

