typecho
typecho copied to clipboard
A PHP Blogging Platform. Simple and Powerful.
后台右上角网站在新标签页跳出
Improving Chinese (Simplifed) texts in my own style. This is only the first part if my pull request be merged! `admin` directory, from A to I. Additional contributions are welcome...
Fix #1392 Duplicate of #1393
Argument 1 passed to Typecho_Widget::push() must be of the type array, null given, called in /www/wwwroot/x'x'x.com/var/Widget/Abstract/Contents.php on line 762 这个怎么解决?
文章cid不连续
大大,下次能不能更新一下文章的cid不连续的问题,强迫症有点难受 - 操作系统版本: - Apache/NGINX 版本: - 数据库版本:mysql5.6 - PHP 版本:7.2 - Typecho 版本:1.2 - 浏览器版本: [//]: # (如有图片请附上截图)
当数据较多时会有卡顿现象 有可能是分页问题,我看了下代码,可能是获取posts count时出现的查询问题。 ```mysql SELECT COUNT(cid) from typecho_contents WHERE (typecho_contents.`type` = 'post_draft' AND typecho_contents.`parent` = 0) OR typecho_contents.`type` = 'post' ``` 上述语句执行时会比较慢,我电脑上一般2s 如果分开执行反而很快 ```mysql SELECT COUNT(cid) from typecho_contents WHERE (typecho_contents.`type`...
### 1. 该问题的重现步骤是什么? 正常安装 ### 2. 你期待的结果是什么?实际看到的又是什么? 出现撰写页面,和默认首页,实际上这两个页面都是空页面 ### 3. 问题出现的环境 - 操作系统版本: - Apache/NGINX 版本: - 数据库版本: - PHP 版本:5.6.4 - Typecho 版本:1.1 - 浏览器版本: [//]: # (如有图片请附上截图) ...
### 1. 该问题的重现步骤是什么? 文章编辑侧边附件报错  `Warning: Trying to access array offset on value of type bool in /krsay.com/var/Widget/Base/Contents.php on line 557` 编辑附件报:  `Typecho\Common::mimeIconType(): Argument #1 ($mime) must be of...
换服务器部署后,访问一片空白,也不报错;请问是什么原因呢? - 操作系统版本:CentOS 7.6 - Apache/NGINX 版本:1.2.0 - 数据库版本:MySQL 5.7 - PHP 版本:7.4 - Typecho 版本:1.2/18.10.23 - 浏览器版本:Chrome [//]: # (如有图片请附上截图)