Support

Home Forums Event Espresso Premium Authorize.net install

Authorize.net install

Posted: April 17, 2015 at 10:30 am


William Perry

April 17, 2015 at 10:30 am

Problem with Authorize.net continues.
I have installed 4.6.18.p.
I signed on to Authorize.net and got my API ID and a new Key. I cut and pasted these into my event espresso |settings | payment methods | Authorize.net page.
Press update, Message returned indicates:
A. error Payments_Admin_Page _update_payment_method – 767
B. Under the button URL there is a message * That URL seems to be broken, Please enter a valid URL
Note: I cut and pasted the URL into a browser bar and it worked fine. URL is not broken, and access permissions seem to be OK.
Other notes .. Debug mode = no, Send test txns = no, usable from front-end Registration = checked, admin registration = not checked
Server info Fedora Core 20, (Linux kernel 3.16.7), Apache 2.4.10
The Firewall does pass port 443 traffic to the web-server, but Web-server is not configured to support port 443 for any domain.
Is there anything that I can do to help get this to work?


Lorenzo Orlando Caum

  • Support Staff

April 17, 2015 at 11:37 am

Hi William, could you update to the latest release and let us know if the issue continues?

Also, thanks for sharing details on the hosting environment.


Lorenzo


William Perry

April 18, 2015 at 5:42 pm

I have the latest Event Espresso (see previous post). Is there another version on the way (I’ll watch for it.)


William Perry

April 18, 2015 at 5:55 pm

updated to 4.6.20.p Results are the same.


Tony

  • Support Staff

April 20, 2015 at 3:43 am

Hi William,

If you look within the Auth.net payment method settings, is the Image url loading over HTTP or HTTPS?


William Perry

April 22, 2015 at 11:13 am

http (default)
http://server-name/wp-content/plugins/event-espresso-core-reg/payment_methods/pay-by-credit-card.png
I am using Word Press 4.1.2 and Event Espresso 4.6.22.p
Message is
An error has occurred:
Payment method of type Authorize.net AIM was not saved because there were validation errors. They have been marked in the form
Payments_Admin_Page – _update_payment_method – 767


Lorenzo Orlando Caum

  • Support Staff

April 22, 2015 at 3:30 pm

Hi William, Authorizenet is an onsite payment processor. Do you have an SSL certificate to secure the sensitive financials or are you currently testing out the site?

Try adding this filter to your current themes functions.php file:

add_filter( 'FHEE__EEM_Payment_Method__verify_button_urls__button_urls_to_try', 'ee_dont_consider_ssl_button_urls' );
function ee_dont_consider_ssl_button_urls( $button_urls_to_try ) {
unset( $button_urls_to_try[ 'current_ssl' ] );
unset( $button_urls_to_try[ 'default_ssl' ] );
return $button_urls_to_try;
}


Lorenzo

The support post ‘Authorize.net install’ 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