Error is telling that for some reason you are still using the widget that belongs to "OCS GUESTS" plugin while, most likely, plugin is inactive or has been uninstalled.
The issue is related to some OCSGUEST plugin, is it active on your website or you have disabled it, if so, please reactivate and try again. If the issue persists, you will need to contact OCSGUEST plugin developer to resolve the issue.
In my case it is with the "Who Viewed Me" plugin. When I updated to 1.8.1, and went to re-activate it, it threw a debug error. Apparently it is trying to install a duplicate key in the database. "ocsguests_menu_item"
There is one there that has a type of "Mobile_Top". The others that have this type have "mobile" in the menu item key. Looks like this one is trying to use the key of "ocsguest_menu_item" for both regular menu, and mobile. I sent the info to the dev, so we'll see what happens.
Tammy noticed the deactivate.php didn't have a line to remove the menu entry from the db table. After adding her fix for this the debug error went away.
Added this in the deactivate.php
OW::getNavigation()->deleteMenuItem('ocsguests', 'ocsguests_menu_item');