Luffy
Luffy
The development team is currently all Chinese, so the English documentation is a bit behind, feel free to submit PRs.
检查PHP版本是否 >= 7.2,做好备份恢复默认主题试试。
后台切换主题。也有可能是一些插件的影响。 在config.inc.php文件里加入如下内容,查看有没有报错 ``` define('__TYPECHO_DEBUG__', true); ```
没有正确升级版本导致的,请参考文档进行升级。
有计划支持,已经开发完毕,还未开源
有空了搞下
之前有相似的issue,里面说了原因,和版本没关系,可以搜下看看。
这里处理的时候转换了 https://github.com/swlib/http/blob/v1.x/src/Request.php#L38-L52 ```php var_dump($request->server['query_string'], $request->get); ``` ```bash // saber string(28) "q2-303030003300-q_904_11_1b=" array(1) { ["q2-303030003300-q_904_11_1b"]=> string(0) "" } // 浏览器 string(27) "q2-303030003300-q.904+11.1b" array(1) { ["q2-303030003300-q_904_11_1b"]=> string(0) "" } ```