I had been extremely unhappy with my host, MediaTemple.net. Unfortunately, I had a client who was using a Gallery2 installation that had been installed on the server ages ago and I couldn’t figure out how to successfully move it.
There were steps that I used that finally solved it:
My new host is JustHost.com by the way. It appears to be very fast, cheap and reliable so far. And best of all they cpanel which makes it so much easier to administer.
0. Of course, back up everything before you delete or change anything.
1. Zip up the Gallery folder. Mine was g2data followed by a bunch of random letters. You should be able to find your gallery folder in config.php. The line looks something like this:
$gallery->setConfig(‘data.gallery.base’, ‘/home/user/public_html/yoursite.com/g2data-idfdsakd/’);
2. Backup your mysql database.
3. Create a new blank database on the new host.
4. Change the name of the mysql database in your backup file and restore it to the new blank database.
5. Upload all of the files for a fresh install. I do this by uploading the zip file of the install files and then unzipping it on the server. Much faster that way.
6. Upload your gallery folder (g2data-…)
7. Chmod your gallery folder and everything underneath it to 777.
8. Run the installer. It will ask you were your gallery folder is and your MySQL database. Oh, and one other file that’s needed is the versions.dat file. This must be there or it will think it’s a broken install. The path to this on my install was g2data-…/versions.dat
Don’t do a clean install when it asks you.
9. Upload any custom files that you might have created. This includes template files now.
At this point you should be done. I wasn’t. All of my thumbnails were broken. I finally found a solution from a forum post that said:
Go to Site Admin > Plugins
Uninstall Dcraw, Exif, Ffmpeg, Getid3, jpegtran, NetPBM, GDThen I deleted the cache’s and rebuilt the thumbnails. Now the thumbnails show up.
To rebuild the thumbnails, go to Site Admin -> Maintenance and select rebuild thumbnails.
I don’t know if it would have worked without disabling the plugins. It may be that because of the transfer, I needed to rebuild the thumbnails anyway. It seems likely, but did the trick for me and now I’m up and running after too many hours of wasted time. Almost not worth the money and annoyance saved from staying with MediaTemple.