gray 12 Posted January 13 Posted January 13 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] Share this post Link to post Share on other sites
Prestachamps 180 Posted January 13 Posted January 13 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 Share this post Link to post Share on other sites
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