Can not upload pics with Gallery Remote

KAC

Joined: 2004-12-01
Posts: 164
Posted: Tue, 2005-05-10 13:14

I get an error saying the URL was not found.

It's looking for file "gallery_remote2.php" in my G2 install folder but that file does not exist.

I read a bunch of posts trying to figure out why. I did find one post saying that it was fixed when he manually made the file but it didn't give instructions how.

Can I just create a blank "gallery_remote2.php" file or do I have to include some code in it?

Thanks!!!

 
KAC

Joined: 2004-12-01
Posts: 164
Posted: Thu, 2005-05-12 02:52

WOW, I spent about 2 hours reading every damn post here trying to find a solution and I came across the solution here:

http://gallery.menalto.com/index.php?name=PNphpBB2&file=viewtopic&t=27371&sid=a7990adb438d92a907af2becfce85326

Basically, create a text file with this code in it:

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

Then rename that text file to "gallery_remote2.php" and place it in your G2 root folder.

All works fine now!