# Issue with debugging - the debug messages in Sage are not showing my files only cache files

**URL:** https://discourse.roots.io/t/issue-with-debugging-the-debug-messages-in-sage-are-not-showing-my-files-only-cache-files/18417
**Category:** sage
**Tags:** blade, sage9
**Created:** 2020-06-09T08:46:44Z
**Posts:** 3

## Post 1 by @pafsaneh — 2020-06-09T08:46:44Z

I have recently been developing custom post types and got this error. How do I fix this? Is there a way of changing debug so it shows where the error is coming from rather than the vendor and cache files?

Can anybody help me debug this?

`Fatal error: Uncaught InvalidArgumentException: View [recipes] not found. in /app/public/wp-content/themes/THEME/vendor/illuminate/view/FileViewFinder.php:137 Stack trace: #0 /app/public/wp-content/themes/THEME/vendor/illuminate/view/FileViewFinder.php(79): Illuminate\View\FileViewFinder->findInPaths('recipes', Array) #1 /app/public/wp-content/themes/THEME/vendor/illuminate/view/Factory.php(128): Illuminate\View\FileViewFinder->find('recipes') #2 /app/public/wp-content/uploads/cache/585c2865540b67ac721e5345a50a0d8ece07c0da.php(13): Illuminate\View\Factory->make('recipes', Array) #3 /app/public/wp-content/themes/THEME/vendor/illuminate/view/Engines/PhpEngine.php(43): include('/app/public/wp-...') #4 /app/public/wp-content/themes/THEME/vendor/illuminate/view/Engines/CompilerEngine.php(59): Illuminate\View\Engines\PhpEngine->evaluatePath('/app/public/wp-...', Array) #5 /app/public/wp-content/themes/THEME/vendor/illuminate/view/View.php(142): Illuminate\View\Engines\CompilerEngine->ge in /app/public/wp-content/themes/THEME/vendor/illuminate/view/FileViewFinder.php on line 137 `

---

## Post 2 by @folbert — 2020-06-10T13:15:41Z

If you are not already using wps / Whoops (see my answer [here](https://discourse.roots.io/t/how-to-disable-caching-of-blade-templates-on-development-enviroment/15480/2)) maybe it can help you out.

---

## Post 3 by @pafsaneh — 2020-06-10T14:19:34Z

Thanks for your response. I have now got a WSOD. But woops doesn’t seem to help. Is there any setup or config that I am missing apart from wp-debug=true?

---

## Post 4 by @system — 2020-07-21T08:59:54Z

This topic was automatically closed after 42 days. New replies are no longer allowed.
