Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ilCtrlException ERROR: Can't find target class ilsebcheckkeygui for node 167 (iluipluginroutergui). #12

Open
rrbn opened this issue Nov 18, 2022 · 1 comment

Comments

@rrbn
Copy link

rrbn commented Nov 18, 2022

Grüß dich Staphan, beim Upgrade des Plugins auf ILIAS7 bekomme ich folgende Fehlermeldung

    if ($n_class != "") {
            $this->getCallStructure($n_class);
            return array("node_id" => $this->getCidForClass($n_class),
                "base_class" => $class);
        }
    }

    if ($a_check) {
        return false;
    }
    
    // Please do NOT change these lines.
    // Developers must be aware, if they use classes unknown to the controller
    // otherwise certain problem will be extremely hard to track down...

    error_log("ERROR: Can't find target class $a_class for node $a_par_node " .
        "(" . $this->cid_class[$this->getCidOfNode($a_par_node)] . ")");
        
    include_once("./Services/UICore/exceptions/class.ilCtrlException.php");
    throw new ilCtrlException("ERROR: Can't find target class $a_class for node $a_par_node " .
        "(" . $this->cid_class[$this->getCidOfNode($a_par_node)] . ").");
}

/**
 * Check whether target is valid
 *
 * @param
 * @return
 */
public function checkTargetClass($a_class)
{
    if (!is_array($a_class)) {
        $a_class = array($a_class);
    }

    $nr = $this->current_node;
    foreach ($a_class as $class) {
        $class = strtolower($class);

        if (!$this->getCidForClass($class, true)) {

Arguments
"ERROR: Can't find target class ilsebcheckkeygui for node 167 (iluipluginroutergui)."

@kergomard
Copy link
Member

kergomard commented Nov 21, 2022

Hallo Rachid
Was machst du genau für ein Update? Von ILIAS 6 (5.4) auf ILIAS 7 oder ein Update des Plugins? Hast du composer install NACH dem Update ausgeführt? Ich verlasse mich nun zu 100% auf den Autoloader und damit der funktioniert, muss er aktualisieriert werden.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants