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
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
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.
Posts: 1479
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...
Posts: 314
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.
Posts: 314
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 !