Beim Cash Mod muss man in der includes/functions_post.php folgende zwei Teile einbauen:
Code: Alles auswählen
#
#-----[ OPEN ]------------------------------------------
#
includes/functions_post.php
#
#-----[ FIND ]------------------------------------------
#
$meta = '<meta http-equiv="refresh" content="3;url=' . append_sid("viewtopic.$phpEx?" . POST_POST_URL . "=" . $post_id) . '#' . $post_id . '">';
#
#-----[ BEFORE, ADD ]------------------------------------------
#
$cash_message = $GLOBALS['cm_posting']->update_post($mode, $post_data, $forum_id, $topic_id, $post_id, $topic_type, $bbcode_uid, $post_username, $post_message);
#
#-----[ FIND ]------------------------------------------
#
include($phpbb_root_path . 'includes/functions_search.'.$phpEx);
#
#-----[ BEFORE, ADD ]------------------------------------------
#
$GLOBALS['cm_posting']->update_delete($mode, $post_data, $forum_id, $topic_id, $post_id);
Code: Alles auswählen
Fatal error: Call to a member function on a non-object in /usr/export/www/vhosts/funnetwork/hosting/mt19/phpBB2/includes/functions_post.php on line 398
Code: Alles auswählen
Fatal error: Call to a member function on a non-object in /usr/export/www/vhosts/funnetwork/hosting/mt19/phpBB2/includes/functions_post.php on line 574
Brauche deshalb dringend hilfe.