Cannot migrate to a new server

ahalvor

Joined: 2004-10-08
Posts: 12
Posted: Wed, 2005-07-27 00:25

I followed the instructions for migrating G2b4, however the end result is a blank gallery. G2data and mysql have all the correct info. Any ideas?

Andy

http://www.mysweettea.com/gallery2
----

Gallery version = 2.0-beta-4 core 0.9.32
PHP version = 4.3.10 cgi
Webserver = Apache/1.3.31 (Unix) DAV/1.0.3 mod_fastcgi/2.4.2 mod_gzip/1.3.26.1a PHP/4.3.10 mod_ssl/2.8.19 OpenSSL/0.9.6c
Database = mysql 4.1.11-log
Toolkits = ArchiveUpload, Exif, Gd, ImageMagick, NetPBM, SquareThumb, Thumbnail
Operating system = Linux grant 2.4.29-grsec+w+fhs6b+gr0501+nfs+a32+++p4+sata+c4+gr2b-v6.189 #1 SMP Mon Feb 7 13:23:30 PST 2005 i686
Browser = Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en) AppleWebKit/412.6 (KHTML, like Gecko) Safari/412.2

 
jmullan
jmullan's picture

Joined: 2002-07-28
Posts: 974
Posted: Wed, 2005-07-27 00:37

Check the permissions on the albums and images that you imported. Wait, did you upgrade from g1 or another version of g2?

 
nivekiam
nivekiam's picture

Joined: 2002-12-10
Posts: 16504
Posted: Wed, 2005-07-27 02:42
 
ahalvor

Joined: 2004-10-08
Posts: 12
Posted: Thu, 2005-07-28 00:04

Yes I followed the FAQ instructions..this is going from:

Gallery version = 2.0-beta-4 core 0.9.32
PHP version = 4.3.8 apache
Webserver = Apache/1.3.31 (Unix) mod_python/2.7.10 Python/2.2.2 mod_webapp/1.2.0-dev mod_perl/1.29 mod_throttle/3.1.2 PHP/4.3.8 FrontPage/5.0.2.2510 mod_ssl/2.8.18 OpenSSL/0.9.7d
Database = mysql 4.0.20
Toolkits = Exif, Gd, NetPBM, Thumbnail
Operating system = FreeBSD atfactor.com 4.10-RELEASE FreeBSD 4.10-RELEASE #0: Tue Ma i386
Browser = Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en) AppleWebKit/412.6 (KHTML, like Gecko) Safari/412.2

to


Gallery version = 2.0-beta-4 core 0.9.32
PHP version = 4.3.10 cgi
Webserver = Apache/1.3.31 (Unix) DAV/1.0.3 mod_fastcgi/2.4.2 mod_gzip/1.3.26.1a PHP/4.3.10 mod_ssl/2.8.19 OpenSSL/0.9.6c
Database = mysql 4.1.11-log
Toolkits = ArchiveUpload, Exif, Gd, ImageMagick, NetPBM, SquareThumb, Thumbnail
Operating system = Linux grant 2.4.29-grsec+w+fhs6b+gr0501+nfs+a32+++p4+sata+c4+gr2b-v6.189 #1 SMP Mon Feb 7 13:23:30 PST 2005 i686
Browser = Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en) AppleWebKit/412.6 (KHTML, like Gecko) Safari/412.2

 
valiant

Joined: 2003-01-04
Posts: 32509
Posted: Thu, 2005-07-28 00:31

in main.php, after
<?php

add the line:
error_reporting(E_ALL);

does that change anything?

if not, change bootstrap.inc, remove the @ before any require / include.

do you see now something?