Hi,
I am getting the following PHP Warning:
PHP Warning: in_array() expects parameter 2 to be array, string given in /wp-content/plugins/simple-press/forum/content/classes/sp-list-topic-class.php on line 337
Line 337 is:
if (in_array($topic, $spThisUser->newposts[‘topics’]))
It seems that under some circumstances $spThisUser->newposts[‘topics’] is considered a string.