質問編集履歴

2

文言変更

2017/05/11 03:29

投稿

akkkkin
akkkkin

スコア83

test CHANGED
File without changes
test CHANGED
@@ -12,11 +12,11 @@
12
12
 
13
13
 
14
14
 
15
- ご利用中のサーバーでは SoapClient クラスが有効化されていません。SOAP を使用している一部の決済プラグインが予期しない動作をするかもしれません。
15
+ ご利用中のサーバーでは SoapClient クラスが有効化されていません。SOAP を使用している一部の決済プラグインが予期しない動作をするかもしれません。
16
16
 
17
17
 
18
18
 
19
- お使いのサーバーでは DOMDocument クラスが有効化されていません。HTML / マルチパートメールと一部の拡張機能は DOMDocument なしでは動作しません。
19
+ お使いのサーバーでは DOMDocument クラスが有効化されていません。HTML / マルチパートメールと一部の拡張機能は DOMDocument なしでは動作しません。
20
20
 
21
21
 
22
22
 
@@ -31,3 +31,71 @@
31
31
 
32
32
 
33
33
  もし詳しい方がいらっしゃればご教示いただけますと、ありがたいです。
34
+
35
+
36
+
37
+ 【追記:SoapClient クラスに関して】
38
+
39
+
40
+
41
+ 下記のようにコマンドを打った結果、
42
+
43
+ うまくインストールできなかったようです。何が問題なのでしょう。
44
+
45
+
46
+
47
+ 打ったコマンド:
48
+
49
+ ```ここに言語を入力
50
+
51
+ yum install php-soap
52
+
53
+
54
+
55
+ ```
56
+
57
+ 表示された結果:
58
+
59
+ ```ここに言語を入力
60
+
61
+ Loaded plugins: fastestmirror
62
+
63
+ Loading mirror speeds from cached hostfile
64
+
65
+ * base: www.ftp.ne.jp
66
+
67
+ * epel: ftp.riken.jp
68
+
69
+ * extras: www.ftp.ne.jp
70
+
71
+ * remi-safe: mirror.bebout.net
72
+
73
+ * updates: www.ftp.ne.jp
74
+
75
+ Resolving Dependencies
76
+
77
+ --> Running transaction check
78
+
79
+ ---> Package php-soap.x86_64 0:5.4.16-42.el7 will be installed
80
+
81
+ --> Processing Dependency: php-common(x86-64) = 5.4.16-42.el7 for package: php-soap-5.4.16-42.el7.x86_64
82
+
83
+ --> Finished Dependency Resolution
84
+
85
+ Error: Package: php-soap-5.4.16-42.el7.x86_64 (base)
86
+
87
+ Requires: php-common(x86-64) = 5.4.16-42.el7
88
+
89
+ Installed: php-common-7.0.14-1.el7.remi.x86_64 (@remi-php70)
90
+
91
+ php-common(x86-64) = 7.0.14-1.el7.remi
92
+
93
+ Available: php-common-5.4.16-42.el7.x86_64 (base)
94
+
95
+ php-common(x86-64) = 5.4.16-42.el7
96
+
97
+ You could try using --skip-broken to work around the problem
98
+
99
+ You could try running: rpm -Va --nofiles --nodigest
100
+
101
+ ```

1

文言修正

2017/05/11 03:29

投稿

akkkkin
akkkkin

スコア83

test CHANGED
File without changes
test CHANGED
@@ -27,3 +27,7 @@
27
27
  OS:centOS7
28
28
 
29
29
  です。
30
+
31
+
32
+
33
+ もし詳しい方がいらっしゃればご教示いただけますと、ありがたいです。