When I attempt to import from G1 it goes to the page with the progress bar and stops.
When I attempt to create an album I get this error:
Error (ERROR_MISSING_OBJECT)
* in modules/core/ItemAddAlbum.inc at line 85 (gallerystatus::error)
* in main.php at line 173 (itemaddalbumcontroller::handlerequest)
* in main.php at line 87
* in main.php at line 78
Got any suggestions?
-Keenan
----
Gallery URL (optional):http://www.absolutereason.com/gallery2/
Gallery version: 2.0-beta-4+
Webserver (with version): Apache/1.3.33 (Unix)
Datatabase (with version): mysql 4.0.25-standard-log
PHP version (eg 4.2.1): 4.3.10 cgi
phpinfo URL (optional):
Graphics Toolkit(s): NetPBM, Gd
Operating system: Linux infong 2.4 #1 SMP Mon Aug 9 10:21:08 CEST 2004 i686 unknown
Web browser/version: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.10) Gecko/20050716 Firefox/1.0.6
G1 version (for migration bugs):
Posts: 8601
try creating an album and be very sure the path component you give the new album is a string you have not tried before. the only way I can see that it is possible to get the error you list above is from a collision on the filesystem with a directory name that already exists.
Posts: 2
Yeah, that was almost it. I figured it out last night. There is a default album directory in the gallery2 folder, but it was trying to access it in the gdata folder. I just made one in there and it worked.