惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

T
The Exploit Database - CXSecurity.com
A
Arctic Wolf
K
Kaspersky official blog
T
Threat Research - Cisco Blogs
PCI Perspectives
PCI Perspectives
www.infosecurity-magazine.com
www.infosecurity-magazine.com
P
Privacy International News Feed
K
KPMG report finds enterprise disconnect between AI and its ROI | CIO
U
Unit 42
cs.CL updates on arXiv.org
cs.CL updates on arXiv.org
Simon Willison's Weblog
Simon Willison's Weblog
P
Privacy & Cybersecurity Law Blog
O
OpenAI News
量子位
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
C
Cisco Blogs
AWS News Blog
AWS News Blog
Vercel News
Vercel News
Microsoft Security Blog
Microsoft Security Blog
Threat Intelligence Blog | Flashpoint
Threat Intelligence Blog | Flashpoint
美团技术团队
T
Threatpost
S
Schneier on Security
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
C
Cyber Attacks, Cyber Crime and Cyber Security
Last Week in AI
Last Week in AI
C
CERT Recently Published Vulnerability Notes
Blog — PlanetScale
Blog — PlanetScale
C
Cybersecurity and Infrastructure Security Agency CISA
F
Full Disclosure
博客园_首页
N
Netflix TechBlog - Medium
Security Latest
Security Latest
有赞技术团队
有赞技术团队
Google DeepMind News
Google DeepMind News
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
The Register - Security
The Register - Security
Application and Cybersecurity Blog
Application and Cybersecurity Blog
Recent Announcements
Recent Announcements
博客园 - Franky
P
Palo Alto Networks Blog
Project Zero
Project Zero
CTFtime.org: upcoming CTF events
CTFtime.org: upcoming CTF events
H
Help Net Security
Hacker News: Ask HN
Hacker News: Ask HN
Cisco Talos Blog
Cisco Talos Blog
H
Heimdal Security Blog
The Hacker News
The Hacker News
博客园 - 【当耐特】
GbyAI
GbyAI

喵喵主题社区

CarrotAdmin 使用手册&相关截图 OrangeAdmin 使用手册&相关截图 Mgame插件使用说明 Mbili插件使用说明 💥MyLife2_见问题说明(Q/A) 💥Sunny3!常见问题说明(Q/A) Sunny3.12!微信发送说说内容时选择分类和添加标签 Sunny3.11!微信/浏览器插件发送说说内容时添加标题 Sunny3.8!AI摘要使用
💥Tulip_常见问题说明(Q/A)
喵喵 · 2026-05-03 · via 喵喵主题社区

主题无法激活,或者激活失败,或者显示激活成功,但是无法进入设置:

  1. 确保网站根目录有755权限。
  2. 确保主页可以正常访问。
  3. 问喵喵。

主题设置中,新增加的复选框无法保存;或当更新主题之后,或从其他主题切换到本主题时,如遇到in_array(): Argument #2 ($haystack) must be of type array, null given报错,或者in_array() expects parameter 2 to be array, null given in报错

错误示例:

image.png

此原因为typecho1.2.1的bug,喵喵发现已经在typecho1.3.0中解决,可以使用1.3.0正式版。

typecho1.2.1手动修复方法:

  1. https://github.com/typecho/typecho/pull/1591/files/98e2011927f0c7253412abce0248c9ea2f9a7db0
  2. 看不懂的,就是删掉红的,新增绿的,然后左侧行号一致就行了,文件位置图片里也有。
  3. 记得修改完成之后进主题设置(https://博客域名/admin/options-theme.php)保存一下。
image.png♾️ PHP 代码:
if (isset($this->options->{$key})) {
  $form->getInput($key)->value($this->options->{$key});
}

头像不显示?或者加载很慢?

在网站根目录中的config.inc.php文件中添加一行

♾️ PHP 代码:
define('__TYPECHO_GRAVATAR_PREFIX__', 'https://cn.cravatar.com/avatar/');

当然这里可以自定义为其他的头像源