Jump to content
thirty bees forum

Recommended Posts

Posted
When try to open modules give me error 500
Declaration of MultiBlockAtoh::unregisterHook($hook_id) should be compatible with ModuleCore::unregisterHook
Posted

The problem is with module 

MultiBlockAtoh

You need to delete it from /modules/multiblockatoh or modify it -- change signature of method 

unregisterHook

so it looks something like this:

public function unregisterHook($hookId, $shopList = null) 
{
  ...
}

 

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...