Payment method error. Upgrade from 2.50 to 2.60

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
11 years ago
Hiya,

I've created a payment method for the dutch payment provider iDeal. It was working perfectly in 2.50 but when i updated my shop to 2.60 i keep getting the following error (it also occurs when saving the new user friendly name):

--------
We're sorry, an internal error occurred that prevents the request to complete.

Our supporting staff has been notified with this error and will address this issue shortly. We profusely apologize for the inconvenience and for any damage this may cause. You might want to try the same action at later time.
--------

The project builds just fine, i've used the Deploy.bat and Prepage.bat files, no warnings and no errors. I've updated the Description.txt as well to make sure it's listed properly. But, of course, it does, otherwise it wouldn't be in the plugin list ;-).

I couldn't find anything in the release notes which could reveal the problem, nor did i find anything in other payment methods which could explain this error.

Do any of you know what i'm missing?

Cheers.
11 years ago
qck wrote:
We're sorry, an internal error occurred that prevents the request to complete.

Our supporting staff has been notified with this error and will address this issue shortly. We profusely apologize for the inconvenience and for any damage this may cause. You might want to try the same action at later time.


To find out what went wrong you need to turn off the custom errors mode.
1. Open web.config file
2. Find out the following line <customErrors defaultRedirect="errorpage.htm" mode="RemoteOnly">
3. Replace it with <customErrors defaultRedirect="errorpage.htm" mode="Off">
11 years ago
You can also try checking the logs area in Administration.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.