安装之后测试了三四次了,每次都是人数不足,有没有大佬遇到过类似的问题
队列没有开启
NOTICE:
php flarum nodeloc:lottery:refresh
You must run php flarum schedule:run to draw the lottery.
SQL加个字段:
ALTER TABLE users ADD lottery_count INT DEFAULT 0;
定时任务:(每分钟执行一次)
cd /www/wwwroot/sx.sd/ && php flarum schedule:run
从sx.sd这边学习到的
@“劲仔”#p209101 :huaji15:
我以为又搞抽奖的呢。
触及到我知识盲区了,发布抽奖还要用插件吗?
@“劲仔”#p209101 好的我去试试,谢谢老大
@“劲仔”#p209101 sql添加那个步骤具体是什么呢,新手操作这种插件没办法解决