質問編集履歴

3

追記2部分のミスを修正

2020/01/22 06:53

投稿

syoozu
syoozu

スコア18

test CHANGED
File without changes
test CHANGED
@@ -38,4 +38,4 @@
38
38
 
39
39
  htdocs-www-Ccc-webapp-modules-MENU-actions-Aaa.class.php
40
40
 
41
-            |_LotsViewForSharpening\actions\om
41
+            |_actions-om-Bbb.class.php

2

ディレクトリ構成を追記しました。Aaa,Bbb,Cccは固有の名称なので置き換えております。

2020/01/22 06:53

投稿

syoozu
syoozu

スコア18

test CHANGED
File without changes
test CHANGED
@@ -25,3 +25,17 @@
25
25
  Fatal error: Class '継承元ファイル名' not found in C:\パス on line 20
26
26
 
27
27
  ただ、Linux上では動いていますし、調べてみても「継承元ファイル名」で指定されているファイルは存在します…。
28
+
29
+
30
+
31
+ 追記2)
32
+
33
+ ```php
34
+
35
+ class Aaa extends Bbb
36
+
37
+ ```
38
+
39
+ htdocs-www-Ccc-webapp-modules-MENU-actions-Aaa.class.php
40
+
41
+            |_LotsViewForSharpening\actions\om

1

エラーメッセージを追記いたしました。

2020/01/22 06:22

投稿

syoozu
syoozu

スコア18

test CHANGED
File without changes
test CHANGED
@@ -17,3 +17,11 @@
17
17
  どなたかご助言頂けないでしょうか?
18
18
 
19
19
  なお、諸事情により仮想マシンの使用は不可能です。
20
+
21
+
22
+
23
+ 追記)
24
+
25
+ Fatal error: Class '継承元ファイル名' not found in C:\パス on line 20
26
+
27
+ ただ、Linux上では動いていますし、調べてみても「継承元ファイル名」で指定されているファイルは存在します…。