WPMU Dev - Paul Kevin
Forum Replies Created
-
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Domain Mapping Connect IssueForum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Domain Mapping Connect IssueHey there @georgestephanis,
My admin url is on http://anonyjob.com/test and the mapped domain is on http://munch.anonyjob.com/ . On connection I send http://anonyjob.com/test to JetPack
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Domain Mapping Connect IssueHey there @georgestephanis,
Hope you are well today. I managed to get Domain Mapping to get the original mapped domain used in the admin section, but I still get requested to put in the correct domain. In this case the domain is http://mysite/subsite but the front is mapped as http://subsite.domain . My question is, what does JetPack check for when verifying a domain as on the connection screen it shows the original and not the mapped domain. I provided a fix on the forum post here but it only works on JetPack version 4.7.1 .
Warm Regards
Paul KevinForum: Plugins
In reply to: [Membership 2] Why does this plugin make my site so slow?Hello @rudtek2,
Hope you are well today. Apart from that one error related to Membership plugin, I cannot see any other reason for it to be slow. If you are using flywheel hosting, it has been known to be slow there. Membership does checks for url and if media protection is enabled, also media. Depending on how many members you have and the allocated memory that your hosting provided has set aside, this could also cause some issues with the checks Membership plugin does.
Warm Regards
Paul KevinForum: Plugins
In reply to: [Membership 2] Why does this plugin make my site so slow?Hey there @rudtek2,
Hope you are well today and orry for the late response on this. Could you please replace this file in the directory
/wp-content/plugins/membership/app/model/and this file in the directory/wp-content/plugins/membership/app/rule/media/. Please remember to unzip the files i the directory after the upload 🙂Warm Regards
Paul KevinForum: Plugins
In reply to: [Membership 2] Manually updating subscriptionsForum: Plugins
In reply to: [Membership 2] Mailchimp integration add-on breaks membership interfaceHello @pemitchell,
Kindly confirm if you first had the pro version installed. Pro version can only get updates with active subscription on WPMU Dev. Once your subscription expires, you can only get versions that exclude pro features.
Forum: Plugins
In reply to: [Membership 2] Mailchimp integration add-on breaks membership interfaceHey there @jeandu88 and @pemitchell,
Sorry for the late response on this. Kindly download the full fix here and replace with the version you have installed. If it doesnt show yet, please try disable and then re-enable the mailchimp addon.
Warm Regards
Paul KevinHey there @puggy,
Hope you are well today. The permissions 644 are for read and write, which are okay in this case. For “Prevent PHP execution”, the .htaccess should be in the wp-includes and wp-content directory. Could you check the permissions of these directories if they are writable only by applications running in the web server? For the rule “Prevent information disclosure” could you confirm if files served from the wp-content directory are using another web server other than Apache?
Warm Regards
Paul KevinForum: Plugins
In reply to: [Membership 2] Can’t add memberHey @wbc59,
Hope you are well today. Kindly comment out the line 441 in the file wp-content/plugins/membership/app/addon/mailchimp/class-ms-addon-mailchimp.php in the file that you patched.
Warm Regards
Paul KevinForum: Plugins
In reply to: [Membership 2] Mailchimp integration add-on breaks membership interfaceHey there @pemitchell,
Hope you are well today. Looks like you were first using the pro version then got an update which I think downloaded the free version. You will have to download the pro version from here . The version in wp.org shouldn’t show any pro features. We are currently working to have this update issue resolved.
Warm Regards
Paul KevinForum: Plugins
In reply to: [Membership 2] Mailchimp integration add-on breaks membership interfaceHello @pemitchell,
Apologies for this inconvenience, this is a known bug and it will be resolved in the next update.
If you want to apply the patch immediately you can download the file from here and place it inside wp-content/plugins/membership/app/addon/mailchimp/ folder overwriting the existing one.Let us know if that worked for you 🙂
Warm Regards
Paul KevinForum: Plugins
In reply to: [Membership 2] Sign Up not workingHey there @hovhanneshovakimyan,
We had a similar issue before to what you are experiencing as I see you are running Nginx. The issue was related to the cookies storage on Ngnix. I will just quote was was said:
I just disabled a couple of nginx directives that manipulated the header “Set-Cookie” and the signup worked correctly “user testuser4”
but, these directives are there to enable the redis cache, and disabling them causes all the requests to bypass cache. So I am looking into how to disable them for the URL /register only.
He found a way to disable them only for the URL /register only and now it is working!
You might need to talk to your webhost to check your Nginx configuration especially if you are using a proxy server configuration http://nginx.org/en/docs/http/ngx_http_proxy_module.html#proxy_cookie_domain .
Hope this helps
Warm Regards
Paul KEvinForum: Plugins
In reply to: [Membership 2] Sign Up not workingHey there @hovhanneshovakimyan,
As of now billing details are only collected once a user selects a membership to subscribe to. I will look at adding this feature in future releases, but as of it is only possible with some custom code.
Warm Regards
Paul KevinForum: Plugins
In reply to: [Membership 2] Sign Up not workingHey there @hovhanneshovakimyan,
Sorry for the issues with the login. You can add this line of code
add_filter( 'ms_shortcode_ajax_login', '__return_false' );to your themes functions.php file and the login will be handled by WordPress towp-login.phpand not via ajax.Hope this helps
Warm Regards
Paul Kevin