Support the ongoing development of Laravel.io →
Installation Configuration Blade
Last updated 1 year ago.
0

I still have the problem where Monolog is unable to write to the log file as described above but that is another symptom.

I am getting an UnexpectedValueException when trying to render a view.

in my routes.php if I

return 'this is some text!';

then it works ok

if I return

return view('path.to.view');

then I get the error and then Monolog can't log it.

I have opened permission right up for the public and resources and storage folders.

This all works fine locally - just breaks on the client server.

0

This is a blade issue. If I call a view without Blade templating then it render sok.

If I call a view that uses blade templating then i get the error.

Is there some config I need to set for Blade to work?

0

Did you ultimately find what is wrong here? I also think that the permissions are not supposed to be that crazy.

0

Sign in to participate in this thread!

Eventy

Your banner here too?

Blackpig blackpig Joined 6 May 2014

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.