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
再現手順(To Reproduce)
不具合の発生手順を細かく記載してください。
(Steps to reproduce the behavior:)
スクリプトからvtranslateを利用する
hasがFatalErrorを発生させる
スクリーンショット(Screenshots)
PHP Fatal error: Uncaught TypeError: array_key_exists(): Argument #2 ($array) must be of type array, TrackableObject given in /var/www/html/{crm dir}/includes/runtime/BaseModel.php:87
稼働環境 Server (please complate the following information):
OS: Ubuntu 24.04
PHP version: 8.3.6
その他情報(Additional context)
includes/runtime/BaseModel.php:82付近
/** * Function to check if the key exists. * @param String $key */publicfunctionhas($key) {
returnis_array($this->valueMap) && array_key_exists($key, $this->valueMap);
}
The text was updated successfully, but these errors were encountered:
概要(Overview)
Vtiger_Base_Model->has()にて、特定のケースでエラー落ちする。
再現手順(To Reproduce)
不具合の発生手順を細かく記載してください。
(Steps to reproduce the behavior:)
スクリーンショット(Screenshots)
稼働環境 Server (please complate the following information):
その他情報(Additional context)
includes/runtime/BaseModel.php:82付近
The text was updated successfully, but these errors were encountered: