ローカル マシンで実行するサイトがあります。OSX を使用している場合、これらの行は問題ありません。Windowsではエラーが発生します:
set_include_path ( get_include_path () . ':' . dirname ( __FILE__ ) . '/../lib/propel/runtime/lib/' );
set_include_path ( get_include_path () . ':' . dirname ( __FILE__ ) . '/../lib/smarty/libs/' );
set_include_path ( get_include_path () . ':' . dirname ( __FILE__ ) . '/../classes/' );
set_include_path ( get_include_path () . ':' . dirname ( __FILE__ ) . '/../classes/ORM/' );
これがエラーです
致命的なエラー:require_once():必要な 'Propel.php' を開くのに失敗しました (include_path='.:C:/wamp/www/emporio-rossi/conf/:C:\wamp\www\emporio-rossi\wapp/.. /lib/propel/runtime/lib/:C:\wamp\www\emporio-rossi\wapp/../lib/smarty/libs/:C:\wamp\www\emporio-rossi\wapp/../classes /:C:\wamp\www\emporio-rossi\wapp/../classes/ORM/') C:\wamp\www\emporio-rossi\wapp\conf.inc.php の 33 行目
Propel.php は最初の URI ( set_include_path ( get_include_path () . ':' . dirname ( __FILE__ ) . '/../lib/propel/runtime/lib/' );
)にあります。