You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)."
The text was updated successfully, but these errors were encountered:
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.
Grüß dich Staphan, beim Upgrade des Plugins auf ILIAS7 bekomme ich folgende Fehlermeldung
Arguments
"ERROR: Can't find target class ilsebcheckkeygui for node 167 (iluipluginroutergui)."
The text was updated successfully, but these errors were encountered: