Drupal 用户配置文件图像在注销后消失
我们正在运行 Drupal 7。当用户上传新图像时,图像会保存并正确显示。
当用户注销时,图像将从配置文件中消失,但保留在图像文件夹中。
我们将问题追溯到注销操作,以某种方式在注销后立即将用户表中的“图片”列设置为 0。
问题是,我无法在代码中找到这种情况发生的地方。我找到了一个 user_logout 函数,但这并不能实现。
We are running Drupal 7. When a user uploads a new image, the image saves and displays correctly.
When a user logs out, the image disappears from the profile, but remains in the images folder.
We traced the problem back to logout action somehow setting the "picture" column in the users table to 0 immediately after logout.
The trouble is, I cannot find this where in the code this happens. I found a user_logout function, but that does not do it.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是固定的。我们必须更新头像模块和对数据库的引用。
This is fixed. We had to update the avatar modules and the reference to the database.