Same issue:
[16-Oct-2017 17:04:36 UTC] PHP Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; fau_color_settings has a deprecated constructor in /home/domain.com/public_html/wp-content/plugins/fancy-admin-ui/inc/fau_settings.php on line 11
[16-Oct-2017 17:04:36 UTC] PHP Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; fau_secondary_color_settings has a deprecated constructor in /home/domain.com/public_html/wp-content/plugins/fancy-admin-ui/inc/fau_settings.php on line 33
For now, in inc/fau_settings.php if you change both function fau_color_settings() and function fau_secondary_color_settings() to function __construct() it works
Plugin Author
Bob Orchard
(@boborchard)
Product Manager at Flywheel
Hey everyone, check out version 2.1 which uses function __construct() to resolve the issue as recommended by jordan314. Thanks for downloading!