Re: Re: ログイン画面が真っ白になってログインできない

2014年6月12日 at 19:02

私が直したphpファイルが間違っているのでしょうか?

config/site_theme_paths.php
の中に
<?php
defined('C5_EXECUTE') or die(_("Access Denied."));

/*
you can override system layouts here - but we're not going to by default

For example: if you would like to theme your login page with the Green Salad theme,
you would uncomment the lines below and change the second argument of setThemeByPath
to be the handle of the the Green Salad theme "greensalad"

*/
/*
$v = View::getInstance();
//$v->setThemeByPath('/login', "yourtheme");
//$v->setThemeByPath('/page_forbidden', "yourtheme");
//$v->setThemeByPath('/register', "yourtheme");
*/

と書いたのですが、書き方が間違っているのでしょうか?
もしくは、cofig/ 以外にもどこかにsite_theme_paths.phpがあるのでしょうか?

Re: Re: Re: ログイン画面が真っ白になってログインできない

2014年6月12日 at 19:05
ところで、/updates/concrete5.6.2.1.ja/concrete/controllersの中にlogin.phpというファイルを見つけたのですが、こちらはログイン画面の不具合に関係はなさそうですか?