Okay
  Public Ticket #1964752
Error in FieldMegamenu controller
Closed

Comments

  • Zsolt started the conversation

    Compile Error: Declaration of AdminFieldMegamenuController::setMedia() must be compatible with AdminControllerCore::setMedia($isNewTheme = false)
  •  1,593
    Criss replied

    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

  • Zsolt replied

    Ok, modified and works. In next update You will modify it too, or I need every time do it for self?

  •  1,593
    Criss replied

    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