CommentPush
CommentPush copied to clipboard
对新版本的typecho支持
该插件已不再完美支持新版本的typecho,会报错但是部分功能还是可以正常使用。
阿里云邮件推送报错 Argument 1 passed to Typecho\Widget::__construct() must be an instance of Typecho\Widget\Request, instance of Typecho\Request given, called in /www/wwwroot/jay.tg/usr/plugins/CommentPush/lib/AliYunEmailService.php on line 182
修改AliYunEmailService.php和SmtpService.php 把 widget = new $className(Typecho_Request::getInstance(), Typecho_Widget_Helper_Empty::getInstance()); 换成 $widget = $className::alloc();
教程来源https://blog.tsutsu.one/archives/350/
没用。
作者可能弃坑了,建议使用:CommentNotifier