Help

btaub

Joined: 2005-03-12
Posts: 16
Posted: Mon, 2006-12-18 14:23

I am sorry about this but I was out of touch for a while. Health problems but ok now and my problem is that it seems so much has changed. I also got a new computer. I have a Mac Book Pro intel. Now when I installed the version 1.51 and try to get into it I get two messages.
1-Error: Server contacted, but Gallery not found at this URL (http://www.rtassociates9.com/gallery-remote2.php)
2-Error: HTTP Post Failed (HTTP 404 not found.)

I am also on Powerwed and they had an upgrade. I have not used the program for a while.
I am hoping that someone can help me even if I can speak to you and pay if you want. Just to get me started again.

I am getting the first one all the time not. no matter what I change the url to by making it short or long I get the first message.
I know I am doing somthing wrong but I just am not able to figure it out. I also tried to install another version but when I go to get on I get messages that magemagick is not installed and I downloaded that and do not see how to do that.
Sorry for all the babbel I just do not know where to start or what version I sould be using.

Hope you can help.
Bob

 
noarail

Joined: 2008-04-12
Posts: 4
Posted: Mon, 2008-04-14 12:52

You need to add a file named gallery_remote.php to your Gallery folder, I have just fixed this same thing on my gallery

Open notepad, copy and paste the text below to it and save as "gallery_remote.php" without the quotes and note that is an underscore not a dash, this will make it the .php file that GR is looking for and it will work. then just upload it to your gallery folder.
Tony

<?php
header("HTTP/1.0 404 Not Found");
exit;
?>