8
I found this error in /modules/pm/language/nederlands/main.php
define("_PM_EMAIL_DESC", "Beste %s, dit is een bericht doorgestuurd vanaf ".$GLOBALS[\'xoopsConfig\'][\'sitename\']);
I fixed it by removing some slashes:
define("_PM_EMAIL_DESC", "Beste %s, dit is een bericht doorgestuurd vanaf ".$GLOBALS['xoopsConfig']['sitename']);
The 2.5.5 download on nlxoops is fixed already!