2009年2月21日土曜日

EC-CUBE

Install Maniax2008 Eコマース
 

管理画面 : http://iis.museum-in-cloud.com/eccube/admin/
 
インストール手順 
 
1. Version 2.3.3 をダウンロード
 
2. ファイルを展開し、仮想ディレクトリを設定 
 
c:/apps/eccube-2.3.3./html --> /eccube
既定のドキュメントに index.php を追加
 
3. C:/apps/eccube-2.3.3/data/install.php に変更権限を付与
 
4. DBを作成しておくことが必要。  eccube を作成。 
 
5. php.ini の以下の設定が必要であるので注意
auto_detect_line_endings = on
output_handler=mb_output_handler 
 
 
6. http://iis.museum-in-cloud.com/eccube/install/ インストール作業開始
 
画面で「アクセス権限は正常です」と表示されていても、問題がある場合あるので注意 。
 
  権限不足の場合のエラー例
Warning: fopen(C:/apps/eccube-2.3.3/data/install.php) [function.fopen]: failed to open stream: Permission denied in C:\apps\eccube-2.3.3\html\install\index.php on line 861
 
7. install フォルダを削除 
 
>> /install/index.phpは、インストール完了後にファイルを削除してください。  
 
以上
 
 
* トラブル対応
 インストールが終わり、ログインしようとした際に以下のような URL でログインできない
http://iis.museum-in-cloud.com/eccube/C:/apps/eccube-2.3.3/html/admin/home.php?transactionid=198a1a259f06b3e92569e8cd79e2635b4ef157cc 
  対応
   php.ini に以下の値を設定し IISを再起動 
auto_detect_line_endings = on
output_handler=mb_output_handler 
 

* 参考 EC-CUBE(2.x系)/1_インストール/01_サーバ設定方法


 

0 件のコメント:

コメントを投稿