Solodin Posted December 13, 2013 Share Posted December 13, 2013 (edited) Has anyone seen this before? I'm running PS v 1.4.9.0. When I duplicated a product including duplicating its images the thumbnail in the back office is permanently that of the original product. I've uploaded the new, main photo, set it as the product cover, regenerated all thumbnails in the store and it still stays there. There's no issue in the front office, the product cover image takes just fine but this thumbnail image being persistent is very annoying. All these products share all their images minus the single cover image so it's more time efficient to copy all the images rather than re-uploading all of them for each product. Any ideas to force a thumbnail change? Edited December 17, 2013 by Solodin (see edit history) Link to comment Share on other sites More sharing options...
PascalVG Posted December 14, 2013 Share Posted December 14, 2013 Just checking, but did you clear your browser cache? Link to comment Share on other sites More sharing options...
blue17 Posted December 14, 2013 Share Posted December 14, 2013 Has anyone seen this before? I'm running PS v 1.4.9.0 Any ideas to force a thumbnail change? I vaguely recall seeing that issue in the forge, and thought it got fixed @1.4.10 but I couldn't pin it down from scanning the changelog: github.com/PrestaShop/PrestaShop-1.4/blob/master/docs/CHANGELOG.txt At this point, your best bet is retrieve a subsequent revision of Product.php and AdminProducts.php from sourceforge.net/projects/prestashop/files/prestashop%20v1/ or github.com/PrestaShop/PrestaShop-1.4 and diff your copy of those scripts against their revised counterparts. Was "theme breakage" your motivation for staying at 1.4.9? FWIW, 1.4.10 definitely brought some especially important fixes and improvements. (Although 1.4.11 was certainly welcome, it was a roll-up of loose ends... vs 1.4.10 which contained noticeable performance improvements) Link to comment Share on other sites More sharing options...
Solodin Posted December 16, 2013 Author Share Posted December 16, 2013 (edited) I vaguely recall seeing that issue in the forge, and thought it got fixed @1.4.10 but I couldn't pin it down from scanning the changelog: github.com/PrestaShop/PrestaShop-1.4/blob/master/docs/CHANGELOG.txt At this point, your best bet is retrieve a subsequent revision of Product.php and AdminProducts.php from sourceforge.net/projects/prestashop/files/prestashop%20v1/ or github.com/PrestaShop/PrestaShop-1.4 and diff your copy of those scripts against their revised counterparts. Was "theme breakage" your motivation for staying at 1.4.9? FWIW, 1.4.10 definitely brought some especially important fixes and improvements. (Although 1.4.11 was certainly welcome, it was a roll-up of loose ends... vs 1.4.10 which contained noticeable performance improvements) Thanks for the responses. For browser cache; yes, I did clear it and this is happening when logged onto more than one machine so it's database-side. For the PS version, yes, upgrading to 1.5 broke the system due to some changes we made. I could give a 1.4.10 or 11 a try; didn't attempt rolling to a higher version of 1.4. I'll try replacing the PHP files but I don't believe I've ever made any changes to the PHP files, only ever the TPL's. Edited December 16, 2013 by Solodin (see edit history) Link to comment Share on other sites More sharing options...
blue17 Posted December 16, 2013 Share Posted December 16, 2013 didn't attempt rolling to a higher version of 1.4. I'll try replacing the PHP files but I don't believe I've ever made any changes to the PHP files, only ever the TPL's. If you haven't modded the PHP scripts, just ignore the suggestion to "diff" later versions of scripts to check for changes. Upgrading to 1.4.10 package (and/or 1.4.11) will hopefully resolve your issue without manual intervention. Please post a followup to let us know the outcome. Link to comment Share on other sites More sharing options...
El Patron Posted December 16, 2013 Share Posted December 16, 2013 actually over time...they magically appear (1.4.6.2) you might try this (just as a test), rename img/tmp/product_mini_{product_id}.jpg to something else and see if it correctly regenerate it...you may need to edit product and save it to regenerate. 1 Link to comment Share on other sites More sharing options...
Solodin Posted December 17, 2013 Author Share Posted December 17, 2013 Hey, guys. I got this issue resolved. I didn't actually upgrade the PS version; what I did was go into the remote site files and delete all of the product thumbnails. (prestashop install location)/img/tmp After I deleted them remotely, I refreshed the browser and the correct thumbnails are there now. Link to comment Share on other sites More sharing options...
blue17 Posted December 17, 2013 Share Posted December 17, 2013 congrats! and +1 to El Patron! 1 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