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. I am also on Powerwed and they had an upgrade. I have not used the program for a while. 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. Hope you can help. |
|
Posts: 4
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;
?>