質問編集履歴

2

エラーメッセージの画面を添付します。

2018/02/15 04:26

投稿

hidepon
hidepon

スコア206

test CHANGED
File without changes
test CHANGED
@@ -157,3 +157,23 @@
157
157
  opcache.validate_timestamps => On => On
158
158
 
159
159
  ```
160
+
161
+
162
+
163
+ (追記)
164
+
165
+ Opcacheの問題は解決しているようです。
166
+
167
+ エラーメッセージは
168
+
169
+
170
+
171
+ ![イメージ説明](c4a271c19b8437707b3342b566cd8e29.png)
172
+
173
+
174
+
175
+ のように表示されます。
176
+
177
+ 意味不明で困っています。
178
+
179
+ 宜しくお願いいたします。

1

php -i | grep opcacheの実行結果を記載しました

2018/02/15 04:26

投稿

hidepon
hidepon

スコア206

test CHANGED
File without changes
test CHANGED
@@ -73,3 +73,87 @@
73
73
  解決方法が見つかりません。
74
74
 
75
75
  宜しくお願いいたします。
76
+
77
+ (追記)
78
+
79
+ 再起動して、
80
+
81
+ php -i | grep opcache
82
+
83
+ の結果
84
+
85
+
86
+
87
+ ```
88
+
89
+ Additional .ini files parsed => /etc/php.d/10-opcache.ini,
90
+
91
+ opcache.blacklist_filename => /etc/php.d/opcache*.blacklist => /etc/php.d/opcache*.blacklist
92
+
93
+ opcache.consistency_checks => 0 => 0
94
+
95
+ opcache.dups_fix => Off => Off
96
+
97
+ opcache.enable => On => On
98
+
99
+ opcache.enable_cli => Off => Off
100
+
101
+ opcache.enable_file_override => Off => Off
102
+
103
+ opcache.error_log => no value => no value
104
+
105
+ opcache.fast_shutdown => 0 => 0
106
+
107
+ opcache.file_cache => no value => no value
108
+
109
+ opcache.file_cache_consistency_checks => 1 => 1
110
+
111
+ opcache.file_cache_only => 0 => 0
112
+
113
+ opcache.file_update_protection => 2 => 2
114
+
115
+ opcache.force_restart_timeout => 180 => 180
116
+
117
+ opcache.huge_code_pages => On => On
118
+
119
+ opcache.inherited_hack => On => On
120
+
121
+ opcache.interned_strings_buffer => 8 => 8
122
+
123
+ opcache.lockfile_path => /tmp => /tmp
124
+
125
+ opcache.log_verbosity_level => 1 => 1
126
+
127
+ opcache.max_accelerated_files => 4000 => 4000
128
+
129
+ opcache.max_file_size => 0 => 0
130
+
131
+ opcache.max_wasted_percentage => 5 => 5
132
+
133
+ opcache.memory_consumption => 128 => 128
134
+
135
+ opcache.opt_debug_level => 0 => 0
136
+
137
+ opcache.optimization_level => 0x7FFFBFFF => 0x7FFFBFFF
138
+
139
+ opcache.preferred_memory_model => no value => no value
140
+
141
+ opcache.protect_memory => 0 => 0
142
+
143
+ opcache.restrict_api => no value => no value
144
+
145
+ opcache.revalidate_freq => 2 => 2
146
+
147
+ opcache.revalidate_path => Off => Off
148
+
149
+ opcache.save_comments => 1 => 1
150
+
151
+ opcache.use_cwd => On => On
152
+
153
+ opcache.validate_permission => Off => Off
154
+
155
+ opcache.validate_root => Off => Off
156
+
157
+ opcache.validate_timestamps => On => On
158
+
159
+ ```