CodeIgniter Forums
Unable to use views tool in debug bar - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: CodeIgniter 4 (https://forum.codeigniter.com/forumdisplay.php?fid=28)
+--- Forum: CodeIgniter 4 Support (https://forum.codeigniter.com/forumdisplay.php?fid=30)
+--- Thread: Unable to use views tool in debug bar (/showthread.php?tid=79247)



Unable to use views tool in debug bar - ChainofChaos - 05-17-2021

I use CodeIgniter 4.1.1 and using shared cPanel and followed the guideline. The views in debug bar don't do anything. I tried it in my localhost (xampp) it does work fine.

[Video: https://www.youtube.com/watch?v=EDiq2-b6Zno]


RE: Unable to use views tool in debug bar - kilishan - 05-17-2021

Hard to tell from the video but did you try clicking the Views tab? That should then display a border around each view with the name of the view at the top left of that view.


RE: Unable to use views tool in debug bar - ChainofChaos - 05-17-2021

(05-17-2021, 10:24 AM)kilishan Wrote: Hard to tell from the video but did you try clicking the Views tab? That should then display a border around each view with the name of the view at the top left of that view.
Of course i tried to click it that's why i said it didn't show up


RE: Unable to use views tool in debug bar - ChainofChaos - 05-20-2021

More detailed video
[Video: https://youtu.be/ims2qV9K-M4]


RE: Unable to use views tool in debug bar - ChainofChaos - 05-21-2021

SOLVED, the problem caused by Cloudflare minify HTML removes the comments in the HTML, causing the views tool unable to show hints. Disable minify HTML in Cloudflare setting solved the problem.


RE: Unable to use views tool in debug bar - kilishan - 05-21-2021

Ah! Glad you figured that one out.