Steven Lynn’s Blog

TpCache引发的Typecho评论delete()报错及解决方法

2022-10-02116 words1 min read
date
Oct 2, 2022
slug
typecho-comment-delete-error-caused-by-tpcache-and-solutiondeepseek-chat
status
Published
tags
Web
type
Post
类型
summary
本文参考自

前言

本站在启用TpCache缓存后,评论文章时会出现delete()报错
notion image

解决方法

打开宝塔面板,打开插件目录并编辑TpCache插件的配置文件Plugin.php
找到public static function delete($path, $del_home = null)
在里面添加以下内容
保存后重启插件即可
声明:本文采用 CC BY-NC-SA 4.0 许可协议,转载请注明出处。
Loading...