G1 to G2, G1 broken after server change (NOVICE)

vorhesecom

Joined: 2012-08-13
Posts: 9
Posted: Mon, 2012-08-13 15:09

I changed servers and had them migrate my G1, which I've had for about 8-10 years, and now it's broken with all these errors. I can login but not add pictures.
www.vorhese.com/gallery

I asked what happened and they said:
"1) Upgrade your gallery to the latest version or at least so it support PHP 5.3.X"

So I installed Gallery 3 and ran the import module which stalled about 50 times and took a week, but it finally finished. All my albums are disorganized, and overall, I'm not a fan of G3. It seems to have a lot of nice options (like no intermediate image size, individual image size per album, etc) removed. Plus it moved all my images from /albums to /var and my years of blog posts no longer have the correct links. So I'm attempting to upgrade to Gallery 2. But not sure how to go about it, as each pre-migration step doesn't work. Is my G1 salvageable?

 
suprsidr
suprsidr's picture

Joined: 2005-04-17
Posts: 8339
Posted: Mon, 2012-08-13 15:57

care to give me ftp access?

-s
All New jQuery Minislideshow for G2/G3

 
vorhesecom

Joined: 2012-08-13
Posts: 9
Posted: Mon, 2012-08-13 16:04

pm'd, thanks again

 
suprsidr
suprsidr's picture

Joined: 2005-04-17
Posts: 8339
Posted: Mon, 2012-08-13 16:37

I went through and updated some code, but I'm sure there is more.
http://vorhese.com/gallery/

-s
All New jQuery Minislideshow for G2/G3

 
vorhesecom

Joined: 2012-08-13
Posts: 9
Posted: Mon, 2012-08-13 17:30

That's amazingly awesome of you. It looks good to go except when adding images it says "unable to make thumbnail"

Deprecated: Function eregi_replace() is deprecated in /home/vorhese/public_html/gallery/util.php on line 2213

Deprecated: Function ereg_replace() is deprecated in /home/vorhese/public_html/gallery/util.php on line 2215

Deprecated: Function ereg_replace() is deprecated in /home/vorhese/public_html/gallery/util.php on line 2218

Deprecated: Function ereg_replace() is deprecated in /home/vorhese/public_html/gallery/util.php on line 2219

Deprecated: Function ereg() is deprecated in /home/vorhese/public_html/gallery/util.php on line 2231
******Adding sIMG_7842.jpg*****

Deprecated: Function ereg() is deprecated in /home/vorhese/public_html/gallery/classes/Album.php on line 1052

Resizing/compressing original image
No resizing required
Warning: exec() has been disabled for security reasons in /home/vorhese/public_html/gallery/util.php on line 2444

Warning: exec() has been disabled for security reasons in /home/vorhese/public_html/gallery/platform/fs_unix.php on line 34

Error: Unable to make thumbnail (0)
Need help? Look in the Gallery FAQ

 
suprsidr
suprsidr's picture

Joined: 2005-04-17
Posts: 8339
Posted: Mon, 2012-08-13 17:46

I don't have login creds to test advanced user functions

-s
All New jQuery Minislideshow for G2/G3

 
suprsidr
suprsidr's picture

Joined: 2005-04-17
Posts: 8339
Posted: Mon, 2012-08-13 20:24

Basically I've told php to no longer display those warnings. Depreciated functions still work.
I also added a php.ini file in your gallery root to re-enable exec() so imagemagick works again and thumbs get built.
http://vorhese.com/gallery/album551

let me know if there is anything else I can do.

-s
All New jQuery Minislideshow for G2/G3