質問編集履歴

1

追記

2018/08/12 08:27

投稿

j-suzuki
j-suzuki

スコア50

test CHANGED
File without changes
test CHANGED
@@ -33,3 +33,31 @@
33
33
  DocumentRoot /var/www/html
34
34
 
35
35
  <Directory "/var/www/html">
36
+
37
+
38
+
39
+ error_logが出ていました。なんとなくパスのせいかなぁという感じですがいかがでしょうか?
40
+
41
+ ```
42
+
43
+ Sun Aug 12 17:04:12.782718 2018] [php7:error] [pid 5169] [client 192.168.11.6:64245] PHP Fatal error: CakePHP core could not be found. Check the value of CAKE_CORE_INCLUDE_PATH in APP/webroot/index.php. It should point to the directory containing your /cake core directory and your /vendors root directory. in /var/www/b18/app/webroot/index.php on line 98, referer: https://suzunet.info/
44
+
45
+ [Sun Aug 12 17:04:15.047707 2018] [php7:notice] [pid 5171] [client 192.168.11.6:64251] PHP Notice: Constant CAKE_CORE_INCLUDE_PATH already defined in /var/www/b18/app/webroot/index.php on line 63, referer: https://suzunet.info/
46
+
47
+ [Sun Aug 12 17:04:15.047980 2018] [php7:warn] [pid 5171] [client 192.168.11.6:64251] PHP Warning: include(/var/www/b18/lib/Cake/bootstrap.php): failed to open stream: No such file or directory in /var/www/b18/app/webroot/index.php on line 93, referer: https://suzunet.info/
48
+
49
+ [Sun Aug 12 17:04:15.048015 2018] [php7:warn] [pid 5171] [client 192.168.11.6:64251] PHP Warning: include(): Failed opening '/var/www/b18/lib/Cake/bootstrap.php' for inclusion (include_path='.:/usr/share/pear:/usr/share/php') in /var/www/b18/app/webroot/index.php on line 93, referer: https://suzunet.info/
50
+
51
+ [Sun Aug 12 17:04:15.048107 2018] [php7:error] [pid 5171] [client 192.168.11.6:64251] PHP Fatal error: CakePHP core could not be found. Check the value of CAKE_CORE_INCLUDE_PATH in APP/webroot/index.php. It should point to the directory containing your /cake core directory and your /vendors root directory. in /var/www/b18/app/webroot/index.php on line 98, referer: https://suzunet.info/
52
+
53
+ [Sun Aug 12 17:04:28.974969 2018] [php7:notice] [pid 5172] [client 192.168.11.6:64281] PHP Notice: Constant CAKE_CORE_INCLUDE_PATH already defined in /var/www/b18/app/webroot/index.php on line 63, referer: https://suzunet.info/
54
+
55
+ [Sun Aug 12 17:04:28.975142 2018] [php7:warn] [pid 5172] [client 192.168.11.6:64281] PHP Warning: include(/var/www/b18/lib/Cake/bootstrap.php): failed to open stream: No such file or directory in /var/www/b18/app/webroot/index.php on line 93, referer: https://suzunet.info/
56
+
57
+ [Sun Aug 12 17:04:28.975167 2018] [php7:warn] [pid 5172] [client 192.168.11.6:64281] PHP Warning: include(): Failed opening '/var/www/b18/lib/Cake/bootstrap.php' for inclusion (include_path='.:/usr/share/pear:/usr/share/php') in /var/www/b18/app/webroot/index.php on line 93, referer: https://suzunet.info/
58
+
59
+ [Sun Aug 12 17:04:28.975198 2018] [php7:error] [pid 5172] [client 192.168.11.6:64281] PHP Fatal error: CakePHP core could not be found. Check the value of CAKE_CORE_INCLUDE_PATH in APP/webroot/index.php. It should point to the directory containing your /cake core directory and your /vendors root directory. in /var/www/b18/app/webroot/index.php on line 98, referer: https://suzunet.info/
60
+
61
+ [Sun Aug 12 17:22:26.960868 2018] [php7:error] [pid 5173] [client 78.129.130.51:54968] script '/var/www/html/xmlrpc.php' not found or unable to stat
62
+
63
+ ```