This error is coming from a failure to load a module inside a ModuleWrapper control.
I would look at your layout.master for this control and either remove it or investigate what module it is trying to load and why it fails. ie determine the module id and try to find the module and test it when directly loaded on a page instead of via ModuleWrapper. Possibly you are loading a custom feature in ModuleWrapper and the custom feature is broken.
ModuleWrapper is a way to publish the same content on all pages, but it is a last resort approach if other approaches don't meet your needs. The newer Global Content feature is more recommended.
Hope it helps,,
Joe