Announcement

Collapse
No announcement yet.

Error Code: MER-DBE-OPN-00002

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Error Code: MER-DBE-OPN-00002

    I've had a few customers randomly complain about this issue, most orders are coming in fine however.
    This happens when loading OPAY.

    Code:
    Miva Merchant has encountered a fatal error and is unable to continue. The following information may assist you in determining the cause of the error: 
    
    Error Code: MER-DBE-OPN-00002
    Description: Unable to open store 'J,J'
    Any ideas? We are using Cloudflare.
    www.jcroffroad.com

    #2
    Re: Error Code: MER-DBE-OPN-00002

    The most common cause of this is a nested html form, where somewhere in the page you've got:

    <form action=whatever...>
    <input type="hidden" store_code="J">

    <form action=whatever...>
    <input type="hidden" store_code="J">
    </form>

    </form>

    The most common cause I see of that on the page you mention is a coupon code via third party mod that has a html form to put in for redeeming the coupon, but it could be any other similar code.
    David Hubbard
    CIO
    Miva
    [email protected]
    http://www.miva.com

    Comment

    Working...
    X