Drupal 用户配置文件图像在注销后消失

发布于 2024-12-21 06:20:14 字数 195 浏览 2 评论 0原文

我们正在运行 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

月亮坠入山谷 2024-12-28 06:20:14

这是固定的。我们必须更新头像模块和对数据库的引用。

This is fixed. We had to update the avatar modules and the reference to the database.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文