vpietri / magento2-developer-quickdevbar

Developer Toolbar for Magento2
549 stars 127 forks source link

Not working on Magento 2.3.3 #41

Closed cayohenrique closed 4 years ago

cayohenrique commented 4 years ago

After installing the module on Magento 2.3.3 my admin and front pages just show a blank screen. I followed all the recommended steps. Then I disabled and it worked again. Is this supported by this version?

Thanks

skast96 commented 4 years ago

Auswahl_114

Happens because of this new method. If you want to use the dev bar and dont bother this dirty hack just add an empty string or "none" to the method call.

ApacheThank commented 4 years ago

This working, thanks skast96

Auswahl_114

Happens because of this new method. If you want to use the dev bar and dont bother this dirty hack just add an empty string or "none" to the method call.

This works, thanks. For those who don't know the class is ADM\QuickDevBar\Block\Tab\Content\PhpInfo.php

lefte commented 4 years ago

@cayohenrique , @skast96, and @ApacheThank I messed this up with my fix for issue #35 , and there is a new pull request to fix it for @vpietri to approve. My bad! Sorry to mess up your build, friends -- see PR #42 for a quick fix in the meantime