WindowsXP
ファイルダウンロード
ダウンロードサイトよりファイル(Zip)をダウンロードする
解凍してドキュメントフォルダへ移動
Web確認
Apacheの設定ファイル編集
html2 plugin Error : このプラグインで利用できない命令または文字列が入っています。
再起動してWeb確認
※メッセージが表示されるので修正する
cakeの設定ファイル編集
cakephp/app/config/core.php
/**
* A random string used in security hashing methods.
*/
//Configure::write('Security.salt', 'DYhG93b0qyJfIxfs2guVoUubWwvniR2G0FgaC9mi');
Configure::write('Security.salt', 'ieur90sdfssalkjjfhksdhflkalfjafhaslakjds');
/**
* A random numeric string (digits only) used to encrypt/decrypt strings.
*/
//Configure::write('Security.cipherSeed', '76859309657453542496749683645');
Configure::write('Security.cipherSeed', '94810243209408403748940298102');
※ランダムな文字列を設定する
上記修正して、Web確認
最終更新:2010年06月06日 10:55