Hi, Whenever a customer or myself tries to purchase a product I get the error message: "Access to this membership area is not allowed. Please go to "Membership information page" to renew or add subscription" It is showing as Paid in amember and once I add a manual payment it is fine. What could this be? Any help would be great.
What payment system are you using? Sounds like amember isnt being notified that the payment has completed. David
Sounds like you IPN isnt set up properly. What messages (if any) are you getting in your error log? David
Here is the start of a debug message: paypal_r DEBUG: mc_gross => 77.99 invoice => 115-PHA protection_eligibility => Ineligible Is the ineligible part a problem? I didn't want to include the whole debug as it contains customer data.
Hi blacloch, No, it isn't. May need to look into your setup, if you need further help, email codeispoetry [at] amemberincremental.com Lee
Ok, think I found the problem. The subscription I am trying to access is not allowed to access the protected area (duhhhh) but the problem comes when I try to allow it to be in the "Protect Folders" section that it won't let me. Basically, what is happening is I have new_rewrite enabled (or did) and now it is greyed out and saying "(RewriteRule doesn't work in .htaccess files on this server)" How can I fix this? By the way David, I like the look of your site. May become a member myself
Did some hunting and found the piece of code from .htaccess. It is currently allowing access to only product 1. ## allow access for product #1 RewriteCond %{HTTP_COOKIE} amember_nr=([a-zA-Z0-9]+) RewriteCond /homepages/32/d211729909/htdocs/elite/members/data/new_rewrite/%1-1 -f RewriteRule ^(.*)$ - [L] How can I make this for all products? Or a set number of products.