Still gettting error

mariealline

Joined: 2002-10-24
Posts: 88
Posted: Fri, 2002-11-01 07:55

After installing the gallery remote preview and installing all of the updates from 1.05b on up to the last one available directly over the others, I am still getting an error. "HTTP Error:404 Condition Intercepted
At the sourceforge download site, there are several to download (unix, win32, etc.) I am running Windows 98 SE on my computer and have a Unix server. Which version of gallery remote should I have downloaded and installed? I downloaded and installed the win32 version with java. Should I have installed the unix version?

Thank you,
Marie Alline

 
paour
paour's picture

Joined: 2002-08-14
Posts: 1479
Posted: Mon, 2002-11-04 08:13

No, you installed the correct one.

You should follow the process in the ReadMe.html file to activate the debug log and post the log here for us to be able to help with the bug.

 
mariealline

Joined: 2002-10-24
Posts: 88
Posted: Mon, 2002-11-04 09:10

K. I am trying to read the directions. It says to put
logLevel=3
toSysOut=true

In the GalleryRemote.properties file. I have a defaults.properties file and remote.properties file. Which one do I add those lines to. Also in my Gallery Remote.lax file, where do I put this line of code? "lax.stdout.redirect=console"

Thank you,
Marie Alline

Quote:
No, you installed the correct one.

You should follow the process in the ReadMe.html file to activate the debug log and post the log here for us to be able to help with the bug.

 
mariealline

Joined: 2002-10-24
Posts: 88
Posted: Mon, 2002-11-04 09:19

Ya know, after reading the readme.html, I see that the program is supposed to create a GalleryRemote.properties file. I have a remote.properties file. Is that the correct one?

Thanks,
Marie Alline

 
mariealline

Joined: 2002-10-24
Posts: 88
Posted: Mon, 2002-11-04 09:25

This is my server error log when I try to run gallery remote: [Mon Nov 4 04:23:50 2002] [error] [client 24.220.164.209] File does not exist: /home/mariealline/www/albums/gallery_remote.php

 
mariealline

Joined: 2002-10-24
Posts: 88
Posted: Mon, 2002-11-04 09:30

Okay. So the Gallery Remote application is attempting to find the gallery_remote.php file and not finding it. It seems that may be part of the problem. My gallery is installed in a mod directory for phpwebsite and my albums directory is out in the www directory. How to fix?
Thank you,
Marie Alline

 
paour
paour's picture

Joined: 2002-08-14
Posts: 1479
Posted: Tue, 2002-11-05 10:41

The problem is with the URL you're giving GR. You seem to be giving it http://your.site.com/albums

You should give it the URL users go to to see the Gallery (without the surrounding portal stuff; phpwebsite).

Regarding activating the log: I don't know which version of GR you're using, but assuming the latest beta, the manual states that the GalleryRemote.properties file is in your user settings directory (on Win2K and XP, that's in C:Documents and Settingsyour username.GalleryRemote)

Regarding the LAX file, you just have to change lax.stdout.redirect from its default value to 'console'.