Braintree and Kount (GENE version 2.2.3) installation on Magento ver. 1.14.0.1Call to a member function rewrite() on a non-object in app/code/core/Mage/Core/Controller/Varien/Front.php on line 165PayPalPro - AdvancedPHP Fatal error: Uncaught Error: Call to a member function setEscapeMessageFlag() on booleanRequest Response JSON in magento 2Magento 2.2.2 REST API - I need to change the customer password using REST APINo Url Rewrites for new websitesHow to override contact us post action using plugin Magento 2Magento 1.9.3.9 PayFlow API - Multiple IssuesAdd configure product in Cart using Magento 2 API facing an issuemagento 1.9 custom module fronted error 404
Is “snitty” a popular American English term? What is its origin?
Adding command shortcuts to bin
Upside-Down Pyramid Addition...REVERSED!
Is there an idiom that support the idea that "inflation is bad"?
A factorization game
How can I roleplay a follower-type character when I as a player have a leader-type personality?
Are pressure-treated posts that have been submerged for a few days ruined?
Wrong answer from DSolve when solving a differential equation
Do publishers care if submitted work has already been copyrighted?
How to write a 12-bar blues melody
Why does this derived table improve performance?
Word for Food that's Gone 'Bad', but is Still Edible?
Can there be a single technologically advanced nation, in a continent full of non-technologically advanced nations?
Can a Tiefling have more than two horns?
What does "Managed by Windows" do in the Power options for network connection?
How to safely wipe a USB flash drive
Should I dumb down my writing in a foreign country?
Emotional immaturity of comic-book version of superhero Shazam
Something that can be activated/enabled
Causes of bimodal distributions when bootstrapping a meta-analysis model
Why wasn't the Night King naked in S08E03?
Can my 2 children 10 and 12 Travel to the USA on expired American Passports? They are US citizens
What to use instead of cling film to wrap pastry
How to adjust tikz picture so it fits to current size of a table cell?
Braintree and Kount (GENE version 2.2.3) installation on Magento ver. 1.14.0.1
Call to a member function rewrite() on a non-object in app/code/core/Mage/Core/Controller/Varien/Front.php on line 165PayPalPro - AdvancedPHP Fatal error: Uncaught Error: Call to a member function setEscapeMessageFlag() on booleanRequest Response JSON in magento 2Magento 2.2.2 REST API - I need to change the customer password using REST APINo Url Rewrites for new websitesHow to override contact us post action using plugin Magento 2Magento 1.9.3.9 PayFlow API - Multiple IssuesAdd configure product in Cart using Magento 2 API facing an issuemagento 1.9 custom module fronted error 404
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
I'm trying to configure ENS via a Braintree, Kount, Magento workflow, and are experiencing errors that i'm unable to diagnose.
Here's what I'm doing:
Order # 100096149 | Jan 8, 2018 3:51:07 PM (random order number)
This order number above is in payment review.
I head over to https://awc.test.kount.net/workflow/queue.html and login: Workflow > Suspect Orders.
Then I check the order in question and select the drop down box and mark as approve, leave a comment if necessary and then Submit. After that the order disappears out of the kount menu.
When I go back to magento Sales > Orders I see my order but it still has a "payment review" status.
I believe it's suppose to utilize this frontend URL to locate and parse some order status xml in addition to the api but i get an error page.
There has been an error processing your request
Exception printing is disabled by default for security reasons.
Error log record number: 289481254204
That URL which errors is: https://this.yourstore.com/index.php/braintree/kount_ens/
In their documentation it says "This URL must be publicly accessible for the ENS to function correctly."
I believe this may be the problem. When i check the specific report number, i get this:
a:5:i:0;s:20:"Invalid ENS request.";i:1;s:975:"#0 /var/www/html/ecommerce-us-ca-rev328/app/code/community/Gene/Braintree/controllers/Kount/EnsController.php(33): Mage::throwException('Invalid ENS
req...')
#1 /var/www/html/ecommerce-us-ca-rev328/app/code/core/Mage/Core/Controller/Varien/Action.php(418): Gene_Braintree_Kount_EnsController->indexAction()
#2 /var/www/html/ecommerce-us-ca-rev328/app/code/core/Mage/Core/Controller/Varien/Router/Standard.php(254): Mage_Core_Controller_Varien_Action->dispatch('index')
#3 /var/www/html/ecommerce-us-ca-rev328/app/code/core/Mage/Core/Controller/Varien/Front.php(172): Mage_Core_Controller_Varien_Router_Standard->match(Object(Mage_Core_Controller_Request_Http))
#4 /var/www/html/ecommerce-us-ca-rev328/app/code/core/Mage/Core/Model/App.php(354): Mage_Core_Controller_Varien_Front->dispatch()
#5 /var/www/html/ecommerce-us-ca-rev328/app/Mage.php(684): Mage_Core_Model_App->run(Array)
#6 /var/www/html/ecommerce-us-ca-rev328/index.php(88): Mage::run('usa_en', 'store')
#7 main";s:3:"url";s:21:"/braintree/kount_ens/";s:11:"script_name";s:10:"/index.php";s:4:"skin";s:6:"usa_en";
EnsController.php - line 33
// Validate the IP address of the request
if (!$ens->isValidEnsIp($http->getRemoteAddr()))
Gene_Braintree_Model_Debug::log('Invalid IP for ENS request: ' . $http->getRemoteAddr());
Mage::throwException('Invalid ENS request.');
Here's what I've tried so far:
Actions - Here's what I've tried:
- I've worked through all the error logs including system.log,
execption.log and braintree.log ensuring there are no errors or
restrictions - I've whitelisted all IP's and cleared all rules with our firewall to
ensure there is nothing blocking us there. - I've tried using the IP instead of the URL for the ens URL:
https://exactIpAddress/braintree/kount_ens/ - Created new API keys
- Checked user permissions
Need help, thank you.
api xml url controllers braintree
add a comment |
I'm trying to configure ENS via a Braintree, Kount, Magento workflow, and are experiencing errors that i'm unable to diagnose.
Here's what I'm doing:
Order # 100096149 | Jan 8, 2018 3:51:07 PM (random order number)
This order number above is in payment review.
I head over to https://awc.test.kount.net/workflow/queue.html and login: Workflow > Suspect Orders.
Then I check the order in question and select the drop down box and mark as approve, leave a comment if necessary and then Submit. After that the order disappears out of the kount menu.
When I go back to magento Sales > Orders I see my order but it still has a "payment review" status.
I believe it's suppose to utilize this frontend URL to locate and parse some order status xml in addition to the api but i get an error page.
There has been an error processing your request
Exception printing is disabled by default for security reasons.
Error log record number: 289481254204
That URL which errors is: https://this.yourstore.com/index.php/braintree/kount_ens/
In their documentation it says "This URL must be publicly accessible for the ENS to function correctly."
I believe this may be the problem. When i check the specific report number, i get this:
a:5:i:0;s:20:"Invalid ENS request.";i:1;s:975:"#0 /var/www/html/ecommerce-us-ca-rev328/app/code/community/Gene/Braintree/controllers/Kount/EnsController.php(33): Mage::throwException('Invalid ENS
req...')
#1 /var/www/html/ecommerce-us-ca-rev328/app/code/core/Mage/Core/Controller/Varien/Action.php(418): Gene_Braintree_Kount_EnsController->indexAction()
#2 /var/www/html/ecommerce-us-ca-rev328/app/code/core/Mage/Core/Controller/Varien/Router/Standard.php(254): Mage_Core_Controller_Varien_Action->dispatch('index')
#3 /var/www/html/ecommerce-us-ca-rev328/app/code/core/Mage/Core/Controller/Varien/Front.php(172): Mage_Core_Controller_Varien_Router_Standard->match(Object(Mage_Core_Controller_Request_Http))
#4 /var/www/html/ecommerce-us-ca-rev328/app/code/core/Mage/Core/Model/App.php(354): Mage_Core_Controller_Varien_Front->dispatch()
#5 /var/www/html/ecommerce-us-ca-rev328/app/Mage.php(684): Mage_Core_Model_App->run(Array)
#6 /var/www/html/ecommerce-us-ca-rev328/index.php(88): Mage::run('usa_en', 'store')
#7 main";s:3:"url";s:21:"/braintree/kount_ens/";s:11:"script_name";s:10:"/index.php";s:4:"skin";s:6:"usa_en";
EnsController.php - line 33
// Validate the IP address of the request
if (!$ens->isValidEnsIp($http->getRemoteAddr()))
Gene_Braintree_Model_Debug::log('Invalid IP for ENS request: ' . $http->getRemoteAddr());
Mage::throwException('Invalid ENS request.');
Here's what I've tried so far:
Actions - Here's what I've tried:
- I've worked through all the error logs including system.log,
execption.log and braintree.log ensuring there are no errors or
restrictions - I've whitelisted all IP's and cleared all rules with our firewall to
ensure there is nothing blocking us there. - I've tried using the IP instead of the URL for the ens URL:
https://exactIpAddress/braintree/kount_ens/ - Created new API keys
- Checked user permissions
Need help, thank you.
api xml url controllers braintree
add a comment |
I'm trying to configure ENS via a Braintree, Kount, Magento workflow, and are experiencing errors that i'm unable to diagnose.
Here's what I'm doing:
Order # 100096149 | Jan 8, 2018 3:51:07 PM (random order number)
This order number above is in payment review.
I head over to https://awc.test.kount.net/workflow/queue.html and login: Workflow > Suspect Orders.
Then I check the order in question and select the drop down box and mark as approve, leave a comment if necessary and then Submit. After that the order disappears out of the kount menu.
When I go back to magento Sales > Orders I see my order but it still has a "payment review" status.
I believe it's suppose to utilize this frontend URL to locate and parse some order status xml in addition to the api but i get an error page.
There has been an error processing your request
Exception printing is disabled by default for security reasons.
Error log record number: 289481254204
That URL which errors is: https://this.yourstore.com/index.php/braintree/kount_ens/
In their documentation it says "This URL must be publicly accessible for the ENS to function correctly."
I believe this may be the problem. When i check the specific report number, i get this:
a:5:i:0;s:20:"Invalid ENS request.";i:1;s:975:"#0 /var/www/html/ecommerce-us-ca-rev328/app/code/community/Gene/Braintree/controllers/Kount/EnsController.php(33): Mage::throwException('Invalid ENS
req...')
#1 /var/www/html/ecommerce-us-ca-rev328/app/code/core/Mage/Core/Controller/Varien/Action.php(418): Gene_Braintree_Kount_EnsController->indexAction()
#2 /var/www/html/ecommerce-us-ca-rev328/app/code/core/Mage/Core/Controller/Varien/Router/Standard.php(254): Mage_Core_Controller_Varien_Action->dispatch('index')
#3 /var/www/html/ecommerce-us-ca-rev328/app/code/core/Mage/Core/Controller/Varien/Front.php(172): Mage_Core_Controller_Varien_Router_Standard->match(Object(Mage_Core_Controller_Request_Http))
#4 /var/www/html/ecommerce-us-ca-rev328/app/code/core/Mage/Core/Model/App.php(354): Mage_Core_Controller_Varien_Front->dispatch()
#5 /var/www/html/ecommerce-us-ca-rev328/app/Mage.php(684): Mage_Core_Model_App->run(Array)
#6 /var/www/html/ecommerce-us-ca-rev328/index.php(88): Mage::run('usa_en', 'store')
#7 main";s:3:"url";s:21:"/braintree/kount_ens/";s:11:"script_name";s:10:"/index.php";s:4:"skin";s:6:"usa_en";
EnsController.php - line 33
// Validate the IP address of the request
if (!$ens->isValidEnsIp($http->getRemoteAddr()))
Gene_Braintree_Model_Debug::log('Invalid IP for ENS request: ' . $http->getRemoteAddr());
Mage::throwException('Invalid ENS request.');
Here's what I've tried so far:
Actions - Here's what I've tried:
- I've worked through all the error logs including system.log,
execption.log and braintree.log ensuring there are no errors or
restrictions - I've whitelisted all IP's and cleared all rules with our firewall to
ensure there is nothing blocking us there. - I've tried using the IP instead of the URL for the ens URL:
https://exactIpAddress/braintree/kount_ens/ - Created new API keys
- Checked user permissions
Need help, thank you.
api xml url controllers braintree
I'm trying to configure ENS via a Braintree, Kount, Magento workflow, and are experiencing errors that i'm unable to diagnose.
Here's what I'm doing:
Order # 100096149 | Jan 8, 2018 3:51:07 PM (random order number)
This order number above is in payment review.
I head over to https://awc.test.kount.net/workflow/queue.html and login: Workflow > Suspect Orders.
Then I check the order in question and select the drop down box and mark as approve, leave a comment if necessary and then Submit. After that the order disappears out of the kount menu.
When I go back to magento Sales > Orders I see my order but it still has a "payment review" status.
I believe it's suppose to utilize this frontend URL to locate and parse some order status xml in addition to the api but i get an error page.
There has been an error processing your request
Exception printing is disabled by default for security reasons.
Error log record number: 289481254204
That URL which errors is: https://this.yourstore.com/index.php/braintree/kount_ens/
In their documentation it says "This URL must be publicly accessible for the ENS to function correctly."
I believe this may be the problem. When i check the specific report number, i get this:
a:5:i:0;s:20:"Invalid ENS request.";i:1;s:975:"#0 /var/www/html/ecommerce-us-ca-rev328/app/code/community/Gene/Braintree/controllers/Kount/EnsController.php(33): Mage::throwException('Invalid ENS
req...')
#1 /var/www/html/ecommerce-us-ca-rev328/app/code/core/Mage/Core/Controller/Varien/Action.php(418): Gene_Braintree_Kount_EnsController->indexAction()
#2 /var/www/html/ecommerce-us-ca-rev328/app/code/core/Mage/Core/Controller/Varien/Router/Standard.php(254): Mage_Core_Controller_Varien_Action->dispatch('index')
#3 /var/www/html/ecommerce-us-ca-rev328/app/code/core/Mage/Core/Controller/Varien/Front.php(172): Mage_Core_Controller_Varien_Router_Standard->match(Object(Mage_Core_Controller_Request_Http))
#4 /var/www/html/ecommerce-us-ca-rev328/app/code/core/Mage/Core/Model/App.php(354): Mage_Core_Controller_Varien_Front->dispatch()
#5 /var/www/html/ecommerce-us-ca-rev328/app/Mage.php(684): Mage_Core_Model_App->run(Array)
#6 /var/www/html/ecommerce-us-ca-rev328/index.php(88): Mage::run('usa_en', 'store')
#7 main";s:3:"url";s:21:"/braintree/kount_ens/";s:11:"script_name";s:10:"/index.php";s:4:"skin";s:6:"usa_en";
EnsController.php - line 33
// Validate the IP address of the request
if (!$ens->isValidEnsIp($http->getRemoteAddr()))
Gene_Braintree_Model_Debug::log('Invalid IP for ENS request: ' . $http->getRemoteAddr());
Mage::throwException('Invalid ENS request.');
Here's what I've tried so far:
Actions - Here's what I've tried:
- I've worked through all the error logs including system.log,
execption.log and braintree.log ensuring there are no errors or
restrictions - I've whitelisted all IP's and cleared all rules with our firewall to
ensure there is nothing blocking us there. - I've tried using the IP instead of the URL for the ens URL:
https://exactIpAddress/braintree/kount_ens/ - Created new API keys
- Checked user permissions
Need help, thank you.
api xml url controllers braintree
api xml url controllers braintree
edited Jan 11 '18 at 0:57
getData
asked Jan 11 '18 at 0:41
getDatagetData
479
479
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
The ENS error response is normal if you are directly accessing the address, as there isn't an XML or JSON call attaxhed to it.
You may want to ensure that the ENS response URL is publically accessable, and ensure that the URL is listening on port 80 and/or port 443. (Check your firewall setting for that).
That is the best I can offer.
New contributor
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "479"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f208964%2fbraintree-and-kount-gene-version-2-2-3-installation-on-magento-ver-1-14-0-1%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
The ENS error response is normal if you are directly accessing the address, as there isn't an XML or JSON call attaxhed to it.
You may want to ensure that the ENS response URL is publically accessable, and ensure that the URL is listening on port 80 and/or port 443. (Check your firewall setting for that).
That is the best I can offer.
New contributor
add a comment |
The ENS error response is normal if you are directly accessing the address, as there isn't an XML or JSON call attaxhed to it.
You may want to ensure that the ENS response URL is publically accessable, and ensure that the URL is listening on port 80 and/or port 443. (Check your firewall setting for that).
That is the best I can offer.
New contributor
add a comment |
The ENS error response is normal if you are directly accessing the address, as there isn't an XML or JSON call attaxhed to it.
You may want to ensure that the ENS response URL is publically accessable, and ensure that the URL is listening on port 80 and/or port 443. (Check your firewall setting for that).
That is the best I can offer.
New contributor
The ENS error response is normal if you are directly accessing the address, as there isn't an XML or JSON call attaxhed to it.
You may want to ensure that the ENS response URL is publically accessable, and ensure that the URL is listening on port 80 and/or port 443. (Check your firewall setting for that).
That is the best I can offer.
New contributor
New contributor
answered Apr 30 at 0:24
J HarveyJ Harvey
11
11
New contributor
New contributor
add a comment |
add a comment |
Thanks for contributing an answer to Magento Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f208964%2fbraintree-and-kount-gene-version-2-2-3-installation-on-magento-ver-1-14-0-1%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown