Jeff Sherk
Forum Replies Created
-
Forum: Plugins
In reply to: [Book a Room] Show room bookings on calendarBoth Branch and Containers ARE set to Public and the Container Hide On Daily is NOT checked.
Forum: Plugins
In reply to: [Book a Room] Show room bookings on calendarYes they are APPROVED but still do not show up.
Thanks
Forum: Plugins
In reply to: [Book a Room] No rooms available on Reservations pageNo the CONTAINERS were not marked as public. I set them to public but they still did not show up.
I then checked the BRANCH and that was not set to public either, so I set it to public and now they are showing up.
Thank you
Forum: Plugins
In reply to: [Auto Login New User After Registration] Redirection Isn’t WorkingCan you post screen shot of the settings page with the redirection?
Forum: Plugins
In reply to: [Accept Stripe Payments] Duplicate emails to buyer and sellerAny progress in figuring out what is causing this issue?
Forum: Plugins
In reply to: [Direct Stripe] Stripe Subscription Plan IDNever mind, I found it… here’s how in case somebody else is trying to figure it out in the Stripe dashboard:
When you click on a recurring product, you will see the product ID (prod_abc123) but this is NOT what you want.
In order to get the PLAN ID, you need to look at the PRICING PLANS SECTION. If you have not added a pricing plan yet to the product, then click on ADD PRICING PLAN. TO get the PLAN ID, click on the name of the pricing plan and then you see an ID that starts with plan_abc123.
Forum: Plugins
In reply to: [RSVPMaker] Stripe SCA compatibilityHere is more info on the Stripe site…
https://stripe.com/docs/strong-customer-authenticationForum: Plugins
In reply to: [Events Made Easy] Different ticket prices for an eventOkay so I did read the page on Multiprice Events and realize I can add
20||10||0
in price field but then I get the following error:
Your event seems to have multiple price categories, so you can't use #_SEATS (or #_SPACES) in your event RSVP form format. Please correct the RSVP form format to use the #_SEATS{xx} notation.Its unclear where/how I change this on a per event basis. I see that I can go to
SETTINGS > RSVP > Booking Form Format
and then I can add #_SEATS{1} and #_SEATS{2} and #_SEATS{3} but now all my events I create would have to have 3 price levels.What if I have one event with just one price and another event with three prices?
- This reply was modified 6 years, 6 months ago by Jeff Sherk.
- This reply was modified 6 years, 6 months ago by Jeff Sherk.
Forum: Plugins
In reply to: [Events Made Easy] BUG Stripe webhook creation deletes existing webhooksOkay great … glad you fixed it!
Thank you
Forum: Plugins
In reply to: [Events Made Easy] BUG Stripe webhook creation deletes existing webhooksThis is definitely a problem and should not be by design. You can not just delete webhooks that are already setup in Stripe. They are there for a reason. When this happened, it completely messed up my existing payments system and subscriptions payment system.
I already had two webhook IPN’s setup because I use Stripe for other things as well.
You can not assume that people are only going to use Stripe for just your plugin.
As another question:
What happens when your plugin receives a webhook about a payment for my subscriptions, which are not part of your plugin? How will it handle that?Forum: Plugins
In reply to: [Events Made Easy] BUG Stripe webhook creation deletes existing webhooksClick here for screenshot of developer log showing the deletions.
NOTE: Note sure why, but if it says OOPS 404 then refresh the page and then it should load.
- This reply was modified 6 years, 6 months ago by Jeff Sherk.
- This reply was modified 6 years, 6 months ago by Jeff Sherk. Reason: trying to fix link
- This reply was modified 6 years, 6 months ago by Jeff Sherk.
Forum: Plugins
In reply to: [Events Made Easy] Stripe payments no webhook createdYes the issue was that I was using an API key that was restricted. When I changed it to the standard API key, eme was able to succesfully create the webhook and no error was generated.
However, there is another bug which I will post in a new thread… when EME create the webhook in Srtipe it deleted the other webhooks that we already there.
Forum: Plugins
In reply to: [Events Made Easy] Stripe payments no webhook createdI re-confirmed that they are correct, but to make sure I re-entered them.
When I hit SAVE, I got the following error page came up:
There has been a critical error on your website. Please check your site admin email inbox for instructions.
I checked my admin email and got this:
Error Details
=============
An error of type E_ERROR was caused in line 38 of the file /home/frtv/public_html/wp-content/plugins/events-made-easy/payment_gateways/stripe/stripe-php-7.3.1/lib/Exception/ApiErrorException.php. Error message: Uncaught (Status 403) (Request req_qTis7NUsSZxgAJ) The provided key ‘rk_live_c3****************************c7or’ does not have the required permissions for this endpoint on account ‘acct_1EDfevE196QTMAVT’. Having the ‘rak_webhook_write’ permission would allow this request to continue.
thrownHowdy!
Since WordPress 5.2 there is a built-in feature that detects when a plugin or theme causes a fatal error on your site, and notifies you with this automated email.
In this case, WordPress caught an error with one of your plugins, Events Made Easy.
First, visit your website (https://forerunnertv.com/) and check for any visible issues. Next, visit the page where the error was caught (https://forerunnertv.com/wp-admin/admin.php?page=eme-options&tab=payments&settings-updated=true) and check for any visible issues.
Please contact your host for assistance with investigating this issue further.
If your site appears broken and you can’t access your dashboard normally, WordPress now has a special “recovery mode”. This lets you safely login to your dashboard and investigate further.
To keep your site safe, this link will expire in 1 day. Don’t worry about that, though: a new link will be emailed to you if the error occurs again after it expires.
When seeking help with this issue, you may be asked for some of the following information:
WordPress version 5.3
Current theme: Bridge (version 19.3)
Current plugin: Events Made Easy (version 2.1.54)
PHP version 7.3.11Error Details
=============
An error of type E_ERROR was caused in line 38 of the file /home/frtv/public_html/wp-content/plugins/events-made-easy/payment_gateways/stripe/stripe-php-7.3.1/lib/Exception/ApiErrorException.php. Error message: Uncaught (Status 403) (Request req_qTis7NUsSZxgAJ) The provided key ‘rk_live_c3****************************c7or’ does not have the required permissions for this endpoint on account ‘acct_1EDfevE196QTMAVT’. Having the ‘rak_webhook_write’ permission would allow this request to continue.
thrownForum: Reviews
In reply to: [Update Theme and Plugins from Zip File] Works fineFYI: This is a free plugin and there is no requirement to make a donation ever. You can use it over and over again forever without any need to make a donation.
Forum: Reviews
In reply to: [Easy Options for WooCommerce] Fantastic!It is not even clear in core wordpress code what the difference between level 2 and level 3 is.
And this plugin actually used to have that option, however it was very buggy and did not work the way it was expected to work, so I took it back out.
- This reply was modified 6 years, 6 months ago by Jeff Sherk.