JiaJie Chan

Results 5 comments of JiaJie Chan

阿里云邮件推送报错 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/

修改AliYunEmailService.php和SmtpService.php 把 widget = new $className(Typecho_Request::getInstance(), Typecho_Widget_Helper_Empty::getInstance()); 换成 $widget = $className::alloc(); 教程来源https://blog.tsutsu.one/archives/350/

修改AliYunEmailService.php和SmtpService.php 把 widget = new $className(Typecho_Request::getInstance(), Typecho_Widget_Helper_Empty::getInstance()); 换成 $widget = $className::alloc(); 教程来源https://blog.tsutsu.one/archives/350/

部分网络好像被屏蔽了cdn,电脑用广州电信访问不了 img.yzcdn.cn( qnsw5-all-v4.qiniu.com.ctadns.cn [59.36.133.252]) ,手机卡的电信又正常,临时解决方法,先手动添加一个hosts,img.yzcdn.cn 38.175.45.12,这是海外的节点,慢一点但能显示。或者把dns改成1.1.1.1备用1.0.0.1,不用国内的节点。