PHP 7.4: Fehler bei jeder Installation bzw. deren Abschluss

  • Affected App
    WoltLab Suite Core
    Requested URL
    /acp/index.php?install-package/
    Referrer
    /acp/index.php?package-update/
    Error Message
    Trying to access array offset on value of type bool
    Type
    wcf\system\exception\ErrorException
    File (Line)
    /wsc/lib/system/WCF.class.php (341)
    Stacktrace
    1. /wsc/lib/system/package/PackageInstallationNodeBuilder.class.php (766): wcf\system\WCF::handleError(…)
    2. /wsc/lib/acp/action/InstallPackageAction.class.php (74): wcf\system\package\PackageInstallationNodeBuilder->getQueueByNode(…)
    3. /wsc/lib/action/AbstractDialogAction.class.php (68): wcf\acp\action\InstallPackageAction->stepInstall(…)
    4. /wsc/lib/action/AbstractAction.class.php (47): wcf\action\AbstractDialogAction->execute(…)
    5. /wsc/lib/system/request/Request.class.php (83): wcf\action\AbstractAction->__run(…)
    6. /wsc/lib/system/request/RequestHandler.class.php (107): wcf\system\request\Request->execute(…)
    7. /wsc/acp/index.php (9): wcf\system\request\RequestHandler->handle(…)
    Code: PackageInstallationNodeBuilder
    if ($row === false) wcfDebug($processNo, $node, $row);
    Code
    Argument 0 (integer)
    int(88)
    Argument 1 (string)
    string(0) ""
    Argument 2 (boolean)
    bool(false)

    Prinzipiell wird dieser Fall speziell in InstallPackageAction (87-102) behandelt, jedoch wird es Probleme geben, wenn die ID gelesen werden soll, aber kein Datensatz dazu gefunden wird.

  • Alexander Ebert

    Changed the title of the thread from “Fehler bei jeder Installation bzw. deren Abschluss” to “PHP 7.4: Fehler bei jeder Installation bzw. deren Abschluss”.

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!