Fatal errror bei Installation von Sigplus

  • Hallo zusammen,

    habe die Migration von Joomla 3 zu 4 vorgenommen. Alles ohne Probleme. Nun will ich Sigplus installieren und bekomme folgende Fehlermeldung:

    Compile Error: require_once(): Failed opening required '/xxxxx/plugins/content/sigplus/core/setup.php' (include_path='.:/opt/RZphp74/includes')

    Symfony\Component\ErrorHandler\Error\ FatalError

    in /p/tmp/install_6422151ed2f32/hunyadi-sigplus-1abc783145fa/mod_sigplus/script.php (line 42)


        define('SIGPLUS_MEDIA_FOLDER''sigplus');

    }

    // protect duplicate class defintion when file has already been included from the installation (temporary) directory (e.g. by the plug-in installer)

    if (!class_exists('SigPlusNovoDatabaseSetup')) {

        require_once JPATH_ROOT.DIRECTORY_SEPARATOR.'plugins'.DIRECTORY_SEPARATOR.'content'.DIRECTORY_SEPARATOR.SIGPLUS_PLUGIN_FOLDER.DIRECTORY_SEPARATOR.'core'.DIRECTORY_SEPARATOR.'setup.php';

    }

    class mod_SigPlusNovoInstallerScript {

        function __construct($parent) { }

    Code
    Symfony\Component\ErrorHandler\Error\FatalError:
    Compile Error: require_once(): Failed opening required '/xxxxxxxx/plugins/content/sigplus/core/setup.php' (include_path='.:/opt/RZphp74/includes')
      at /xxxxxxx/tmp/install_6422151ed2f32/hunyadi-sigplus-1abc783145fa/mod_sigplus/script.php:42 

    Ich kann damit gar nichts anfangen. Hat da jemand eine Idee?
    VG

  • Joomla der Subdomain, auf der ich die Migration nach Joomla 4 gemacht habe, ist 4.2.9 und php ist 7.4 (kann noch nicht auf 8 wechseln, da die Hauptdomain noch nicht auf 8 läuft).
    Seltsames Phänomen. Gestern Abend beim Versuch der Installation auf dem Macbook immer obige Fehlermeldungen erhalten. Jetzt eben auf dem iMac ist die Installation ohne Probleme abgelaufen. Seltsam...