YetAnotherForum
Welcome Guest Search | Active Topics | Log In | Register

.htppassword not being altered Options
Guest(old)
#1 Posted : Monday, December 16, 2002 1:41:46 PM
Rank: Starting Member

Groups: Registered

Joined: 11/12/2002
Posts: 312
Location: ,
I tried to sign up for a subscription on my own website totest it out. I received a username and password from paypal, but when i tried to log onto my website with that username and password it didnt work. I installed the script and thought i took the right steps, but now im stuck. If anyone knows what the problem could be, please let me know. Thanks
Sponsor  
 
PayPalStephen
#2 Posted : Monday, December 16, 2002 3:54:22 PM
Rank: Starting Member

Groups: Registered

Joined: 10/17/2002
Posts: 2,139
Location: ,
If you are having difficulty with the PayPal Subscription Password Management feature, please check the following:

Ensure that Password Management is activated successfully within the seller's Business or Premier account. Click on the "Profile" tab and click on Instant Payment Notification (IPN) Preferences link and select the checkbox to activate IPN.

Please note that unless you have renamed any of the files, be sure to enter the exact URL of the paypal.pl script you installed on your web server. For example: http://www.yourwebsite.com/cgi-bin/paypal.pl

Ensure that the terms contained within your Subscription button code match the terms within your script exactly. For example, if you created a Subscription button and specified that the first month was $20.00, and then $5 for each month thereafter the period and amount constants would look like:

my $PERIOD1 = '1 M';
my $PERIOD3 = '1 M';
my $AMOUNT1 = '20.00';
my $AMOUNT3 = '5.00';

We also recommend that the Password Management manual be reviewed closely at https://www.paypal.com/html/installation.pdf; taking special note of pages 11 through 18.

Access the server's error log (the web host may need to be contacted) and look for any clues to why the script is failing.

Ensure that all the directories the script requires are available and that they have the correct permissions. (UNIX directories and file names are case sensitive.) .pl files must be uploaded to the host server in ASCII format and have 7-5-5 permissions.

Check your paths:
The paypal.pl file should contain the exact paths to your ".htpassword" and "processed_txns" files.

Your .htaccess file should contain the exact path to your ".htpassword" file.

If you have performed all of the steps above, accessed your server's error log, and are still having difficulty, please respond with the exact error message that you are receiving, if any.


Stephen Ivaskevicius
PayPal/eBay, Inc.
www.paypal.com/pdn
efrenzy
#3 Posted : Tuesday, December 17, 2002 4:07:53 PM
Rank: Starting Member

Groups: Registered

Joined: 12/17/2002
Posts: 2
Location: ,
I've checked everything you told me to. For some reason it is still not working. I cancelled my subscription and started another , to try it again and still nothing the error msg. I am receiving is

Authorization Required
This server could not verify that you are authorized to access the document requested. Either you supplied the wrong credentials (e.g., bad password), or your browser doesn't understand how to supply the credentials required.



Apache/1.3.19 Server at www.foreclosures411.com Port 80

I would really appreciate some help, maybe even a phone call would be great.

Thanks Ed
PayPalStephen
#4 Posted : Wednesday, December 18, 2002 8:43:23 PM
Rank: Starting Member

Groups: Registered

Joined: 10/17/2002
Posts: 2,139
Location: ,
You want to make sure the URL path is correct for your .htpassword file and that the permissions are set to 755.

Check the password file to see if there is anything getting to it and check your server logs to see if any errors are present.

Stephen Ivaskevicius
PayPal/eBay, Inc.
www.paypal.com/pdn
candyman
#5 Posted : Saturday, January 04, 2003 6:51:05 AM
Rank: Starting Member

Groups: Registered

Joined: 1/4/2003
Posts: 2
Location: ,
I have the same problem. I've followed the manual to the T. And it doesn't write to my .htpassword file. I don't receive any error messages. I also noticed an error in the manual (this conficts with the script.) On page 11 of the manual it talks about:

my $SMTP_SERVER = '192.168.1.10'

The value (192.168.1.10) was already pre-defined in the script. Nowhere in the script does it reference this value.

Could this be the problem? Please email me any replies

Because, the Candy Man Can!
Users browsing this topic
Guest
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.

YAFVision Theme by Jaben Cargman (Tiny Gecko)
Powered by YAF | YAF © 2003-2009, Yet Another Forum.NET
This page was generated in 0.280 seconds.