Uploading picture problem to gallery on Solaris

jjmcmillan_2003

Joined: 2004-09-19
Posts: 1
Posted: Sun, 2004-09-19 16:49

I am really struggling here.

I am running gallery b1.4.4-pl2 on a solaris box running 5.8. Everything seems to be configured correctly and I can bring up the gallery from a windows XP machine on the same LAN.

I am then running gallery remote on the XP box, I can connect just fine and even create an album remotely. The problem comes when I try to upload even a single relatively small (~100k) image.

When I click upload picture, according to the debug log, it indicates that the file was uploaded and I do notice that the image was actually transferred to my Sun box and is in the appropriate directory. However at this point, the upload process hangs and never returns it just says "Upload complet: Server processing...". I have looked through most of the forums and haven't seen anything that has helped as of yet.

Here is the snippet from the remote gallery log:

334291|INFO |GalComm2 |Preparing to upload...
334291|TRACE|GalComm2 |add-item parameters: [HTTPClient.NVPair[name=cmd,value=
add-item], HTTPClient.NVPair[name=protocol_version,value=2.3], HTTPClient.NVPair
[name=set_albumName,value=Ultrasounds], HTTPClient.NVPair[name=caption,value=],
HTTPClient.NVPair[name=force_filename,value=top of stairs 2.jpg], null]
334291|TRACE|ImageUtils|Executing [imagemagick/win32/convert.exe, -filter, Lanc
zos, C:\Pictures\Our Homes\9917 S. Arthur Ln\Move In\top of stairs 2.jpg, -resiz
e, 640x640>, -quality, 80, C:\DOCUME~1\user\LOCALS~1\Temp\thumbs\res19989711
74.jpg]
334301|TRACE|StatusBar |level: 0 - Selected 1 picture / 556 K - 0
337596|TRACE|ImageUtils|Returned with value 0
337596|TRACE|ImageUtils|Time: 3305 - Avg: 2065
337616|TRACE|GalComm2 |Connecting to: /gallery_remote2.php
337616|TRACE|GalComm |Sending cookie: PHPSESSID=07fcbe3d2ea7fdd270a6565eed229
058; path=/; domain=.192.168.2.13

Any help is greatly appreciated.

Justin