質問編集履歴

4

2020/06/11 07:48

投稿

panp
panp

スコア12

test CHANGED
File without changes
test CHANGED
@@ -44,6 +44,8 @@
44
44
 
45
45
  権限がなにやらおかしいようです。。
46
46
 
47
+ ローカルからもってきたためだと思うのですが、修正方法を教えてください。
48
+
47
49
 
48
50
 
49
51
 

3

2020/06/11 07:48

投稿

panp
panp

スコア12

test CHANGED
File without changes
test CHANGED
@@ -42,43 +42,9 @@
42
42
 
43
43
  ```
44
44
 
45
- composer update
45
+ 権限がなにやらおかしいようです。。
46
46
 
47
- ```
48
47
 
49
- oading composer repositories with package information
50
-
51
- Installing dependencies (including require-dev) from lock file
52
-
53
- Nothing to install or update
54
-
55
- Package jakub-onderka/php-console-color is abandoned, you should avoid using it. Use php-parallel-lint/php-console-color instead.
56
-
57
- Package jakub-onderka/php-console-highlighter is abandoned, you should avoid using it. Use php-parallel-lint/php-console-highlighter instead.
58
-
59
- Generating optimized autoload files
60
-
61
- > Illuminate\Foundation\ComposerScripts::postAutoloadDump
62
-
63
- > @php artisan package:discover --ansi
64
-
65
- Discovered Package: facade/ignition
66
-
67
- Discovered Package: fideloper/proxy
68
-
69
- Discovered Package: laravel/tinker
70
-
71
- Discovered Package: nesbot/carbon
72
-
73
- Discovered Package: nunomaduro/collision
74
-
75
- Package manifest generated successfully.
76
-
77
- 34 packages you are using are looking for funding.
78
-
79
- Use the `composer fund` command to find out more!
80
-
81
- ```
82
48
 
83
49
 
84
50
 

2

a

2020/06/11 07:43

投稿

panp
panp

スコア12

test CHANGED
File without changes
test CHANGED
@@ -32,7 +32,17 @@
32
32
 
33
33
  ### 試したこと
34
34
 
35
+ chmod -R 777 storage/すると
36
+
37
+ ```
38
+
39
+ chmod: changing permissions of 'storage/framework/views/2238cd5c53cebdd8d71bb5383bbfd7374dcf0bf3.php': Operation not permitted
40
+
41
+ chmod: changing permissions of 'storage/framework/views/285b54feaf123bd4950899a151c484d4ec94226f.php': Operation not permitted
42
+
43
+ ```
44
+
35
- composer updateをためすとよいというヒントをえて、行ってみたところ以下の通りでした。
45
+ composer update
36
46
 
37
47
  ```
38
48
 

1

2020/06/11 07:40

投稿

panp
panp

スコア12

test CHANGED
File without changes
test CHANGED
@@ -12,9 +12,13 @@
12
12
 
13
13
  ```
14
14
 
15
- [Thu Jun 11 15:33:49.576042 2020] [php7:warn] [pid 29384] [client 180.0.139.63:51823] PHP Warning: require(/var/www/html/newpro/public/../newpro/vendor/autoload.php): failed to open stream: No such file or directory in /var/www/html/newpro/public/index.php on line 24
15
+ PHP Warning: file_put_contents(/var/www/laravel_fa4f8e22e874451717a9d71e8c6d63ee.zip): failed to open stream: Permission denied in /home/satoshi/.config/composer/vendor/laravel/installer/src/NewCommand.php on line 155
16
16
 
17
- [Thu Jun 11 15:33:49.576269 2020] [php7:error] [pid 29384] [client 180.0.139.63:51823] PHP Fatal error: require(): Failed opening required '/var/www/html/newpro/public/../newpro/vendor/autoload.php' (include_path='.:/usr/share/pear:/usr/share/php') in /var/www/html/newpro/public/index.php on line 24
17
+ PHP Warning: ZipArchive::extractTo(): Permission denied in /home/satoshi/.config/composer/vendor/laravel/installer/src/NewCommand.php on line 177
18
+
19
+ PHP Warning: ZipArchive::close(): Invalid or uninitialized Zip object in /home/satoshi/.config/composer/vendor/laravel/installer/src/NewCommand.php on line 179
20
+
21
+ You should verify that the "storage" and "bootstrap/cache" directories are writable.
18
22
 
19
23
 
20
24