v1.0 - Can Not Upload to Server....

spcled

Joined: 2002-09-21
Posts: 10
Posted: Sat, 2002-09-21 23:17

Here is the log:
1032660821338|INFO |MainFrame |Command selected Url
1032660821338|INFO |MainFrame |Command selected comboBoxEdited
1032660824763|INFO |MainFrame |Command selected Fetch
1032660824803|INFO |GalleryCom|[Login] Logging in...
1032660826024|INFO |GalleryCom|[Login] Success
1032660826024|INFO |GalleryCom|[Fetch Albums] Fetching...
1032660834417|INFO |GalleryCom|[Album Fetch] Success
1032660834417|INFO |GalleryCom|[Album Fetch] Complete.
1032660844211|INFO |MainFrame |Command selected Upload
1032660844211|INFO |MainFrame |uploadPictures starting
1032660844231|INFO |GalleryCom|[Login] Logging in...
1032660845512|INFO |GalleryCom|[Login] Success
1032660845512|INFO |GalleryCom|[Upload IMG_3094.jpg] Uploading...
1032660846304|INFO |GalleryCom|[Upload IMG_3094.jpg] Upload Error: Protocol out of Date. < 1.
1032660846304|INFO |GalleryCom|[Upload] Aborted.
1032660847225|INFO |MainFrame |uploadPictures finished

Any Ideas?

I appreciate your help
-Ed

 
paour
paour's picture

Joined: 2002-08-14
Posts: 1479
Posted: Sun, 2002-09-22 21:14

This is very strange. It means that the post parameters are not getting to your server. Which version of Gallery are you using? Any special setup, wierd transparent proxies?

Does this also happen with GR 0.3? Can you try it out?

Thanks

 
EdRandom
EdRandom's picture

Joined: 2002-08-21
Posts: 7
Posted: Mon, 2002-09-23 19:55
Quote:
This is very strange. It means that the post parameters are not getting to your server. Which version of Gallery are you using? Any special setup, wierd transparent proxies?

Does this also happen with GR 0.3? Can you try it out?

Thanks

Ah, finally. This is exactly the problem that I'm experiencing, see my "Protocol out of Date" post. :grin:

I'm guessing that this has to do with a PHP update (in my case, from RedHat).

The $protocal_version variable in gallery_remote.php is empty; this causes the script to abort.

On my system, php.ini was not changed by the update. The default PHP behaviour appears to have changed.

Greetings,
Ed.

 
spcled

Joined: 2002-09-21
Posts: 10
Posted: Tue, 2002-09-24 01:55

I am currently running RedHat 7.3 and whatever version of Apache it runs - i know just enuf about it to make myself dangerous - but i am trying to figure it out

I tried with v0.3 and get the same problem - although i cant find the log file for this version....

If you tell me where to look for the log i will gladly send it

Greetings Ed &amp; Paour

Thanks for your help,
-Ed

 
EdRandom
EdRandom's picture

Joined: 2002-08-21
Posts: 7
Posted: Tue, 2002-09-24 13:08

Could you check the versions of apache and PHP that you have installed?

My versions are:

[root@c3p0 root]# rpm -q apache
apache-1.3.23-14
[root@c3p0 root]# rpm -q php
php-4.1.2-7.3.4

Greetings,
Ed.

 
paour
paour's picture

Joined: 2002-08-14
Posts: 1479
Posted: Thu, 2002-09-26 19:11

This PHP/Gallery config issue is being tracked by this <!-- BBCode Start --><A HREF="http://https://sourceforge.net/tracker/?func=detail&amp;atid=107130&amp;aid=593146&amp;group_id=7130" TARGET="_blank">bug</A><!-- BBCode End -->.