I am trying to enable the authorize.net direct post payment method. After filling in the fields, and clicking the save config button, the admin freezes and becomes unresponsive for a few seconds to a minute. I have also gotten a fatal error: exceeded allocated memory php message a time or two. Any ideas as to what's happening here. There are now errors reported in any of the logs and no console errors either. Thanks for your help.
Asked
Active
Viewed 479 times
1
1 Answers
0
I changed the Current Configuration Scope to be the second one under Default. After doing this, I was able to deselect the Use Default checkbox to the right hand side of each setting item that I wanted to change. Save Config then worked.
Tania
- 16
-
Thanks Tania. This is old but I wanted to accept your answer as it solved my issue, though I came upon it on my own. It seems that the scope setting was causing the failure. Thanks again. – alan-ch Mar 27 '16 at 15:02
app/etc/local.xmland also disabling community modules to determine if its a 3rd party module causing the freeze. Normally this shouldn't occur in an out of box Magento install. For further debugging info: https://magento.stackexchange.com/questions/428/fundamentals-for-debugging-a-magento-store – B00MER Nov 18 '15 at 04:30var/logs/system.logandvar/logs/exception.logalso looking at the contents of files invar/report/Also web server logs may offer some insight as well. You may also want to try a different payment method for testing just to see if that is related to the authorize.net module. I don't think reinstalling would help, it may be a server related issue, so contacting your host may offer some insight as well. good luck. – B00MER Nov 19 '15 at 03:06