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
Hi,
it's not compliant but you can bypass the problem by update search/models/AuthItem on line 79:
replace this code: $search = mb_strtolower(trim($this->name)); $desc = mb_strtolower(trim($this->description));
Dear Cak,
PHP versi 8.1.5
Yii 2.0.46
Untuk route: /admin/permission/index dengan
Halaman gagal render karena :
PHP Deprecated Warning – yii\base\ErrorException
trim(): Passing null to parameter #1 ($string) of type string is deprecated
The text was updated successfully, but these errors were encountered: