php版本低于5.2.1的大概就会碰着这个问题,假如不想进级php版本,那么就按下面的要领修改!
找到 source\function\function_core.php 文件 2041行代码:
static $replacements = array( ":", "@", "&", "=", "+", "$", ",", "/", "?", "%", "#", "[", "]");替换为: static $replacements = array( ':', '@', '&', '=', '+', '$', ',', '/', '?', '%', '#', '[', ']'); 问题办理!假如首页没样式,登录靠山更新缓存即可!