CodeIgniter4: Bug toolbar

Hello,

Following the change felt on the debug toolbar, the javascript side no longer works. I started by checking if there were any JS errors on the console, but no errors! I then tried to put back

    <script>
        ciDebugBar.init();
    </script>

At the end of the file “tootbar. tpl. php” and everything works again! Knowing that I have the last commit! So the problem is me? or is this piece of code really missing?

Sorry for my English.

About this issue

  • Original URL
  • State: closed
  • Created 7 years ago
  • Comments: 15 (15 by maintainers)

Most upvoted comments

I’ll try to look into that tonight. I know that it works on a default CI4 install. However, I did notice late last night that it didn’t work on one of my test sites, but hadn’t had a chance to determine why, yet. That gives me something to look into though, if no one else fixes it before I can 😃

Thanks!