Deleted Blade Cache but not recompiling

I’m seeing these errors:
Fatal error: Uncaught Symfony\Component\Debug\Exception\FatalThrowableError: syntax error, unexpected 'version' (T_STRING) in C:\web\app\uploads\cache\77ef92ae16059f5577a3aef3fbfd205c6909870e.php:3 Stack trace: #0 C:\web\app\themes\sage\vendor\illuminate\view\Engines\CompilerEngine.php(59): Illuminate\View\Engines\PhpEngine->evaluatePath('C:\\web\\app...', Array) #1 C:\web\app\themes\sage\vendor\illuminate\view\View.php(142): Illuminate\View\Engines\CompilerEngine->get('C:\\web\\app\\...', Array) #2 C:\web\app\themes\sage\vendor\illuminate\view\View.php(125): Illuminate\View\View->getContents() #3 C:\web\app\themes\sage\vendor\illuminate\view\View.php(90): Illuminate\View\View->renderContents() #4 C:\web\app\uploads\cache\d005ae6a7e92dcc705f93db8636232cb5c574c13.php(6): Illuminate\View\View->rend in C:\web\app\uploads\cache\77ef92ae16059f5577a3aef3fbfd205c6909870e.php on line 3

I’ve deleted /web/app/cache but I’m still seeing the error. I’ve restarted my node server multiple times. Any clue as to what might be happening?

What’s on line 3 of app\uploads\cache\77ef92ae16059f5577a3aef3fbfd205c6909870e.php?

Ahhh I missed the /uploads in there. Got it removed, working now thanks!

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