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  

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

  • 相关阅读:
    一些 好的链接
    图像滤波算法
    minigui中使用ttf字体库流程
    国庆长假归来
    vs2015 快捷键
    R11 u盘不能自动识别
    qt 自定义折线图
    qt QThread
    qt动态库编译和链接
    scons 库文件生成和链接
  • 原文地址:https://www.cnblogs.com/i-kyle/p/4471180.html
Copyright © 2011-2022 走看看