webvimark / user-management

154 stars 163 forks source link

PHP 7.3 compact() issues an E_NOTICE level error #210

Open MixMe opened 4 years ago

MixMe commented 4 years ago

Error: compact(): Undefined variable: throwException

Capture

PHP 7.3.0 | compact() now issues an E_NOTICE level error if a given string refers to an unset variable. Formerly, such strings have been silently skipped.

https://github.com/ARCANEDEV/LogViewer/issues/234#issuecomment-429596038

micaelomota commented 3 years ago

I've forked this and fixed this issue https://github.com/congenialbr/yii2-user-management