私はfuelPHPが初めてで、単純なアプリケーションを開発しました.ファイルをWebサーバーにアップロードすると、これらのエラーが発生しました:
Notice: Use of undefined constant __DIR__ - assumed '__DIR__' in /home1/tdfdf/public_html/site/site/public/index.php on line 22
Fatal error: require() [function.require]: Failed opening required '/bootstrap.php' (include_path='.:/usr/lib64/php:/usr/lib/php:/usr/share/pear') in /home1/tdfdf/public_html/site/site/public/index.php on line 44
私はおそらくここでいくつかの設定を見逃しています。この「/public」もURLから削除したい
誰でも助けることができますか?