Git Product home page Git Product logo

Comments (10)

dazz397 avatar dazz397 commented on June 2, 2024

I have this problem also

from module-profiler.

Tjitse-E avatar Tjitse-E commented on June 2, 2024

Same problem here with Magento 2.1.9, I can't find any error messages.

from module-profiler.

sedax90 avatar sedax90 commented on June 2, 2024

same problem, white page and no errors (using magento 2.2)

from module-profiler.

HOSTED-POWER avatar HOSTED-POWER commented on June 2, 2024

Same here, it's seem severely broken :(

from module-profiler.

Nazzas avatar Nazzas commented on June 2, 2024

Same with 2.2.1

from module-profiler.

congaframe avatar congaframe commented on June 2, 2024

same on 2.1.5, there is no error logs

from module-profiler.

janiscaunecm avatar janiscaunecm commented on June 2, 2024

This is happening because of Mirasvit_Core module. It has this OnFrontendLayoutRenderObserver that checks whether:

  • block class name starts with 'Mirasvit'
  • licence is valid

If you install the profiler module and have also the core module installed for some reason, then if you do not have license set up, this observer will silently remove any output of Mirasvit blocks.

Few ways to fix:

  • obtain a license
  • remove core module since profiler has no dependency on it, it seems
  • remove the license checking part in the observer mentioned

from module-profiler.

dazz397 avatar dazz397 commented on June 2, 2024

Well I have other paid mirasvit modules installed so uninstalling the core is not really an option. I can comment out the licensing but I would have to do this with every core update or write an override for it. How do you obtain a license for the profiler?

from module-profiler.

janiscaunecm avatar janiscaunecm commented on June 2, 2024

@dazz397 see Mirasvit\Core\Model\License load() function. Easiest way here would be to add another condition to the if statement, but yes, you would lose that on module update. So, we will be best off to ask Mirasvit to add this to their core module.

from module-profiler.

adrok avatar adrok commented on June 2, 2024

We released mirasvit/module-core v 1.2.48 with fix for this issue.

from module-profiler.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.