Folgendes Problem tritt nach dem Einbau des Personal_Notes_2.0.9 Mod bei mir auf.
Wenn ein User geburtstag hat kommt folgende Fehlermeldung:
[phpBB Debug] PHP Notice: in file /includes/functions_posting.php on line 1692: Undefined index: dl_topic_user
Code: Alles auswählen
/**
* Submit Post
* @todo Split up and create lightweight, simple API for this.
*/
function submit_post($mode, $subject, $username, $topic_type, &$poll, &$data, $update_message = true, $update_search_index = true)
{
global $db, $auth, $user, $config, $phpEx, $template, $phpbb_root_path;
// (c) 2010 Download MOD by OXPUS - FIX poster, if choosen for download topic and differ to current user
if ($data['dl_topic_user']) // Zeile1692
{
$user->data['user_id'] = $data['poster_id'];
$user->data['username'] = $username;
}
// (c) 2010 Download MOD by OXPUS
// We do not handle erasing posts here
if ($mode == 'delete')
{
return false;
}
$current_time = time();Ich habe schon alles was mit dem Personal_Notes- und dem DL-Mod zu tun hat kontrolliert kann aber nicht finden.
Hast Du evtl. eine Idee (Anstoss) voran es liegen könnte ?
MFG Franki