Upload Error : Filename not specified

Kodiak

Joined: 2002-10-20
Posts: 14
Posted: Wed, 2003-08-06 00:39

Okay...I've got to be missing something here guys.

I've got it all loaded...

Gallery Remote v1.0 + updated to the latest gallery remote 1.1b14
Standalone website no nuke

I can successfully create directories, I cannot however upload to them...
here's my log snippet.

5359|INFO |GalComm2 |Fetched albums
5359|TRACE|MainFrame |Contents changed: javax.swing.event.ListDataEvent[type=0,index0=0,index1=16]
5359|TRACE|MainFrame |updateAlbumCombo: current gallery: http://album.bainwerx.com/
5359|TRACE|MainFrame |updatePicturesList: current album: The 2003 Gallery
5469|TRACE|MainFrame |Contents changed: javax.swing.event.ListDataEvent[type=0,index0=0,index1=16]
5469|TRACE|MainFrame |updateAlbumCombo: current gallery: http://album.bainwerx.com/
5469|TRACE|MainFrame |updatePicturesList: current album: The 2003 Gallery
5469|INFO |GalComm2 |execution time for AlbumList: 1391
8703|TRACE|MainFrame |Contents changed: javax.swing.event.ListDataEvent[type=0,index0=-1,index1=-1]
8703|TRACE|MainFrame |updateAlbumCombo: current gallery: http://album.bainwerx.com/
8703|TRACE|MainFrame |updatePicturesList: current album: test
8719|TRACE|MainFrame |Contents changed: javax.swing.event.ListDataEvent[type=0,index0=-1,index1=-1]
8719|TRACE|MainFrame |updateAlbumCombo: current gallery: http://album.bainwerx.com/
8719|TRACE|MainFrame |updatePicturesList: current album: test
10219|INFO |MainFrame |Command selected Browse
13531|TRACE|MainFrame |Contents changed: javax.swing.event.ListDataEvent[type=0,index0=0,index1=2]
13531|TRACE|MainFrame |updatePicturesList: current album: test (2)
13531|TRACE|ThumbCache|preloadThumbnailPictures [Ljava.io.File;@9db992
13531|TRACE|ThumbCache|Calling Start
13547|TRACE|ImageUtils|Executing imagemagick/win32/convert.exe -size 64x64 -filter Box "D:\photo album\2000\area 50\area50-1.jpg" -resize "64x64" +profile "*" C:\DOCUME~1\kodiak\LOCALS~1\Temp\thumbs\thumb30850.gif
13859|TRACE|ImageUtils|Returned with value 0
13859|TRACE|ImageUtils|Time: 312 - Avg: 172
13859|TRACE|ThumbCache|update progress 1/2
13906|TRACE|ImageUtils|Executing imagemagick/win32/convert.exe -size 64x64 -filter Box "D:\photo album\2000\area 50\area50-2.jpg" -resize "64x64" +profile "*" C:\DOCUME~1\kodiak\LOCALS~1\Temp\thumbs\thumb30851.gif
14109|TRACE|ImageUtils|Returned with value 0
14109|TRACE|ImageUtils|Time: 218 - Avg: 183
14109|TRACE|ThumbCache|update progress 2/2
15797|INFO |MainFrame |Command selected Upload
15797|INFO |MainFrame |uploadPictures starting
15797|INFO |MainFrame |Saving state to file C:\Documents and Settings\kodiak\.GalleryRemote\backup.grg
15922|TRACE|GalComm2 |Still logged in to http://album.bainwerx.com/
15922|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=test], HTTPClient.NVPair[name=caption,value=area50-1.jpg]]
15953|TRACE|GalComm2 |Url: /gallery_remote2.php
15953|TRACE|GalComm |Sending cookie: PHPSESSID=b11f2c85a854c3a04b7294a05a78c4a0; path=/; domain=album.bainwerx.com
16953|TRACE|GalComm2 |#__GR2PROTO__
status=402
status_text=Filename not specified.
16953|INFO |GalComm2 |Upload error: Filename not specified.

 
paour
paour's picture

Joined: 2002-08-14
Posts: 1479
Posted: Wed, 2003-08-06 06:47

It's likely you have file upload disabled in PHP.ini.

 
Kodiak

Joined: 2002-10-20
Posts: 14
Posted: Sun, 2003-08-10 03:14

yup...that's all it was, thanks for the assist :)