質問をすることでしか得られない、回答やアドバイスがある。

15分調べてもわからないことは、質問しよう!

新規登録して質問してみよう
ただいま回答率
85.48%
PHP

PHPは、Webサイト構築に特化して開発されたプログラミング言語です。大きな特徴のひとつは、HTMLに直接プログラムを埋め込むことができるという点です。PHPを用いることで、HTMLを動的コンテンツとして出力できます。HTMLがそのままブラウザに表示されるのに対し、PHPプログラムはサーバ側で実行された結果がブラウザに表示されるため、PHPスクリプトは「サーバサイドスクリプト」と呼ばれています。

CakePHP

CakePHPは、PHPで書かれたWebアプリケーション開発用のフレームワークです。 Ruby on Railsの考え方を多く取り入れており、Railsの高速性とPHPの機動性を兼ね備えています。 MVCやORMなどを「規約優先の考え方」で利用するため、コードを書く手間を省くことができます。 外部のライブラリに依存しないので、単体での利用が可能です。

Q&A

1回答

1697閲覧

composerをインストールしようとするとエラーでます。どのように解消すればよろしいでしょうか?

tetuwo_5555

総合スコア6

PHP

PHPは、Webサイト構築に特化して開発されたプログラミング言語です。大きな特徴のひとつは、HTMLに直接プログラムを埋め込むことができるという点です。PHPを用いることで、HTMLを動的コンテンツとして出力できます。HTMLがそのままブラウザに表示されるのに対し、PHPプログラムはサーバ側で実行された結果がブラウザに表示されるため、PHPスクリプトは「サーバサイドスクリプト」と呼ばれています。

CakePHP

CakePHPは、PHPで書かれたWebアプリケーション開発用のフレームワークです。 Ruby on Railsの考え方を多く取り入れており、Railsの高速性とPHPの機動性を兼ね備えています。 MVCやORMなどを「規約優先の考え方」で利用するため、コードを書く手間を省くことができます。 外部のライブラリに依存しないので、単体での利用が可能です。

0グッド

0クリップ

投稿2018/02/11 08:48

composerをインストールしようとすると以下のようなエラーがでます。
どのように解消すればいいでしょうか?

https://book.cakephp.org/3.0/ja/quickstart.html
こちらのクイックスタートガイドを実行している時にエラーが発生しました。

エラーはこちらになります。

Installing cakephp/app (3.5.1)

  • Installing cakephp/app (3.5.1): Downloading (100%)

Created project in cms
Loading composer repositories with package information
Updating dependencies (including require-dev)

The "http://packagist.org/p/symfony/debug%24a69a873e3505355c32922281b0e257d8216b391968be9d9832ced9ad2d8e29d0.json" file could not be downloaded: failed to open stream: Operation timed out
Retrying with degraded mode, check https://getcomposer.org/doc/articles/troubleshooting.md#degraded-mode for more info

Your requirements could not be resolved to an installable set of packages.

Problem 1
- cakephp/cakephp 3.5.9 requires ext-intl * -> the requested PHP extension intl is missing from your system.
- cakephp/cakephp 3.5.8 requires ext-intl * -> the requested PHP extension intl is missing from your system.
- cakephp/cakephp 3.5.7 requires ext-intl * -> the requested PHP extension intl is missing from your system.
- cakephp/cakephp 3.5.6 requires ext-intl * -> the requested PHP extension intl is missing from your system.
- cakephp/cakephp 3.5.5 requires ext-intl * -> the requested PHP extension intl is missing from your system.
- cakephp/cakephp 3.5.4 requires ext-intl * -> the requested PHP extension intl is missing from your system.
- cakephp/cakephp 3.5.3 requires ext-intl * -> the requested PHP extension intl is missing from your system.
- cakephp/cakephp 3.5.2 requires ext-intl * -> the requested PHP extension intl is missing from your system.
- cakephp/cakephp 3.5.12 requires ext-intl * -> the requested PHP extension intl is missing from your system.
- cakephp/cakephp 3.5.11 requires ext-intl * -> the requested PHP extension intl is missing from your system.
- cakephp/cakephp 3.5.10 requires ext-intl * -> the requested PHP extension intl is missing from your system.
- cakephp/cakephp 3.5.1 requires ext-intl * -> the requested PHP extension intl is missing from your system.
- cakephp/cakephp 3.5.0 requires ext-intl * -> the requested PHP extension intl is missing from your system.
- Installation request for cakephp/cakephp 3.5.* -> satisfiable by cakephp/cakephp[3.5.0, 3.5.1, 3.5.10, 3.5.11, 3.5.12, 3.5.2, 3.5.3, 3.5.4, 3.5.5, 3.5.6, 3.5.7, 3.5.8, 3.5.9].

To enable extensions, verify that they are enabled in your .ini files:
- /usr/local/etc/php/5.6/php.ini
You can also run php --ini inside terminal to see which files are used by PHP in CLI mode.

気になる質問をクリップする

クリップした質問は、後からいつでもMYページで確認できます。

またクリップした質問に回答があった際、通知やメールを受け取ることができます。

バッドをするには、ログインかつ

こちらの条件を満たす必要があります。

退会済みユーザー

退会済みユーザー

2018/02/11 08:54

エラーメッセージに書かれているコマンドは試したのですか?
guest

回答1

0

とりあえずあなたには対象となるユーザーである「基礎的な PHP の知識。」が不足してますよね。

また Cookbook をよく見ればインストール という項目のリンクが目に留まると思いますが。

投稿2018/02/11 09:32

退会済みユーザー

退会済みユーザー

総合スコア0

バッドをするには、ログインかつ

こちらの条件を満たす必要があります。

退会済みユーザー

退会済みユーザー

2018/02/11 09:39

しかしエラーメッセージを検索すれば 解決策が4万3千件程度でてきますが ・・・正統な答えがほとんどでてないな・・・ どんどん劣化コピーしていくパターンだ
guest

あなたの回答

tips

太字

斜体

打ち消し線

見出し

引用テキストの挿入

コードの挿入

リンクの挿入

リストの挿入

番号リストの挿入

表の挿入

水平線の挿入

プレビュー

まだベストアンサーが選ばれていません

会員登録して回答してみよう

アカウントをお持ちの方は

15分調べてもわからないことは
teratailで質問しよう!

ただいまの回答率
85.48%

質問をまとめることで
思考を整理して素早く解決

テンプレート機能で
簡単に質問をまとめる

質問する

関連した質問