CommentPush
CommentPush copied to clipboard
ty1.2突然就报错了
报错内容 邮件服务应该是兼容性有问题 serv酱没问题 Argument 1passed to Typecho\Widget::__construct()must bean instance of Typecho\Widget\Request,instance of Typecho\Request given,called in /www/wwwroot/typecho/usr/plugins/pluginsCommentPush/lib/SmtpService.php on line 171
修改AliYunEmailService.php和SmtpService.php 把 widget = new $className(Typecho_Request::getInstance(), Typecho_Widget_Helper_Empty::getInstance()); 换成 $widget = $className::alloc();
教程来源https://blog.tsutsu.one/archives/350/