Skip to content

VT8.0.0 Undefined Array key: includes/runtime/LanguageHandler.php on line 135 and 150

When debugging the log gets full of these Warnings...

Screenshot_from_2023-11-02_15-15-46

https://code.vtiger.com/vtiger/vtigercrm/-/blob/master/includes/runtime/LanguageHandler.php#L135

https://code.vtiger.com/vtiger/vtigercrm/-/blob/master/includes/runtime/LanguageHandler.php#L150

Think changing if (!self::$fileExists[$file]) { to if (!isset(self::$fileExists[$file])) { would probably do it (untested).

Edited by Alan Lord