win7でインストール完了
-
»
HotaruMaru >
win7でインストール完了 @ 2016/8/23 0:42 -
ryuring >
Re: win7でインストール完了 @ 2016/8/30 12:24 -
katokaisya >
Re: win7でインストール完了 @ 2016/8/30 20:36 -
HotaruMaru >
Re: win7でインストール完了 @ 2016/8/31 1:37 -
beychan >
Re: win7でインストール完了 @ 2016/8/31 11:43 -
HotaruMaru >
Re: win7でインストール完了 @ 2016/8/31 21:45 -
nana123 >
Re: win7でインストール完了 @ 2017/8/23 11:48
| HotaruMaru > win7でインストール完了 @ 2016/8/23 0:42 |
|---|
|
■ BaserCMSのバージョン:4.0.0beta
■ レンタルサーバー名: xampp locall ■ スマートURLの利用: [ON / OFF] ■ 設置フォルダ: [サブフォルダ] ■ 利用しているデータベース: [MySQL] ■ PHPスキル(自己評価): [ E ] 独自サーバーの場合には次の内容も明記してください。 ■ OSの種類:windows7 32bit ■ PHPのバージョン: ■ データベース種類・バージョン: 以下の2箇所の変更でインストールができました。 lib/baser/controller/componet/BcManager/Component.php 998行目 $sourcePath = BASER_CONFIGS . 'theme' . DS . $theme;//の下に // 以下2行を追加 $targetPath = str_replace("/", DS, $targetPath); $sourcePath = str_replace("/", DS, $sourcePath); $Folder->delete($targetPath); app/webroot/index.php 60行目 $p = dirname(dirname(dirname($fileName))); $p = str_replace("/", DS, $p); define('ROOT', $p); // define('ROOT', dirname(dirname(dirname($fileName)))); |


