Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Undefined variable referrs to Cache file #24

Open
asolopovas opened this issue Jan 6, 2016 · 1 comment
Open

Undefined variable referrs to Cache file #24

asolopovas opened this issue Jan 6, 2016 · 1 comment

Comments

@asolopovas
Copy link

When there is an undifined variable in blade file it throws an error that is director to cache file rather then the blade file itself. Here is example

Notice: Undefined variable: post in /app/cache/5952d10558fadf03e7e98e30ca3073c9 on line 19

@asolopovas
Copy link
Author

Ok my problem got resolved. Everything that was needed is Symfony\Debug package and Debug::Enabled in order to make it work. Otherwise it doesn't display the file where the error occured. For example Illuminate\View\Engines\PhpEngine relies on Symfony\Component\Debug\Exception\FatalThrowableError. and its available in Symfony\Debug

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant