Hi,
I installed Q2A to my localhost and it doesn't show any dates. i.e. asked date, commented date or answered date. I removed @ sign at post_meta_when function in qa-theme-base.php and I am getting an error at home page like that:
Notice: Undefined index: when in C:\wamp\www\question\qa-include\qa-theme-base.php
post_meta_when function is:
public function post_meta_when($post, $class)
{
$this->output_split(@$post['when'], $class.'-when');
}
I am using: Apache: 2.4.9 - Myql: 5.6.17 - PHP: 5.5.12
Can anyone help me? What could I have done wrong?