アムPEARとPHPを使用したグリッド・カレンダーを作成しようとしているが、私は私のブラウザでファイルをプレビューするとき、私は、次を得る:PHP:PEARカレンダーグリッドは、ブラウザでレンダリングされない
*Warning: include(Calendar/Month/Weekdays.php) [function.include]:
failed to open stream: No such file or directory
in /Users/x/Sites/p/testing pages/Pear_Date.php on line 8
Warning: include() [function.include]: Failed opening 'Calendar/Month/Weekdays.php'
for inclusion (include_path='.:') in /Users/x/Sites/p/testing pages/Pear_Date.php
on line 8
Fatal error: Class 'Calendar_Month_Weekdays' not found
in /Users/x/Sites/p/testing pages/Pear_Date.php on line 10*
は私が固定と思いましたこの前に。 PEARのインストール・ログには、次のように述べています
*Current include path : .:
Configured directory : /Users/x/PEAR
Currently used php.ini (guess) :
Press Enter to continue:
The 'pear' command is now at your service at /Users/x/bin/pear
** The 'pear' command is not currently in your PATH, so you need to
** use '/Users/x/bin/pear' until you have added
** '/Users/x/bin' to your PATH environment variable.*
私は、私は私の問題を解決すると思った記事を見つけた - How to set up PEAR on Mac OS X 10.5 Leopard
それは私も更新include_path = ".:/php/includes:/Users/x/bin/pear"
を読み込むので、だから私は私のphp.iniファイル内のinclude_path行を編集しました私の.bash_profile
文書に記載されているのでのような記事によると
あなたが助けるために十分な情報を提供します。
sudo /etc/init.d/apache2リロードを試しても、コマンドが見つかりませんでしたか? –
OK私はapache2をリロードすることができましたが、元のqに記載されているエラーメッセージが表示されます - "include_path = '.:" " –
include_pathのコメントは外されていますか? – Residuum