前提・実現したいこと
ドットインストールのWordPress入門の第2回
(https://dotinstall.com/lessons/basic_wordpress/22702)
を参考にwordpressをlocalhost環境からインストールしたいのですが、
(dev.dotinstall.com/wordpress)
”このページは動作していませんdev.dotinstall.com では現在このリクエストを処理できません。”と表示されます。
何が原因なのかわかりません。
ご指導頂けたらと助かります。
よろしくお願い致します。
発生している問題・エラーメッセージ
このページは動作していませんdev.dotinstall.com では現在このリクエストを処理できません。
### 該当のソースコード [vagrant@localhost centos6]$ cd /var/www/html [vagrant@localhost html]$ cd wordpress; [vagrant@localhost wordpress]$ php -S 192.168.33.10:8000; PHP 5.6.40 Development Server started at Tue Jul 14 12:20:29 2020 Listening on http://192.168.33.10:8000 Document root is /var/www/html/wordpress Press Ctrl-C to quit. [Tue Jul 14 12:22:22 2020] PHP Warning: require_once(/var/www/html/wordpress/admin.php): failed to open stream: No such file or directory in /var/www/html/wordpress/index.php on line 10 [Tue Jul 14 12:22:22 2020] PHP Fatal error: require_once(): Failed opening required '/var/www/html/wordpress/admin.php' (include_path='.:/usr/share/pear:/usr/share/php') in /var/www/html/wordpress/index.php on line 10 [Tue Jul 14 12:22:22 2020] 192.168.33.1:61871 [500]: / - require_once(): Failed opening required '/var/www/html/wordpress/admin.php' (include_path='.:/usr/share/pear:/usr/share/php') in /var/www/html/wordpress/index.php on line 10 [Tue Jul 14 12:22:27 2020] 192.168.33.1:61873 Invalid request (Unexpected EOF) [Tue Jul 14 12:22:27 2020] 192.168.33.1:61872 Invalid request (Unexpected EOF) ^C[vagrant@localhost wordpress]$ 192.168.33.1:61871 [500]: / - require_once(): Failed opening required '/var/www/html/wordpress/admin.php' (include_path='.:/usr/share/pear:/usrhare/php') in /var/www/html/wordpress/index.php on line 10 -bash: 期待してない token `(' のあたりにシンタックスエラー ```ここに言語名を入力 ソースコード
試したこと
index.php on line 10にエラーがあり、これはPHPのVersionUPにより解決できるとのことだったので
PHPを確認したところ”[vagrant@localhost centos6]$ php -v
PHP 5.6.40 ”と最低必須バージョンはクリアしていることを確認しました。
補足情報(FW/ツールのバージョンなど)
PHP 5.6.40
Word Press5.4.2
回答2件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2020/07/18 10:35