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:
- changed \media folder 777
- flushed cache (magento , images)
- read endless questions on similar issues no avail.
- this happening in frontend , admin
- i have checked link creates image , when put in address bar gives me "404 not found" error.
- 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
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
Post a Comment