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
Posts: 974
Check the permissions on the albums and images that you imported. Wait, did you upgrade from g1 or another version of g2?
Posts: 16504
Are these the instructions you followed?
http://codex.gallery2.org/index.php/Gallery2:faq#How_can_I_move_my_gallery_installation_from_one_server_to_another.3F
Posts: 12
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
Posts: 32509
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?