Site are not working properly
- このフォーラムに新しいトピックを立てることはできません
- このフォーラムではゲスト投稿が禁止されています
投稿ツリー
-
Site are not working properly (leco1, 2015/6/2 23:34)
-
Re: Site are not working properly (nobu, 2015/6/10 6:48)
-
Re: Re: Site are not working properly (leco1, 2015/6/10 13:58)
leco1
投稿数: 70

Site are not working.
The administration modules have been modified.
Now you can not administer the site.
The administration modules have been modified.
Now you can not administer the site.
nobu
投稿数: 855

Well, your problem come from incompatible in PHP-5.4.
Fix that like following:
to
or using UTF-8 internal charset.
Fix that like following:
$text = htmlspecialchars($text);
$text = htmlspecialchars($text, ENT_COMPAT, _CHARSET);
or using UTF-8 internal charset.
--
安富 伸浩 (マイサイト管理人)
leco1
投稿数: 70

Hello Nobu
Thanks for the feedback.
I am unable to manage the site for the Legacy System module (and others too) appeared without management alternatives, as you can see in the image below:
https://drive.google.com/file/d/0B_DypbA_7aTgbUN3UXNyNkRhQlU/view?usp=sharing
I think the problem stems from updates on your server, it made no change in site modules.
thank you in advance
Thanks for the feedback.
I am unable to manage the site for the Legacy System module (and others too) appeared without management alternatives, as you can see in the image below:
https://drive.google.com/file/d/0B_DypbA_7aTgbUN3UXNyNkRhQlU/view?usp=sharing
I think the problem stems from updates on your server, it made no change in site modules.
thank you in advance