nicosanman Posted April 14, 2015 Share Posted April 14, 2015 Hi all! I'm having a problem with my PrestaShop. Everything was working fine but now i'm having a problem uploading images. When I create a new product and add a picture, I have this error when I try to view it in front (the image): ForbiddenYou don't have permission to access /img/p/4/8/8/2/4882-large_default.jpg on this server. I can see my picture uploaded in the server, so it's not an upload problem. Its about frontend. I thought that maybe could be a permission problem, but all my others images had the same (0644) and work fine. Image working: http://tresheraccesorios.com/img/p/6/6/7/667-large_default.jpg Image not working: http://tresheraccesorios.com/img/p/4/8/8/2/4882-large_default.jpg Thank you in advance Link to comment Share on other sites More sharing options...
selectshop.at Posted April 14, 2015 Share Posted April 14, 2015 (edited) Seems that your folder AND sub-folders of /img don't have enough writing/reading permissions. Please check with filezilla and change the permissions for your folder /img and all sub-folders of /img to CHMOD 0755 at least. All files in these folders should be have not more than 0644 for security reasons. Edited April 14, 2015 by selectshop.at (see edit history) Link to comment Share on other sites More sharing options...
nicosanman Posted April 14, 2015 Author Share Posted April 14, 2015 Seems that your folder AND sub-folders of /img don't have enough writing/reading permissions. Please check with filezilla and change the permissions for your folder /img and all sub-folders of /img to CHMOD 0755 at least. All files in these folders should be have not more than 0644 for security reasons. Hi there! Thank you for your reply I checked img/ and all subfolders, they all have 0755. Also, when I upload the image, prestashop create new folders and they have 0755 too. It's very weird. Link to comment Share on other sites More sharing options...
selectshop.at Posted April 14, 2015 Share Posted April 14, 2015 (edited) Prestashop don't create new folders. The folder /img is a native folder and it contains by default 16 subfolders and 14 files (see screen attached). If you install new modules, so the module creates his own /img folder at /modules/newmoduleinstalled/img. Here perhaps when you add images it could be possible that the module adds a new sub-folder. But this does not apply to the native /img folder on which you will find all images for products, cms, for suppliers, etc... Edited April 14, 2015 by selectshop.at (see edit history) Link to comment Share on other sites More sharing options...
nicosanman Posted April 14, 2015 Author Share Posted April 14, 2015 Prestashop don't create new folders. The folder /img is a native folder and it contains by default 16 subfolders and 14 files (see screen attached). If you install new modules, so the module creates his own /img folder at /modules/newmoduleinstalled/img. Here perhaps when you add images it could be possible that the module adds a new sub-folder. But this does not apply to the native /img folder on which you will find all images for products, cms, for suppliers, etc... I understand what you said. Thank you! Anyway, all my products folders have 0755 permission. I dont know what could cause this problem. Link to comment Share on other sites More sharing options...
selectshop.at Posted April 14, 2015 Share Posted April 14, 2015 AH... now I know what you are telling. You are speking about the 4/4/8/2. Yes this is correct and has a logic structure. The connection is the ID of the product. Product with ID 4882 is written in folder /p/4/8/8/2 According to the growth of your shop the sub-folders are growing too(from 1 to 9) Link to comment Share on other sites More sharing options...
selectshop.at Posted April 14, 2015 Share Posted April 14, 2015 (edited) Can you please name me the products on which you are having problem with the pictures, i order to check them ? Only LARGE is making troubles ? If yes, you should take into consideration to reindex the product pictures for LARGE. Perhaps your server had a time out while creating the picture _LARGE. Edited April 14, 2015 by selectshop.at (see edit history) Link to comment Share on other sites More sharing options...
nicosanman Posted April 14, 2015 Author Share Posted April 14, 2015 Can you please name me the products on which you are having problem with the pictures, i order to check them ? Only LARGE is making troubles ? If yes, you should take into consideration to reindex the product pictures for LARGE. Perhaps your server had a time out while creating the picture _LARGE. I thought about that, but the image im using for test in these 3 prods only has 4kb size. ID 3515 p/4/8/8/3 Collar con triple fila suelta de hilo negro con argollitas plateadas ID 3516 p/4/8/8/4 Collar con triple fila suelta de hilo negro con argollitas plateadas y doradas ID 3517 p/4/8/8/5 Collar con triple fila suelta de hilo negro con argollitas doradas See attached from admin! At products list, shows up. But inside the product, it brokes..like front. Link to comment Share on other sites More sharing options...
selectshop.at Posted April 14, 2015 Share Posted April 14, 2015 (edited) The break could be a server restriction problem (too less max_excution_time set or less memory_limit). Than the script breaks and the image is not uploaded completely to the folders. Can you please send me the link of the products making troubles ? Which memory_limit and max_xecution_time is your server set to ? Edited April 14, 2015 by selectshop.at (see edit history) Link to comment Share on other sites More sharing options...
nicosanman Posted April 14, 2015 Author Share Posted April 14, 2015 Yes, of course: http://tresheraccesorios.com/index.php?id_product=3515&controller=product http://tresheraccesorios.com/index.php?id_product=3516&controller=product http://tresheraccesorios.com/index.php?id_product=3517&controller=product Resource Limits max_execution_time 30 Resource Limits max_input_time 60 Resource Limits memory_limit 96M Link to comment Share on other sites More sharing options...
nicosanman Posted April 14, 2015 Author Share Posted April 14, 2015 Also if I download the picture from FTP, looks good. It's not broken or something like that. So I think that it's uploading correctly. Link to comment Share on other sites More sharing options...
selectshop.at Posted April 15, 2015 Share Posted April 15, 2015 You should regenerate your product images. They are really broken. They are available, but empty with 0KB. See screen attached. If there is a CHMOD problem (access denied) so you will have error 403 on the console, but I have no code and 0KB, which is a problem of the picture and not with writing/reading rights. How to regenerate pictures: TAB "preferences -> images -> regenerate images -> products -> all, remain rest setting (only change to NO, when server does not complete the reindexation process). If the regeneration does not help, you should contact your provider, perhaps there are some restrictions on your host concerning traffic or webspace size. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now