Quote:
Originally Posted by esfron
I have the same problem. Forum pulls the posts made to it back into the topic so there is double posts..
{I don't find if ($message['user-agent'] == $settings['useragent'] AND
$message['organization'] == $settings['organization']) {
Where is it ?
|
This is referring to an older version. The new version has this function built into AdminCP.
Find: SET value = {$get_max_postid['postid']}
change it to
SET value = $get_max_postid[postid]
and see if you still get the error.