Bruce

My Latest Replies (From Various Topics)
Author | Replies |
---|---|
Author | Replies |
Posted: Saturday Apr 13th, 2013 at 12:29 am #47375 | |
![]() |
|
Thank you for reporting this important issue.s2Member version v130404 changed some things regarding the security badge and logging. You should’ve seen a notice when you upgraded s2Member. You need to disable logging on your setup and delete all of your log files from the s2member-files directory to get your security badge to show up correctly. |
|
Posted: Saturday Apr 13th, 2013 at 12:27 am #47374 | |
![]() |
|
Thank you for your inquiry.You need to turn on Encryption. s2Member lets you do this in your PayPal Options. See: Dashboard -› s2Member® -› PayPal® Options -› Account Details -› Enable Button Encryption? |
|
Posted: Saturday Apr 13th, 2013 at 12:14 am #47373 | |
![]() |
|
Thank you for reporting this important issue.This error is caused by your server not having cUrl or allow_url_fopen enabled. You need to contact your hosting company to have these enabled. |
|
Posted: Saturday Apr 13th, 2013 at 12:13 am #47372 | |
![]() |
|
s2Member saves this data into a serialized PHP array in the WordPress usermeta table. The row name should be s2member_auto_eot_time. You can grab these values with get_user_option(‘s2member_auto_eot_time’, $user_id); in PHP. |
|
Posted: Saturday Apr 13th, 2013 at 12:09 am #47370 | |
![]() |
|
Thank you for your inquiry.What your first payment shows up as depends on what you have set up here: Dashboard -› s2Member® -› PayPal® Options -› Account Details -› Recurring Profile Behavior If you have this consolidated, then the first payment is done within the recurring profile. Otherwise, it shows up as a regular payment, and the first recurring payment is the next payment. |
|
Posted: Saturday Apr 13th, 2013 at 12:07 am #47369 | |
![]() |
|
Thank you for reporting this important issue.Thanks for your patience. It looks like your FTP client didn’t delete all of the s2Member Pro files when you deleted. Make sure that these files are gone, so that s2Member won’t try to load in s2Member Pro (including the s2member-pro directory) |
|
Posted: Saturday Apr 13th, 2013 at 12:06 am #47368 | |
![]() |
|
I’d recommend reading over the information provided in your Basic Download Restrictions regarding this. s2Member only protects downloads based on the number of files that can be downloaded. If you’d like to restrict file downloads based on Membership Levels or Custom Capabilities, you’ll need to use Conditionals, rather than these restrictions, and the keys Provided in Advanced Download Options. See: Dashboard -› s2Member® -› Download Options -› Basic Download Restrictions |
|
Posted: Saturday Apr 13th, 2013 at 12:01 am #47367 | |
![]() |
|
Thanks for the information.I removed your logs because they contained sensitive data, but all of the entries seemed to check out. Do you mind sending us your PayPal Return/PDT logs through Private Contact Form so we can take a look at those, though? |
|
Posted: Friday Apr 12th, 2013 at 7:03 pm #47354 | |
![]() |
|
We recommend http://jobs.wordpress.net/, http://odesk.com/, http://elance.com/, and any other freelance websites where contractors are placing bids on your project. We cannot comment further on this subject, sorry.
Closing thread.
|
|
Posted: Friday Apr 12th, 2013 at 6:59 pm #47353 | |
![]() |
|
Thank you for your inquiry.s2Member doesn’t offer this option, as it’s something what WordPress (at it’s core) controls, and is required by WordPress. Not allowing a User to change their email could cause a User to stop receiving notifications, or not be able to get their Password if they lost it. If you’d like to record another email, you can create a Custom Profile/Registration Field and accept emails there, too. See: Dashboard -› s2Member® -› General Options -› Registration/Profile Fields |
|
Posted: Friday Apr 12th, 2013 at 6:54 pm #47350 | |
![]() |
|
Thank you for your inquiry.s2Member requires this to track the sale after it’s sent back from ClickBank. You can generate a link with these buttons by changing the output attribute on the button to url. I’d recommend creating your links this way, just to keep things working with s2Member for sure. If you ever have a problem with your integration with Clickbank changing these URLs will be the first thing we’ll need to ask you to do. |
|
Posted: Friday Apr 12th, 2013 at 6:42 pm #47348 | |
![]() |
|
Thanks for the info.I’m working with testing this functionality in the current release. I notice you’re running 130221, and I’d recommend upgrading before going any further. Also, while I’m working on seeing if I can find the issue here, could your run our Server Scanner? It’ll rule out the possibility of something obvious, like your installation not being in UTF-8 mode. |
|
Posted: Friday Apr 12th, 2013 at 6:37 pm #47346 | |
![]() |
|
s2Member doesn’t have any processes like this, but you could have a developer do this for you using the WordPress function wp_insert_post() and s2Member’s Advanced PHP Conditionals, as well as information from this KB Article: Knowledge Base » Changing Roles/Capabilities via PHP See: http://codex.wordpress.org/Function_Reference/wp_insert_post |
|
Posted: Friday Apr 12th, 2013 at 6:35 pm #47345 | |
![]() |
|
Posted: Friday Apr 12th, 2013 at 6:33 pm #47341 | |
![]() |
|
Thank you for reporting this important issue.
That’s very abnormal. s2Member’s CSS and JavaScript files are not very large at all. You could try selectively loading your CSS/JavaScript based on Jason’s reply here: https://www.s2member.com/forums/topic/website-loading-slow-after-activating-pro-v/#post-41668 |
|
Posted: Friday Apr 12th, 2013 at 6:24 pm #47339 | |
![]() |
|
Thanks for the information.s2Member should only ever throw this error when the level attribute of your shortcode is set to *. Can you please ensure that this isn’t the case, and if it isn’t, send us a Dashboard/FTP login here: |
|
Posted: Friday Apr 12th, 2013 at 6:20 pm #47338 | |
![]() |
|
Thank you for reporting this important issue.Do you have logging enabled? It looks like maybe you’re actually not receiving any of the values you’re looking for, possibly due to a plugin on your system? Please submit your log files to us via Private Contact Form: |
|
Posted: Friday Apr 12th, 2013 at 6:17 pm #47336 | |
![]() |
|
s2Member uses a minified version of this file (s2member-min.js). You’ll need to either rename the file to that name and overwrite the current one, or minify your copy and replace the old copy with your new. I would recommend the latter. |
|
Posted: Friday Apr 12th, 2013 at 6:09 pm #47334 | |
![]() |
|
I think this’ll take a workaround with some custom PHP code. You’d want to have your developer set up a check to see if a User matches a certain User level, and you can redirect using the PHP key from Advanced Download Options to allow it to work. We’re hoping to allow for this functionality in the future but for now that’s what you’ll need to do. See: Dashboard -› s2Member® -› API / Scripting -› Advanced PHP Conditionals |
|
Posted: Friday Apr 12th, 2013 at 6:02 pm #47331 | |
![]() |
|
Also, for a quick test to see if the loopbacks are the issue, you can check this post Cristian posted in our forums a while back that will let you know. See: http://www.s2member.com/forums/topic/paypal-success-return-url-not-working/#post-22492 |
|
Posted: Friday Apr 12th, 2013 at 6:00 pm #47329 | |
![]() |
|
Thanks for your patience.I reran the s2Member® Server Scanner, and ran some tests on your plugins and theme and I’ve narrowed this down to a server configuration problem. The error you’re receiving is not something that s2Member is causing directly, but only a side effect of something that your hosting company is doing. I believe your hosting company is blocking/filtering loopback connections to your site. Here are the steps I’d recommend taking: 1. Your site is currently set up in a sub-directory, and you’re using an index.php file in your main directory to have your site appear to be on your main domain. This is probably causing (or going to cause) issues in the future. I’d strongly recommend moving the files from your subdirectory /fullsite/ to your main directory, and changing your WordPres site URL to reflect these changes. 2. Contact your hosting company regarding loopback connections. I’ve seen this cause other issues besides this with the checkout process with PayPal and you need to have this enabled, or find out why your server is rejecting connections when you send certain POST variable to your server. That’s about as far as we can go here. I tested the error code with a login form that was documented by WordPress outside of s2Member and I still received the error, so this isn’t caused by s2Member. If your problems still persist after you try the above, I’d recommend writing in to the WordPress forums for info on what else might be causing this issue. |
|
Posted: Friday Apr 12th, 2013 at 4:55 pm #47326 | |
![]() |
|
Details received.I’m taking a look now. |
|
Posted: Friday Apr 12th, 2013 at 4:53 pm #47325 | |
![]() |
|
Thanks for the information.I went to take a look at your site yesterday, and was prompted with an error and the error still persist for me today. It says:
Can you let us know when this error is fixed so we can take a look? I really only need your PayPal IPN and PDT logs so if login is not possible, if you could just send your log files that would be great. |
|
Posted: Friday Apr 12th, 2013 at 3:33 am #47275 | |
![]() |
|
Thank you for your inquiry.I’d recommend setting up API Notifications to handle this. s2Member will still save Custom Fields to their normal place, but you can get the Custom Fields in your API Notifications and save their values wherever you need them as well. |
|
Posted: Friday Apr 12th, 2013 at 3:31 am #47274 | |
![]() |
|
Thank you for your inquiry.s2Member doesn’t restrict files based on level, but only restricts based on number of downloads. If you’d like to only allow Users to download videos if they have access to a specific file, change your Basic Download Restrictions to allow for a small amount of downloads at level 0, and use the key provided in Advanced Downloads to give access to downloads. See: Dashboard -› s2Member® -› Download Options -› Advanced Download Restrictions |