loderx Posted January 7, 2020 Posted January 7, 2020 When try to open modules give me error 500 Declaration of MultiBlockAtoh::unregisterHook($hook_id) should be compatible with ModuleCore::unregisterHook
datakick Posted January 7, 2020 Posted January 7, 2020 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) { ... }
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now