delete from ask_notifications where user_id not in (select id from ask_users);delete from ask_notifications where to_user_id not in (select id from ask_users); 数据库执行一下这个两个sql,再看下。 用户尽量不要删除,可以直接禁用。
回答于 2019-05-22 13:36
memcache需要安装php-memcache扩展。 redis需要用composer 安装 predis组件包。
回答于 2019-05-15 11:54
tipask/resources/views/themes/default/home/index.blade.php 这个是首页模板文件
回答于 2019-03-11 14:40