摘要: 商城后台发送email的时候 提示下面的信息 SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting 现在很多服务器都禁用了25端口,所以出现这样的问题,不过你可以发邮件给服务器提供商,申请 阅读全文
posted @ 2019-10-19 11:49 老猫博客 阅读(614) 评论(0) 推荐(0)
摘要: 登陆aws Lightsail 推荐大家通过aws Lightsail控制台登陆 登陆的账号默认为普通用户, Centos安装命令: 输入 yum install -y wget && wget -O install.sh http://download.bt.cn/install/install_ 阅读全文
posted @ 2019-10-14 15:42 老猫博客 阅读(2319) 评论(0) 推荐(0)
摘要: TRUNCATE TABLE categories; TRUNCATE TABLE categories_description; TRUNCATE TABLE meta_tags_categories_description; TRUNCATE TABLE products; TRUNCATE TABLE products_attributes; TRUNCATE TABLE products_ 阅读全文
posted @ 2019-09-27 20:53 老猫博客 阅读(618) 评论(0) 推荐(0)