Forum Replies Created
-
AuthorPosts
-
amin007Participant
This is the email that “Buyer” gets right (not the notification sent to admin)?
Do you have the “Use WordPress Mailing System” option checked in the eStore’s settings menu?
Are you using a plugin like the following?
http://www.tipsandtricks-hq.com/wordpress-plugin-change-wp-email-from-details-1883
August 15, 2011 at 6:49 am in reply to: Adding additional member levels/subscriptions to an account #35448amin007ParticipantThe “eMember_handle_subsc_ipn_stand_alone.php” file seems to be corrupt. I loaded a fresh build of eMember on your site. Can you please give it another test run now please?
August 15, 2011 at 6:34 am in reply to: Adding additional member levels/subscriptions to an account #35447amin007ParticipantOkay that looks much better and yes it is correct because 3 (the newly paid membership) goes to your primary level and 4 (the old membership level) moves to the additional level. So after this payment this membership profile should see the following:
level ID 3 should be set as the primary level and level ID 4 should be set as the additional level. Do you see that when you edit this member’s profile?
I also noticed that the “subscription_handle_debug.log” debug file is not complete. It’s getting killed when it tries to update the database. It is suppose to show more debug if the script fully ran. I still have your site access so I will jump on and check a few things out.
amin007ParticipantI also renamed that function (subroutine) name in eStore so it shouldn’t complain anymore. Please get a new build of eStore from here:
amin007ParticipantFound the issue. The PHP Session on your site is not working so the secret authentication code is getting lost when you hit the “Submit” button. This is why it is failing to find the corresponding member record.
You need to get your hosting provider to fix the PHP Session first. Who is your hosting provider? I hate it when hosting providers sell hosting without setting everything up on the server properly.
This post will explain more:
https://support.tipsandtricks-hq.com/forums/topic/php-session-not-working-correctly
August 15, 2011 at 12:29 am in reply to: Adding additional member levels/subscriptions to an account #35445amin007ParticipantYou are still having permission issues on your server. When I go to the following URL
http://lawnserviceguide.com/wp-content/plugins/wp-eMember/ipn/eMember_handle_paypal_ipn.php
and try to execute the script (this is what PayPal will do after a payment) I get the following error (this is why no debug is being written):
Warning: fopen(ipn_handle_debug_eMember.log) [function.fopen]: failed to open stream: Permission denied in /home2/lawnserv/public_html/wp-content/plugins/wp-eMember/ipn/eMember_handle_paypal_ipn.php
This is a server setup issue that your hosting provider should take care of first (It your hosting providers duty to give you a properly setup server). Please contact your hosting provider and sort out this server setup issue and then I will continue my investigation (most likely you won’t have an issue after your host fixes up the server configuration).
All you need to do is ask your host why PHP can’t open a text file and write to it.
August 14, 2011 at 11:41 pm in reply to: Thumbnail Image won't load in the fancy1 shopping cart #35499amin007ParticipantI couldn’t find any “add to cart” button on your website so I could check how the shopping cart looks. Can you share the exact URL where an add to cart button is?
amin007ParticipantWhat value do you have in the “From Email Address” field in WP eMember’s email settings menu (prompt to complete registration section)?
amin007ParticipantLook in the “eStore_process_PDT_payment_data” function from the “eStore_includes3.php” file.
August 14, 2011 at 11:35 pm in reply to: What to do if the Debug file is empty or New Debug info is not getting added #18275amin007ParticipantI sent you an email to get site access so I can check it out.
amin007ParticipanteMember does not protect the title by default, it protects the content of the post or page and its doing that in that search result too. So it is working as intended.
You can modify your theme’s template file so that it doesn’t show the title when a non-logged in member does a search. eMember has functions that you can use to determine if a user is logged in or not. Simply wrap the content inside this function. This page has a list of various examples that should help you:
http://www.tipsandtricks-hq.com/wordpress-membership/wp-emember-miscellaneous-tweaks-248
amin007ParticipantWe are still developing this addon. Please contact us using the contact for to order the following addon:
http://www.tipsandtricks-hq.com/wp-payment-gateway-bundle-plugin
amin007ParticipantThe Search should not show the protected content unless your theme. Please post a link to your site and what keyword I should search for to see the issue.
August 14, 2011 at 9:49 am in reply to: Adding additional member levels/subscriptions to an account #35443amin007ParticipantI will send you an email to get site access and I will check it out.
August 14, 2011 at 9:46 am in reply to: Integration of eStore and eMember – Unique registration link not working #35493amin007ParticipantThis could be the work of a plugin. Please do this test to identify it:
https://support.tipsandtricks-hq.com/forums/topic/test-to-identy-a-conflicting-theme-or-plugin
-
AuthorPosts