Hi

maybe there is a problem with package manager...
All files in patch-package subfolder "files" should be copied to the correct place. The
config.php must replace the old one in folder
/modules/Forum/.
Pleas look in this file, the last lines should be as follow:
/**
* //////////////////////////////////////////////////////////////////////////////////////////////
* ab hier nichts verändern
*/
// Der (include) Ordner, in dem sich die SMF Dateien befinden
$mxsmf['boardsubfolder'] = 'smf';
$mxsmf['boarddir'] = realpath(dirname(__FILE__) . '/' . $mxsmf['boardsubfolder']);
$mxsmf['path'] = 'modules/' . basename(dirname(__file__)) . '/' . $mxsmf['boardsubfolder'];
$mxsmf['path_themes'] = $mxsmf['path'] . '/Themes'; // Themes GROSSGESCHRIEBEN !!
$mxsmf['demomode'] = (function_exists('mxDemoMode') && mxDemoMode()) ? true : false;
Is it?