ich update gerade mein Board von 3.0.5 auf 3.0.6 leider macht der MOD Sound@PM von 4seven probleme.
Normalerweise würde ich den Mod, der mittlerweile ABD ist, ja einfach wieder ausbauen, aber leider sind keine Installationsdateien mehr zu finden.
Hätte jemand noch die Installationsdateien dieses MODs?
Der Fehler sieht übrigens so aus (includes/acp/acp_board.php):
Code: Alles auswählen
<<<<<<< Anfang des Konflikts — Inhalt der originalen Datei vor Aktualisierung
'enable_pm_icons' => array('lang' => 'ENABLE_PM_ICONS', 'validate' => 'bool', 'type' => 'radio:yes_no', 'explain' => false),
'legend3' => 'Sound_AT_PM',
'pm_sound_global_off' => array('lang' => 'SOUND_PM_GLOBAL_OFF', 'validate' => 'bool', 'type' => 'radio:yes_no', 'explain' => true),
'pm_ajax_global_off' => array('lang' => 'SOUND_PM_AJAX_GLOBAL_OFF', 'validate' => 'bool', 'type' => 'radio:yes_no', 'explain' => true),
'pm_ajax_intervall_pm' => array('lang' => 'AJAX_INTERVALL_PM', 'validate' => 'string', 'type' => 'text:50:255', 'explain' => true),
'pm_sound_file_1' => array('lang' => 'SOUND_PM_FILE_1', 'validate' => 'string', 'type' => 'text:50:255', 'explain' => true),
'pm_sound_file_2' => array('lang' => 'SOUND_PM_FILE_2', 'validate' => 'string', 'type' => 'text:50:255', 'explain' => true),
'pm_sound_file_3' => array('lang' => 'SOUND_PM_FILE_3', 'validate' => 'string', 'type' => 'text:50:255', 'explain' => true),
'pm_sound_file_4' => array('lang' => 'SOUND_PM_FILE_4', 'validate' => 'string', 'type' => 'text:50:255', 'explain' => true),
'pm_sound_file_5' => array('lang' => 'SOUND_PM_FILE_5', 'validate' => 'string', 'type' => 'text:50:255', 'explain' => true),
'pm_sound_file_6' => array('lang' => 'SOUND_PM_FILE_6', 'validate' => 'string', 'type' => 'text:50:255', 'explain' => true),
'pm_sound_file_7' => array('lang' => 'SOUND_PM_FILE_7', 'validate' => 'string', 'type' => 'text:50:255', 'explain' => true),
'pm_sound_file_8' => array('lang' => 'SOUND_PM_FILE_8', 'validate' => 'string', 'type' => 'text:50:255', 'explain' => true)
======= Inhalt der neuen / aktualisierten Datei
'enable_pm_icons' => array('lang' => 'ENABLE_PM_ICONS', 'validate' => 'bool', 'type' => 'radio:yes_no', 'explain' => false),
'legend3' => 'ACP_SUBMIT_CHANGES',
>>>>>>> Ende des Konflikts
Weiß jemand Abhilfe?