Magento 1.4.2 不在前端显示/保存产品图像后端

发布于 2024-11-24 12:18:32 字数 250 浏览 1 评论 0原文

我的 Magento 1.4.2 网站突然出现以下问题:

上传产品图片时,图片似乎已成功上传&当我翻转图像时可见,但一旦保存图像就会“消失”并且不会保存到媒体子文件夹中。因此不显示它。文件夹的权限设置为可写。我已经清除了缓存;重新索引库存状态、产品扁平数据……;重命名为media/.htaccess;将 php.ini.sample 重命名为 php.ini &将内存限制从 64M 更改为 512M。

问题仍然存在。有什么想法吗?谢谢

My Magento 1.4.2 site suddenly developed the following problem:

When uploading product images, the images appear to have successfully uploaded & are visible when I rollover the image but as soon as I save the image 'disappears' and is not saved to the media subfolder. Hence it is not displayed. The permissions on the folders are set to writeable. I have cleared the cache; re-indexed stock-status, product flat data...; renamed media/.htaccess; renamed php.ini.sample to php.ini & changed memory_limit from 64M to 512M.

The problem persists. Any ideas? Thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

叹沉浮 2024-12-01 12:18:32

您是否可能已将 Prototype 更新到版本 1.7?如果是这样,您必须更改foo.toJSON()< /code> 在 js/mage/adminhtml/product.js 中调用 Object.toJSON(foo)

Is it possible that you've updated Prototype to version 1.7? If so, you'll have to change foo.toJSON() calls in js/mage/adminhtml/product.js to Object.toJSON(foo).

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