The ACP shows this message:
- Code: Select all
[phpBB Debug] PHP Notice: in file /language/***/mods/info_acp_wwh.php on line 58: Undefined variable: phpbb_root_path
Temp-Fix:
language/en/mods/info_acp_wwh.php
Find:
- Code: Select all
'WWH_UPDATE_NEED' => 'Update the "Who was here?" MOD. Therefor run the <a style="font-weight: bold;" href="' . $phpbb_root_path . 'install/index.php">install/index.php</a>.<br />If you did this, you should delete the install/ directory.',
replace with:
- Code: Select all
'WWH_UPDATE_NEED' => 'Update the "Who was here?" MOD. Therefor run the <a style="font-weight: bold;" href="install/index.php">install/index.php</a>.<br />If you did this, you should delete the install/ directory.',
language/de/mods/info_acp_wwh.php
Find:
- Code: Select all
'WWH_UPDATE_NEED' => 'Update deinen "Wer War Da?" MOD. Führe dazu die <a style="font-weight: bold;" href="' . $phpbb_root_path . 'install/index.php">install/index.php</a> aus.<br />Wenn du das getan hast, kannst solltest du das install/ Verzeichnis wieder entfernen.',
replace with:
- Code: Select all
'WWH_UPDATE_NEED' => 'Update deinen "Wer War Da?" MOD. Führe dazu die <a style="font-weight: bold;" href="install/index.php">install/index.php</a> aus.<br />Wenn du das getan hast, kannst solltest du das install/ Verzeichnis wieder entfernen.',

