2009年2月2日月曜日

SiteFrame

Install Maniax2008 CMS

 SiteFrame http://siteframe.org/
 

 
 
インストール手順
 
1.  サイトよりファイルをダウンロード  Siteframe 5.0.6  siteframe-5.0.6-783.zip 
 
以下、  http://siteframe.org/p/howto_install_siteframe_5x を参考に作業をすすめる。
 
2.  ファイルを展開し、仮想ディレクトリを追加
   既定のドキュメントに index.php を追加 
 
3.  siteframe.ini-dist を元に siteframe.ini を作成
   以下の部分の設定は必ず必要。 
site_urlsite_pathdb_hostdb_userdb_password, db_database
 
   またテンプレート用に Smarty が必要となるので  http://www.smarty.net/ 
   インストール。 インストールしたフォルダの位置を siteframe.ini に記述
 
    dir_smarty = "c:/Smarty/libs/" 
    
4.  php.ini の以下の部分を確認 ( mysqli が必要 )   
    
   extension=php_mysqli.dll 
 
5. 展開したファイルの _htaccess のファイル名を  .htaccess に変更
 
    c:/apps/siteframe>ren _htaccess .htaccess
  
6.   http://iis.museum-in-cloud.com/siteframe/ によりインストール作業を行なう。 
       以下のような表示でインストールが完了したが、動作している。 
 

 Fatal Internal Error

→ Siteframe (beaumont) appears to be already installed 

 
 
 * Passphrase = パスワード 
 
 以上
 
 
* 以下は作業ログ
 

 

  • In the client folder, copy the file siteframe.ini-dist to siteframe.ini.
  • Open siteframe.ini in a text editor; read through the file and change settings as appropriate. At the very minimum, set site_url, site_path, db_host, db_user, db_password, and db_database

  • Start your web browser, enter the address of your website in the address bar, and go to the site. It should automatically redirect you to your-site/setup.php  
  •  

     


    Warning: require(Smarty.class.php) [function.require]: failed to open stream: No such file or directory in C:\apps\siteframe_beaumont\siteframe.inc on line 450

    Fatal error: require() [function.require]: Failed opening required 'Smarty.class.php' (include_path='.;C:\php5\pear') in C:\apps\siteframe_beaumont\siteframe.inc on line 450

     

    Smarty: Smarty is a PHP-based template library available from http://smarty.php.net. Siteframe uses Smarty to display all content.

    http://www.smarty.net/

    http://news.php.net/php.smarty.dev/2703

    Installing Smarty in Windows

     


     

    Fatal Internal Error

    Internal error: file [includes/mysqli.class.inc] does not exist

    If you're not currently developing templates, tools, or Siteframe code, then first let me offer my apologies; this error should never really occur in a live environment. Second, could you please let me know about how and when this error occurred? Send an email to Siteframe Feedback (you'll need to edit the email address) and include your site, the URL of this page, and a brief description as to what you were doing at the time this error occurred. 

     

     
     
     
     http://php.plus-server.net/mysqli.installation.html
    MySQLi はデフォルトでは有効となりません。したがって php.ini で php_mysqli.dll DLL を有効にしておく必要があります。 
     

    You should copy _htaccess to .htaccess if you are using the Apache webserver. This file provides additional security constraints for your system. If possible, you should also set url_rewriting=On to permit cleaner, more friendly URLs.

     
    Error: field [Passphrase] is too short; the minimum length is [6]
     

    Fatal Internal Error

    Siteframe (beaumont) appears to be already installed

    If you're not currently developing templates, tools, or Siteframe code, then first let me offer my apologies; this error should never really occur in a live environment. Second, could you please let me know about how and when this error occurred? Send an email to Siteframe Feedback (you'll need to edit the email address) and include your site, the URL of this page, and a brief description as to what you were doing at the time this error occurred.

     

    0 件のコメント:

    コメントを投稿