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;








2















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:



  1. I've worked through all the error logs including system.log,
    execption.log and braintree.log ensuring there are no errors or
    restrictions

  2. I've whitelisted all IP's and cleared all rules with our firewall to
    ensure there is nothing blocking us there.

  3. I've tried using the IP instead of the URL for the ens URL:
    https://exactIpAddress/braintree/kount_ens/

  4. Created new API keys

  5. Checked user permissions

Need help, thank you.










share|improve this question






























    2















    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:



    1. I've worked through all the error logs including system.log,
      execption.log and braintree.log ensuring there are no errors or
      restrictions

    2. I've whitelisted all IP's and cleared all rules with our firewall to
      ensure there is nothing blocking us there.

    3. I've tried using the IP instead of the URL for the ens URL:
      https://exactIpAddress/braintree/kount_ens/

    4. Created new API keys

    5. Checked user permissions

    Need help, thank you.










    share|improve this question


























      2












      2








      2








      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:



      1. I've worked through all the error logs including system.log,
        execption.log and braintree.log ensuring there are no errors or
        restrictions

      2. I've whitelisted all IP's and cleared all rules with our firewall to
        ensure there is nothing blocking us there.

      3. I've tried using the IP instead of the URL for the ens URL:
        https://exactIpAddress/braintree/kount_ens/

      4. Created new API keys

      5. Checked user permissions

      Need help, thank you.










      share|improve this question
















      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:



      1. I've worked through all the error logs including system.log,
        execption.log and braintree.log ensuring there are no errors or
        restrictions

      2. I've whitelisted all IP's and cleared all rules with our firewall to
        ensure there is nothing blocking us there.

      3. I've tried using the IP instead of the URL for the ens URL:
        https://exactIpAddress/braintree/kount_ens/

      4. Created new API keys

      5. Checked user permissions

      Need help, thank you.







      api xml url controllers braintree






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Jan 11 '18 at 0:57







      getData

















      asked Jan 11 '18 at 0:41









      getDatagetData

      479




      479




















          1 Answer
          1






          active

          oldest

          votes


















          0














          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.






          share|improve this answer








          New contributor




          J Harvey is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
          Check out our Code of Conduct.




















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



            );













            draft saved

            draft discarded


















            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









            0














            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.






            share|improve this answer








            New contributor




            J Harvey is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
            Check out our Code of Conduct.
























              0














              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.






              share|improve this answer








              New contributor




              J Harvey is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
              Check out our Code of Conduct.






















                0












                0








                0







                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.






                share|improve this answer








                New contributor




                J Harvey is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                Check out our Code of Conduct.










                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.







                share|improve this answer








                New contributor




                J Harvey is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                Check out our Code of Conduct.









                share|improve this answer



                share|improve this answer






                New contributor




                J Harvey is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                Check out our Code of Conduct.









                answered Apr 30 at 0:24









                J HarveyJ Harvey

                11




                11




                New contributor




                J Harvey is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                Check out our Code of Conduct.





                New contributor





                J Harvey is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                Check out our Code of Conduct.






                J Harvey is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                Check out our Code of Conduct.



























                    draft saved

                    draft discarded
















































                    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.




                    draft saved


                    draft discarded














                    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





















































                    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







                    Popular posts from this blog

                    Get product attribute by attribute group code in magento 2get product attribute by product attribute group in magento 2Magento 2 Log Bundle Product Data in List Page?How to get all product attribute of a attribute group of Default attribute set?Magento 2.1 Create a filter in the product grid by new attributeMagento 2 : Get Product Attribute values By GroupMagento 2 How to get all existing values for one attributeMagento 2 get custom attribute of a single product inside a pluginMagento 2.3 How to get all the Multi Source Inventory (MSI) locations collection in custom module?Magento2: how to develop rest API to get new productsGet product attribute by attribute group code ( [attribute_group_code] ) in magento 2

                    Category:9 (number) SubcategoriesMedia in category "9 (number)"Navigation menuUpload mediaGND ID: 4485639-8Library of Congress authority ID: sh85091979ReasonatorScholiaStatistics

                    Magento 2.3: How do i solve this, Not registered handle, on custom form?How can i rewrite TierPrice Block in Magento2magento 2 captcha not rendering if I override layout xmlmain.CRITICAL: Plugin class doesn't existMagento 2 : Problem while adding custom button order view page?Magento 2.2.5: Overriding Admin Controller sales/orderMagento 2.2.5: Add, Update and Delete existing products Custom OptionsMagento 2.3 : File Upload issue in UI Component FormMagento2 Not registered handleHow to configured Form Builder Js in my custom magento 2.3.0 module?Magento 2.3. How to create image upload field in an admin form