I found a better solution for fixing wordpress fatal error here
It is very simple and very effective incase your plugin is no more supported.
Just edit your plugin files.. look for is_site_admin() string and replace it with is_admin()
your plugins will work as they used to.