Search the Community
Showing results for tags 'images not loading'.
-
I have uploaded all sorts of images per product, but only the main picture is shown. Any idea what may be the problem? I've tried to remove and recreate the htaccess file, empty the cache, turn off and turn on the friendly url. Editing the ssl url also doesn't work. Regenerating product images turns into a 504 Gateway time-out error.
-
For those using Apache 2.2 and installed PS 1.7.4.1, they might have discovered their frontpage is completely messed up. No images loaded, no css, and not even in the back office. After hours of desesperation trying to figure this out, I was able to narrow the problem to the .htaccess, specifically on the # Apache 2.2 directives in all .htaccess of almost all folders of PS. The problem: File: .htaccess from /img/, or /localization/, or /themes/ etc... # Apache 2.2 <IfModule !mod_authz_core.c> Order deny, allow Deny from all </IfModule> # Apache 2.4 <IfModule mod_authz_core.c> Require all denied </IfModule> The fix: # Apache 2.2 <IfModule !mod_authz_core.c> Order Deny,Allow Deny from all </IfModule> # Apache 2.4 <IfModule mod_authz_core.c> Require all denied </IfModule> If we go to https://httpd.apache.org/docs/2.2/mod/mod_authz_host.html#order we can read: Keywords may only be separated by a comma; no whitespace is allowed between them. And also case-sensitive. The keywords Order Deny,Allow are wrongly written by default, ending up being Order deny, allow not allowing anything. I've been manually fixing all the files, is there any method to do it automatically? I'd really like to see PS Dev Team fixing this in future versions. I wish I had an updated apache version but my hosting won't do it for now... I hope this is helpful for someone. Thank you, specially to PS for this awesome CMS.
-
Hi. I have downloaded and installed prestashop 1.5.6 and now every single time i try to get products up, the pictures are not uploaded. My website is located at http://www.eshop.premiersports.ie