Comments Zsolt started the conversationApril 6, 2019 at 10:01pmCompile Error: Declaration of AdminFieldMegamenuController::setMedia() must be compatible with AdminControllerCore::setMedia($isNewTheme = false) 1,593Criss repliedApril 8, 2019 at 6:48amHi Zsolt Baji,That's the problem with our admin file,The solution is as follows:open file: Root \ modules \ fieldmegamenu \ controllers \ admin \ AdminFieldMegamenuController.php edit: public function setMedia() to: public function setMedia($isNewTheme = false) File admin of Blog: Root \ modules \ smartblog \ controllers \ admin \ AdminBlogPostController.phpBest Regards,Criss - FieldThemes1 LikeZsolt repliedApril 8, 2019 at 7:42pmOk, modified and works. In next update You will modify it too, or I need every time do it for self? 1,593Criss repliedApril 9, 2019 at 3:24amHi Zsolt Baji,Yes, we are updating the theme for compatibility.It will be a long time because we have a lot of themes and are updating from very old themes.Best Regards,Criss - FieldThemes Sign in to reply ...
Hi Zsolt Baji,
That's the problem with our admin file,
The solution is as follows:
open file:
Root \ modules \ fieldmegamenu \ controllers \ admin \ AdminFieldMegamenuController.php
edit: public function setMedia()
to: public function setMedia($isNewTheme = false)
File admin of Blog: Root \ modules \ smartblog \ controllers \ admin \ AdminBlogPostController.php
Best Regards,
Criss - FieldThemes
Ok, modified and works. In next update You will modify it too, or I need every time do it for self?
Hi Zsolt Baji,
Yes, we are updating the theme for compatibility.
It will be a long time because we have a lot of themes and are updating from very old themes.
Best Regards,
Criss - FieldThemes