Support

Home Forums Event Espresso Premium Payment error and Need SecurePay Payment Option

Payment error and Need SecurePay Payment Option

Posted: November 12, 2018 at 11:38 pm

Viewing 7 reply threads


bizcat

November 12, 2018 at 11:38 pm

Hi Support,

We have enable two payment option “PayPal Express” and “Paypal Pro”.

1.PayPal Express
>> When I try to purchase event it will redirect me to PayPal and after adding details when user click on “Pay Now” it displays
“This page isn’t working
savourschool.com is currently unable to handle this request.
HTTP ERROR 500” error
(URL: https://savourschool.com/registration-checkout/?uts=1542086334&step=payment_options&action=process_gateway_response&selected_method_of_payment=paypal_express&spco_txn=181#checkout&token=EC-6P404562PF560145J&PayerID=PBJTEQM4B3J84 )

For your reference please find screenshot ( https://drive.google.com/file/d/1K605Sko1uy8vnYn4mIjGazxQuTuLcdre/view?usp=sharing )

2. Paypal Pro
>> Payment with paypal pro
It display “This transaction cannot be processed. The merchant’s account is not able to process transactions” error.

For your reference please find screenshot ( https://drive.google.com/file/d/13cn1iQYcGM74jH9wq78l2irOsC5mGXeC/view?usp=sharing )

3. Does EE support SecurePay Payment gateway?

Thanks


Tony

  • Support Staff

November 13, 2018 at 3:55 am

Hi there,

1.PayPal Express

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 wp-config.php if you replace this line:

define( 'WP_DEBUG', false );

With this snippet:

https://eventespresso.com/wiki/troubleshooting-checklist/#wpdebug

We can take a look and see if we can find the error.

2. Paypal Pro
>> Payment with paypal pro
It display “This transaction cannot be processed. The merchant’s account is not able to process transactions” 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).

3. Does EE support SecurePay Payment gateway?

We do not currently have a SecurePay payment method for Event Espresso.


bizcat

November 13, 2018 at 9:52 pm

Hi Support,

We have checked error log and it shows:


PHP Fatal error:  Class 'EE_Processor_Base' not found in /home/savoursc/public_html/wp-content/plugins/event-espresso-core-reg/core/EE_Payment_Processor.core.php on line 15

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?
Actually in my site developer have made changes in core file so I couldn’t update plugin also.
Please give me any suggestion which will help me with same plugin version.

Event Espresso plugin Version is: 4.9.35.p

Thanks


Tony

  • Support Staff

November 14, 2018 at 2:45 am

Do you have any solution for that so it can resolve?

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.

Actually in my site developer have made changes in core file so I couldn’t update plugin also.

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.

Please give me any suggestion which will help me with same plugin version.

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).


bizcat

November 14, 2018 at 4:23 am

This reply has been marked as private.


bizcat

November 14, 2018 at 5:05 am

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,


Tony

  • Support Staff

November 14, 2018 at 5:16 am

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)


bizcat

November 14, 2018 at 7:46 pm

Hi Support,

Thanks for your support.

Viewing 7 reply threads

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.

Event Espresso