gray Posted January 13, 2021 Share Posted January 13, 2021 Any ideas with this error, in trying to use Product Mass Updater module v1.1.1 - by MONSZAIC Concepts. Oops... looks like an unexpected error occurred. Compile Error: Declaration of AdminProductMassUpdaterController::setMedia() must be compatible with AdminControllerCore::setMedia($isNewTheme = false) [Symfony\Component\Debug\Exception\FatalErrorException 0] Link to comment Share on other sites More sharing options...
Prestachamps Posted January 13, 2021 Share Posted January 13, 2021 Hi, you should edit the module's setMedia function declaration in module's controller AdminProductMassUpdaterController , and fix it by adding the parameter $isNewTheme = false : public function setMedia($isNewTheme = false) Kind regards, Leo 1 Link to comment Share on other sites More sharing options...
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