InnovatecInc Posted April 8, 2015 Share Posted April 8, 2015 (edited) Hi there I migrated a database across servers - and downloaded the image folder from the old server and uploaded it the new server. Everything is working fine except when I upload new images. I get a generic error off of ImageManager::Resize. The database is updated but the image and image folders are not created so I get broken image links on the front and back stores. I actually installed a fresh version of PS on the new server - same version as old server - then downloaded 'img' from older server and replaced 'img' file on new server. Any ideas? I have contacted my IT guys regards folder ownership. Is this where this issue could be? Cheers Steve Edited April 8, 2015 by InnovatecInc (see edit history) Link to comment Share on other sites More sharing options...
SirPresta Posted April 9, 2015 Share Posted April 9, 2015 (edited) It is probably permissions error. You should make your img dir writtable. How did you copy your img folder to the new serwer? Via FTP? If yes, open your FTP client, login to your server, click right button on your img folder and try to change permissions to 777 recursively. Best regards Edit Another reason is missing php-gd library on your new server. You can check it in Advanced Parameters -> Configuration Information tab in administration panel of your Prestashop. Edited April 9, 2015 by SirPresta (see edit history) Link to comment Share on other sites More sharing options...
InnovatecInc Posted April 9, 2015 Author Share Posted April 9, 2015 Thanks Sir Presta! that has worked but isn't setting a '777' permission risky? I thought the permission was to be '755'. Cheers Steve Link to comment Share on other sites More sharing options...
SirPresta Posted April 9, 2015 Share Posted April 9, 2015 Yes, you are right. 777 permission is sometimes risky. Best regards. Link to comment Share on other sites More sharing options...
Recommended Posts