I upgraded to Gallery Remote and am having issues

LuckyPimp
LuckyPimp's picture

Joined: 2002-09-03
Posts: 4
Posted: Tue, 2002-09-03 00:55

I upgraded to the latest Gallery Remote and I am having a problem. When I try to connect to my website I get this error.

[Login] Error: java.net ConnectExeption: Connection refused: connect

I have tried both versions for download.

Thanks

 
paour
paour's picture

Joined: 2002-08-14
Posts: 1479
Posted: Wed, 2002-09-04 13:01

Unfortunately it's not easy with the current GR (0.4) to know what's going on. I'll post 1.0-preview within a week hopefully, and that will include detailed logging.

Until then, your best bet it to downgrade to GR 0.3. Before you do, make sure the URL you typed in the Gallery URL field works in a web browser...

 
BorgKing
BorgKing's picture

Joined: 2002-09-12
Posts: 314
Posted: Thu, 2002-09-12 15:06

I'm having the same problem with Gallery Remote 0.3 as well as 0.4. It worked perfectly fine, but since the upgrade to Gallery 1.3.1 it is not possible anymore to Fetch Albums in Gallery Remote. Maybe the security fixes in Gallery introduced this problem.

 
BorgKing
BorgKing's picture

Joined: 2002-09-12
Posts: 314
Posted: Thu, 2002-09-12 23:22

Okay, I solved the problem for me. I added
<!-- BBCode Start --><TABLE BORDER=0 ALIGN=CENTER WIDTH=85%><TR><TD><font class="pn-sub">Code:</font><HR></TD></TR><TR><TD><FONT class="pn-sub"><PRE>setCaption = 1;</TD></TR></TABLE><!-- BBCode End -->
instead of
<!-- BBCode Start --><TABLE BORDER=0 ALIGN=CENTER WIDTH=85%><TR><TD><font class="pn-sub">Code:</font><HR></TD></TR><TR><TD><FONT class="pn-sub"><PRE>$setCaption = 1;</TD></TR></TABLE><!-- BBCode End -->
in the top of gallery_remote.php.
I fixed it and now it works deliciously again.

Looking forward to 1.0 !