Magento product upload images are not appearing -


i'm uploading products magento store products not being displayed.

i can upload image using admin area , when managing products can see images there, once go front end magento logo product image should appear.

this has been happening since server migration i'm not sure if related or not.

there many things causing issue, here's few things into:

  1. on product information page in admin backend, under 'images', make sure radio buttons have image selected 'base image', 'small image', 'thumbnail', , aren't 'excluded'

  2. make sure product images exist under /media/catalog/product/ (relative document root)

  3. make sure /media directory in apache web server's group (usually 'www-data' or 'httpd'). magento needs able write directory, can run command set permissions:

    sudo chmod -r 775 /path/to/magento/media 
  4. in system->configuration->general->web, make sure "base media url" correct under both "secure" , "unsecure"


Comments

Popular posts from this blog

c# - How Configure Devart dotConnect for SQLite Code First? -

java - Copying object fields -

c++ - Clear the memory after returning a vector in a function -