gallery_remote2.php

gargu

Joined: 2007-01-27
Posts: 3
Posted: Sat, 2007-01-27 15:45

Hello!
Maybe I am fool but I can not find the file: gallery_remote2.php.

Where can I download it??

I am using G2.1.2 and can not force gallery remote to work because of gallery_remote2.php file missing...

 
gargu

Joined: 2007-01-27
Posts: 3
Posted: Fri, 2007-02-02 23:35

Any clue??? Pls help!

 
Nigel_Aves

Joined: 2005-07-11
Posts: 61
Posted: Sat, 2007-02-03 02:03

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.

 
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.

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.

 
gargu

Joined: 2007-01-27
Posts: 3
Posted: Tue, 2007-02-06 20:09

It is allocated in your documents and settings/yourprofile folder. It worked for me without changes in this file

 
tassoman
tassoman's picture

Joined: 2007-03-17
Posts: 6
Posted: Sat, 2007-03-17 17:07

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:

Quote:
[Sat Mar 17 17:56:30 2007] [error] [client 84.223.xx.xxx] script '/var/www/gallery_remote2.php' not found or unable to stat