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  

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

  • 相关阅读:
    不同编码字符所占大小
    期末考点总结--------多元统计分析
    博客网站设计
    java 事件举例
    zookerper总结
    Spring java配置
    Sense and Sensibility
    栈的出栈序列个数
    闭算子
    线性空间结论总结
  • 原文地址:https://www.cnblogs.com/i-kyle/p/4471180.html
Copyright © 2011-2022 走看看