GeekGhc / zhihu-app

laravel-vue-zhihu :sparkles:
405 stars 107 forks source link

打扰一下,登录之后,写好问题后报错了,错误提示如下面内容: #2

Closed wszwj closed 7 years ago

wszwj commented 7 years ago

Type error: Argument 1 passed to App\Repositories\QuestionRepository::normalizeTopics() must be of the type array, null given, called in E:\phpStudy\WWW\zhihu-app\app\Http\Controllers\QuestionsController.php on line 41

GeekGhc commented 7 years ago

这是因为Topics不是数组类型或者值为空 我这边是没问题的 你可以看一下创建时的topics是不是数组数据 可以看下传递过来的topics数据

Jimmy9876 commented 7 years ago

请问在哪里关闭邮箱验证

GeekGhc commented 7 years ago

@Jimmy9876 你需要在关闭哪里的邮箱 在控制器方法里注释掉相应的事件就行了

Jimmy9876 commented 7 years ago

第二次登陆密码错误或者邮箱未验证怎么解决