zoukankan      html  css  js  c++  java
  • magento upload http error 上传新产品的时候报错

    最开始碰到这个错误的时候不知所措,记下来希望碰到这个问题的童鞋可以轻松解决

    最开始以为是权限问题, 到处找, php.ini   memory_limit

    http.conf  各种限制配置,结果都没有效果

    后来才发现一个地方说没有安装php图像看 GD, 我用yum安装GD

    然后又报了一个

    Destination folder is not writable or does not exists.
     
    这个才是权限问题
     

    “Destination folder is not writable or does not exists”

    Ok here is the solution :

    Setup permissions to 777 for:   权限设置为777:

    1. “MEDIA” folder   NEDIA目录

    2. in MEDIA folder to “CATALOG” and “ TMP” and ALL subfolders individually.    Media文件夹“目录”和“TMP”和所有子文件夹  chmod -R 777  

    好了 问题解决 原来我还是个程序员 好久没写程序了

  • 相关阅读:
    2020/5/18
    2020/5/17
    2020/5/15
    2020/5/13
    2020/5/12
    服务器环境配置五大免费主机系统
    6:运算符
    5:练习题
    4:Python的while循环
    3:Python条件语句
  • 原文地址:https://www.cnblogs.com/i-kyle/p/4471180.html
Copyright © 2011-2022 走看看