therber2
Forum Replies Created
-
Okay nice. That is working well now.
There is still one issue, and I think it is a bug: default gateway
It keeps automatically switching from Paypal to Stripe. Not right away, but like a day later I’ll have selected Paypal as default gateway, and then later it’ll be Stripe.
So now that there has been an update, how should I formulate the acion link that will direct a user with a free account to a page to purchase a specific plan id upgrade?
Okay. In settings, I have “Allow Subscription ChangeAllow members to change their subscription to one from another tier. Allow Subscription ChangeAllow members to change their subscription to one from another tier.”
Does this function not work?
Yes, all of my subscription plans are tiers as upgrade plans starting from “Free Newsletter”Should I just make them all individual plans / not tiered?
Is there a way to remove a plan’s tier attribute? Or do I have to recreate all of the plans?Okay if I do:
[pms-action plan_id=”81003″]{{change}}{{/change}}[/pms-action]
Nothing appears / is generated.
if I do:
[pms-action plan_id=”81003″]{{upgrade}}{{/upgrade}}[/pms-action]
a url gets generated as such: ______/account/?pms-action=upgrade_subscription&subscription_id=281&subscription_plan=81053&pmstkn=bc9340c95a&upgrade_subscription_plan=81003
however, clicking it goes to a the account upgrade page, it has the subscription plan correctly isolated and preselected, but the payment gateway buttons aren’t there..
summary:
change shortcode doesn’t output / generate anything
upgrade shortcode generates correctly but the upgrade form doesn’t include billing / payment gateway buttons. see screenshotIf a user already has a subscription with pms; how can I create an action link that generates a url that will go to the change / upgrade page in account with the linked subscription plan id selected / isolated?
Or…
How can I make it so that, a logged in user with a free tier subscription already registered can click a product on my pms pricing page and have it go to a page to purchase it?
By default it just goes to the root page of the account shortcode. I tried stuff like this to no avail…:
[pms-action subscription_plan=”81003″]{{upgrade}}{{/upgrade}}[/pms-action]Okay great. The generate pms link with exclude other plans was the feature I wasn’t aware of. That helps.
It works fine for a user who isn’t already registered; however, if the user already have a free subscription plan assigned to them, the generated link just goes to the account root page. Is there a way to have the link automatically open the “change” page from account and have the plan of the generated link be selected for checkout?
Hey mate, I see you’re still having an error.
I was actually having this error on my site for about a week now, and just solved it.
Wordpress just updated to 5.8 in the time this error occured for both of us.
That ended up being the cause, and my host at least didn’t have the proper version of PHP available so I needed to find a way to just roll back to WordPress 5.7 (the last working version).My recommendation is to log into your hosting account (where you get your cpanel login) and ask them to just run a FULL cpanel backup for any date BEFORE 8/1/2021
Ask them if they can disable your wordpress’s setting for WP version auto-update so it won’t auto update back to 5.8
That should solve it. WordPress 5.8 has some compatibility issues and it sucks that they make roll back so difficult.
There are some other ways to roll back WP version but, I suggest having the host do it because it is risky and you likely are locked out of some stuff right now.Ugh.
I disabled some plugins and ran updates on wordpress backend and it seems to be looking good again. I think it was some plugin I disabled, but unfortunately really tired and wasn’t paying a ton of attention. Something must have been clashing.
A customer let me know about the issue so I know it was happening across all browsers and such.
Issue is fixed, but I unfortunately am not really sure what I did to fix it.
Will try and find out.Great thank you Tobias. Let me dig through this stuff!
Now, does this code go into the ‘TablePress’ ‘Plugin Options’ or does it go in WP’s ‘Appearance’ > ‘Editor’ ?
- This reply was modified 9 years, 1 month ago by therber2.
Hey Tobias, I tried them all….however, this has to be the dumbest thread because things are working now. My host got back to be and said that they had recognized the error (the firewall false flag). They said they lifted it and just didn’t do it. So today they did and it works again.
All in all, they’re a good hosting company, but stuff like this just embarrasses me. Mistakes happen though.
I’m sorry to have wasted your time, as your plugin was not the issue.
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Syncing Excel up with TablepressAwesome! Thank you Tobias.
Tobias, thanks for the response. I’m a bit baffled by it, and I’m not sure really if you can even help here. My php memory limit is like 256MB and my “big” imports (csv copied and pasted right from excel) total up to no more than 200KB.
I did a massive import the other morning. It worked fine; tried again same afternoon and I get the internal error for imports of roughly 215 or so KBs. Something like 150KB csv imports or existing table appends work fine.
I’ve gone through wp-config.php and tried to expand the php memory limit. I create a phpinfo page on my domain and see that my max limit is 256MB…way way more than enough. I went into the new wordpress file in wp-includes where you set the php memory limits now. Tried ini. Reinstalled the plugin…
I think it has to be something with the host. Maybe I trigged some false red flag or something. Oh yeah, I did try wp_debug as well and I went through cpanel error logs but didn’t find relevant errors.
I’ll keep you updated. Just gotta keep at the hosting company (ASimpleOrange — actually has been a really great host).
In the meantime, I do have a separate question/request for you. I will open a new thread…
Update: Host technician just emailed me back with this:
Hello,
Thank you for your patience. I was able to determine that there were some mod_sec rules that were blocking the usage of your plugin. I have disabled these so you can continue to use the plugin. I do recommend however to monitor your site with these rules disabled, they are security blocks and with them disabled they can open security vulnerabilities on your site. In your cPanel you can use the ‘Virus Scanner’ to periodically scan your site with ClamAV to ensure there are no issues.
If you have any other questions feel free to reach out to us at any time.
Best Regards,
xxxxxThe 500 error persists exactly as it did before.
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Import from JSON ErrorAh darn. Well thanks for the response Tobias.
I am trying to pull a live updating chart from that api. Do you have any suggestions on how I might do that?
If not, no worries.
All the best,
TomForum: Plugins
In reply to: [Get Use APIs - JSON Content Importer] JSON-Decoding failed ErrorHmmm. Looks interesting. Do you have an example of a table using that jQuery-getJSON?