Connecting to a G2 installation: Server contacted, but Gallery not found at this URL
If you are running Gallery 2, make sure that you have installed the 'Remote' module. It contains the 'Implementation for the remote control protocol' and enables the remote applet. This module is not included in the (current) 'Typical' installation package.
You will usually get this message when your web server is set up to return a nice-looking page to tell you when a page is missing rather than the 404 error message GR expects. You have two options:
* create a fake gallery_remote2.php page in your gallery2 directory, with this content:
<?php
header("HTTP/1.0 404 Not Found");
exit;
?>
this will make sure that URL does return a 404 error, which GR will be able to use.
* force GR to connect to G2 without first trying to check if the Gallery is a G1 installation: in your GalleryRemote.properties file, add this line:
forceGalleryVersion.n=2
where n is the number that matches your Gallery URL in the file.
tOnz
Joined: 2007-02-04
Posts: 1
Posted: Sun, 2007-02-04 16:42
i cant find this file GalleryRemote.properties in my webserver gallery.
Posts: 3
Any clue??? Pls help!
Posts: 61
from : http://codex.gallery2.org/index.php/Gallery_Remote:FAQ#Connecting to a G2 installation
Connecting to a G2 installation: Server contacted, but Gallery not found at this URL
If you are running Gallery 2, make sure that you have installed the 'Remote' module. It contains the 'Implementation for the remote control protocol' and enables the remote applet. This module is not included in the (current) 'Typical' installation package.
You will usually get this message when your web server is set up to return a nice-looking page to tell you when a page is missing rather than the 404 error message GR expects. You have two options:
* create a fake gallery_remote2.php page in your gallery2 directory, with this content:
<?php
header("HTTP/1.0 404 Not Found");
exit;
?>
this will make sure that URL does return a 404 error, which GR will be able to use.
* force GR to connect to G2 without first trying to check if the Gallery is a G1 installation: in your GalleryRemote.properties file, add this line:
forceGalleryVersion.n=2
where n is the number that matches your Gallery URL in the file.
Posts: 1
i cant find this file GalleryRemote.properties in my webserver gallery.
what is the correct url for add in gallery remote i use http://gallery.xxxxxxx.com/g2data/ and root http://gallery.xxxxxx.com/ it still show me error.
Posts: 3
It is allocated in your documents and settings/yourprofile folder. It worked for me without changes in this file
Posts: 6
I'm triying with F-Spot to use remote connection but F-Spots says i have an error 500
In access_log i've found this: