product - Magento images not showing anywhere -


i installed fresh copy of magento 1.9.2.3. issue when try upload images, product, category, transactional email, ect. gives me little broken image placeholder. steps have tried far:

  1. changed \media folder 777
  2. flushed cache (magento , images)
  3. read endless questions on similar issues no avail.
  4. this happening in frontend , admin
  5. i have checked link creates image , when put in address bar gives me "404 not found" error.
  6. i have checked image indeed uploaded folder site pointing to.

note: have had magento running on server previously, 1 2 versions older.

url http://southernperformanceparts.com - in case want take look

screenshot

can give me direction here.

thank in advance.

seems right problem. images set 644?

you change uploader.php (lib/varien/file) search "chmod($destinationfile, 0640);" , change 0644 , search

"if (!(@is_dir($destinationfolder) || @mkdir($destinationfolder, 0750, true)))" , change 0755

in future images should correct rights after uploading.


Comments

Popular posts from this blog

authentication - Mongodb revoke acccess to connect test database -

r - Update two sets of radiobuttons reactively - shiny -

ios - Realm over CoreData should I use NSFetchedResultController or a Dictionary? -