Fatal error: Call to a member function on a non-object in /kunden/xxx/webseiten/quasselecke/includes/functions_post.php on line 368
und hier ist die 368
$cash_message = $GLOBALS['cm_posting']->update_post($mode, $post_data, $forum_id, $topic_id, $post_id, $topic_type, $bbcode_uid, $post_username, $post_message);
ka was da falsch ist
damit der cash und das quiz zusammen arbeiten habe ich
if (empty($GLOBALS['cm_posting']) )
{
$cash_message = $GLOBALS['cm_posting']->update_post($mode, $post_data, $forum_id, $topic_id, $post_id, $topic_type, $bbcode_uid, $post_username, $post_message);
}
eingegeben
wenn ich das mit !
if (!empty($GLOBALS['cm_posting']) )
{
$cash_message = $GLOBALS['cm_posting']->update_post($mode, $post_data, $forum_id, $topic_id, $post_id, $topic_type, $bbcode_uid, $post_username, $post_message);
}
eingeben würde, bekomme ich keine Fehlermeldung aber dann bekommt man auch keine points wenn man ein Beitrag schreibt