ekandreas / bladerunner

WordPress plugin for Laravel Blade templating DEPRECATED
http://bladerunner.elseif.se
12 stars 1 forks source link

Cant find template. #34

Closed seafarer closed 8 years ago

seafarer commented 8 years ago

I am trying to debug a PHP notice, but the template that is throwing the notice is not in the cache. I have cleared the cache and resaved the page a bunch of times but no matter what I do the template does not appear in the cache folder, even though all of the other parts are in there, such as the header, footer etc. The debug tools point to a file that does not seem to exist, even though the page is rendering. Thoughts?

ekandreas commented 8 years ago

The WP_DEBUG flag makes the cache removed before render a page. Please try with the flag set to false and make another try!