Posted: November 12, 2018 at 11:38 pm
|
Hi Support, We have enable two payment option “PayPal Express” and “Paypal Pro”. 1.PayPal Express For your reference please find screenshot ( https://drive.google.com/file/d/1K605Sko1uy8vnYn4mIjGazxQuTuLcdre/view?usp=sharing ) 2. Paypal Pro For your reference please find screenshot ( https://drive.google.com/file/d/13cn1iQYcGM74jH9wq78l2irOsC5mGXeC/view?usp=sharing ) 3. Does EE support SecurePay Payment gateway? Thanks |
Hi there,
Error 500 is a general error, its an ‘Oops, something went wrong’ error displayed to your site’s visitors rather that the actual error. To help troubleshoot this we’ll need to actually error being thrown, this will be available in your sites error logs (your host will usually provide access to these in your control panel) and will be a ‘fatal error’. If you can’t find any in the logs (or don’t have access to them), in your
With this snippet: https://eventespresso.com/wiki/troubleshooting-checklist/#wpdebug We can take a look and see if we can find the error.
That error means you don’t have a PayPal Website Payments Pro account, the PayPal Pro payment method is an add-on within PayPal your account, if you don’t pay a monthly fee to PayPal for your account (separate from your transaction fees) you don’t have the correct account type for PayPal Pro. Using Pro also means you take on all of the PCI compliance requirements that come with it (as it’s a self hosted payment option, you need the highest level of compliance).
We do not currently have a SecurePay payment method for Event Espresso. |
|
|
Hi Support, We have checked error log and it shows:
It previously working but I don’t know why it won’t working now. Do you have any solution for that so it can resolve? Event Espresso plugin Version is: 4.9.35.p Thanks |
Unfortunately, I have no idea because you are not running ‘our’ version of Event Espresso, you are running your own modified version which we cannot support as it is no longer our code. The above normally means there is a missing file or a modification has been done incorrectly, it basically means that all of the required files are not loading, so EE can’t find a class that would normally be available in those files. The normal troubleshooting advice would be to reinstall the plugin to confirm all of the required files are available.
May I ask, why you needed to modify the core plugin? At the time of writing this reply, EE has over 1500 filter hooks and 897 action hooks (not including any native WP hooks which can also be used), pretty much every customization you need to make can be done using a hook and if not we are generally more than happy to add one to core for you to do what you need if you open up a pull request to add one. Right now, you’re stuck in limbo because you’ve edited core, we can’t help troubleshoot the problem as we don’t support customizations to the core code and you can’t update because you modified core, in short, you should never modify the core plugin.
This doesn’t happen with ‘our’ version of Event Espresso, it doesn’t happen with 4.9.35.p or our latest master version, meaning this is most likely caused by the modifications you made. My advice would be to create a backup of the version of EE you using, remove your custom version of the plugin, use the latest version of EE (without modification) and confirm it works as expected. Then figure out how to add your modifications to EE with hacking up core using the various hooks we have avaialble (or possibly requesting a new hook if one is not available). |
|
|
This reply has been marked as private. |
|
Hi Support, One of my field Would you like a certificate upon completion? is display multiple time in Attendees list if i am going add event for multiple users. My event Url: https://savourschool.com/events/chocolates-pralines-level-2/ Select any class for three No of employee and click on “Proceed to Registration” button and check question “Would you like a certificate upon completion?”. This question is display two times under “Additional Attendee” list. I want to display this question only one time below Shipping Information and Additional Attendee. Thanks, |
You have that question in 2 question groups and have them both selected for the additional registrants. You have an ‘additional registrants’ question group, which contains that question (and others) and a ‘grp certificates’ group, which contains only that question. Do you not want to ask the additional registrants that question at all? Only the primary? Or you want to ask it once per ticket? (So in that example 3 times) |
|
|
Hi Support, Thanks for your support. |
The support post ‘Payment error and Need SecurePay Payment Option’ is closed to new replies.
Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.