Yeah looks like permissions. Just read the error message carefully and you'll figure it out :)
Feb 15, 2018
5
Level 1
Need help Problm run laravel on share hosting
that my folder structure
/root
---/subdomain.domain.com
---/laravel
------------/app
------------/etc...
this is error
[Thu Feb 15 06:54:06 2018] [error] [client 114.134.184.33] #4 /home/user/laravel/vendor/laravel/framework/src/ in /home/user/laravel/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php on line 122
[Thu Feb 15 06:54:06 2018] [error] [client 114.134.184.33] #3 /home/user/laravel/vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php(51): Illuminate\View\Compilers\BladeCompiler->compile('/home/user/...')
[Thu Feb 15 06:54:06 2018] [error] [client 114.134.184.33] #2 /home/user/laravel/vendor/laravel/framework/src/Illuminate/View/Compilers/BladeCompiler.php(121): Illuminate\Filesystem\Filesystem->put('C:\\wamp64\\www\\l...', '<?php $__env->s...')
[Thu Feb 15 06:54:06 2018] [error] [client 114.134.184.33] #1 /home/user/laravel/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php(122): file_put_contents('C:\\wamp64\\www\\l...', '<?php $__env->s...', 0)
[Thu Feb 15 06:54:06 2018] [error] [client 114.134.184.33] #0 [internal function]: Illuminate\Foundation\Bootstrap\HandleExceptions->handleError(2, 'file_put_conten...', '/home/user/...', 122, Array)
[Thu Feb 15 06:54:06 2018] [error] [client 114.134.184.33] PHP Fatal error: Uncaught ErrorException: file_put_contents(C:\wamp64\www\laravel\storage\framework\views/7a5bb53c9e934c38689bbd713ac6636aff817ebf.php): failed to open stream: No such file or directory in /home/user/laravel/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:122
how to solve this ?
Sorry i fix the issue by remove config in cache folder bcoz it dump my wamp config so it error like this. First time run it on real hosting :D
Please or to participate in this conversation.