user-management icon indicating copy to clipboard operation
user-management copied to clipboard

PHP 7.3 compact() issues an E_NOTICE level error

Open MixMe opened this issue 5 years ago • 1 comments

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

MixMe avatar Dec 10 '19 08:12 MixMe

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

micaelomota avatar Nov 22 '20 16:11 micaelomota