LoginSignup
1
0

More than 5 years have passed since last update.

XAMPPでのPEAR::HTML_QuickFormのインストール方法

Last updated at Posted at 2016-04-20

XAMPPのPEARにHTML_QuickFormがインストールされていないと、ブラウザに以下のようなエラーが表示される。

Warning: require_once(HTML/QuickForm.php): failed to open stream: No such file or directory in C:\xampp ...

Fatal error: require_once(): Failed opening required 'HTML/QuickForm.php' (include_path='C:\xampp\php\PEAR') in C:\xampp ...

HTML_QuickFormのインストール方法

PEARのインストール状況を確認

  1. コントロールパネルからShellを起動
  2. pear list と入力して[Enter] → インストール状況を確認する → HTML_QuickForm がないはず

インストールコマンド

  1. pear install HTML_QuickForm と入力して[Enter]
  2. 下記のように表示されればインストール完了
txt
WARNING: "pear/HTML_QuickForm" is deprecated in favor of "pear/HTML_QuickForm2"
WARNING: "pear/HTML_Common" is deprecated in favor of "pear/HTML_Common2"
downloading HTML_QuickForm-3.2.14.tgz ...
Starting to download HTML_QuickForm-3.2.14.tgz (103,993 bytes)
........................done: 103,993 bytes
downloading HTML_Common-1.2.5.tgz ...
Starting to download HTML_Common-1.2.5.tgz (4,617 bytes)
...done: 4,617 bytes
install ok: channel://pear.php.net/HTML_Common-1.2.5
install ok: channel://pear.php.net/HTML_QuickForm-3.2.14
1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0