Jump to content

Database migration.


Recommended Posts

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 by InnovatecInc (see edit history)
Link to comment
Share on other sites

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 by SirPresta (see edit history)
Link to comment
Share on other sites

×
×
  • Create New...