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 was finally getting my miva 5.5 site looking good until I did something wrong and ended up
    getting an error message at 'add to basket'. Upon trying to correct it, I've gone from bad to worse and now my site looks a mess HELP Please!

    Error Code: MER-DBE-OPN-00002
    Description: Unable to open store 'RS,RS'

    http://riversoap.com/mm5/merchant.mvc?

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

    You probably added some html code to the global header that involved form tags but you left out the closing tag. For example:

    <form action="/whatever">
    <input type=hidden name="Store_Code" value="RS">
    <input type="submit">

    but then no </form> at the end.
    David Hubbard
    CIO
    Miva
    [email protected]
    http://www.miva.com

    Comment


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

      thanks for the quick reply. but i don't see a where the problem is (miva code is still strange to me), perhaps you can...
      <table width="100%" height="118" border="0" cellpadding="0" cellspacing="0" bgcolor="#999933">
      <tr><td width="1" align="left"><a href="http://www.riversoap.com/" target="_parent"></a></td>
      <td width="240" valign="middle"><img src="graphics/00000001/i_river_soap_logo4.jpg" alt="USA made natural soaps " width="600" height="99"></td>
      <td width="166" height="10" valign="bottom" bgcolor="#999933"><div align="left"></div>
      <div id="header-links">
      <div align="right"><a href="https://ssl4.westserver.net/riversoap.com/mm5/merchant.mvc?Store_Code=RS&amp;Screen=LOGN">Sign In</a>
      <span class="grey">|</span>
      <a href="https://ssl4.westserver.net/riversoap.com/mm5/merchant.mvc?Store_Code=RS&amp;Screen=ORHL">Order History</a></div>
      </div>
      <div id="logo"><a href="http://riversoap.com/mm5/merchant.mvc?Store_Code=RS&amp;Screen=SFNT"></a></div>
      <mvt:if expr="g.Screen EQ 'OUS1' OR
      g.Screen EQ 'OUSM' OR
      g.Screen EQ 'OSEL' OR
      g.Screen EQ 'OPAY' OR
      g.Screen EQ 'OPRC' OR
      g.Screen EQ 'OINF' OR
      g.Screen EQ 'OCST' OR
      g.Screen EQ 'ORDL' OR
      g.Screen EQ 'INVC'"> </mvt:if>

      <p align="right"><mvt:item name="cssui_links" param="checkout"><span class="style108"> Checkout</span></mvt:item>
      <span class="grey style108">|</span>

      <span class="style108">
      <mvt:if expr="g.Screen EQ 'SRCH'"> </mvt:if>
      <mvt:if expr="g.Screen EQ 'SRCH'">
      <mvt:else>
      </mvt:if>
      <mvt:item name="cssui_links" param="search">Search</mvt:item>
      |</span>

      <span class="style108">
      <mvt:if expr="g.Screen EQ 'BASK'"></mvt:if>
      <mvt:item name="cssui_links" param="basket">Basket</mvt:item>
      |</span>

      <span class="style108">
      <mvt:if expr="g.Screen EQ 'LOGN' OR
      g.Screen EQ 'AFCL' OR
      g.Screen EQ 'ACED' OR
      g.Screen EQ 'ACAD' OR
      ((g.Error_Message_Count GT 0) AND (g.Screen EQ 'SFNT'))">

      <mvt:else>
      </mvt:if>

      <mvt:if expr="g.Basket:cust_id EQ 0">
      <mvt:item name="cssui_links" param="customer_login">Account</mvt:item>
      |</span>
      <span class="style108">
      <mvt:else>
      </mvt:if>



      <mvt:if expr="g.Screen EQ 'SFNT' AND g.Error_Message_Count EQ 0"> </mvt:if>
      <mvt:if expr="g.Screen EQ 'SFNT' AND g.Error_Message_Count EQ 0">
      <mvt:else>
      </mvt:if>
      <mvt:item name="cssui_links" param="storefront">Home</mvt:item>
      </span>
      <mvt:item name="cssui_links" param="storefront"></mvt:item>
      <td width="7" valign="bottom" bgcolor="#999933">
      </tr>

      Comment


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

        Here's my global header- I don't see any problem there. Any other suggestion? Thanks

        <table width="100%" height="118" border="0" cellpadding="0" cellspacing="0" bgcolor="#999933">
        <tr><td width="1" align="left"><a href="http://www.riversoap.com/" target="_parent"></a></td>
        <td width="240" valign="middle"><img src="graphics/00000001/i_river_soap_logo4.jpg" alt="USA made natural soaps " width="600" height="99"></td>
        <td width="166" height="10" valign="bottom" bgcolor="#999933"><div align="left"></div>
        <div id="header-links">
        <div align="right"><a href="https://ssl4.westserver.net/riversoap.com/mm5/merchant.mvc?Store_Code=RS&amp;Screen=LOGN">Sign In</a>
        <span class="grey">|</span>
        <a href="https://ssl4.westserver.net/riversoap.com/mm5/merchant.mvc?Store_Code=RS&amp;Screen=ORHL">Order History</a></div>
        </div>
        <div id="logo"><a href="http://riversoap.com/mm5/merchant.mvc?Store_Code=RS&amp;Screen=SFNT"></a></div>
        <mvt:if expr="g.Screen EQ 'OUS1' OR
        g.Screen EQ 'OUSM' OR
        g.Screen EQ 'OSEL' OR
        g.Screen EQ 'OPAY' OR
        g.Screen EQ 'OPRC' OR
        g.Screen EQ 'OINF' OR
        g.Screen EQ 'OCST' OR
        g.Screen EQ 'ORDL' OR
        g.Screen EQ 'INVC'"> </mvt:if>

        <p align="right"><mvt:item name="cssui_links" param="checkout"><span class="style108"> Checkout</span></mvt:item>
        <span class="grey style108">|</span>

        <span class="style108">
        <mvt:if expr="g.Screen EQ 'SRCH'"> </mvt:if>
        <mvt:if expr="g.Screen EQ 'SRCH'">
        <mvt:else>
        </mvt:if>
        <mvt:item name="cssui_links" param="search">Search</mvt:item>
        |</span>

        <span class="style108">
        <mvt:if expr="g.Screen EQ 'BASK'"></mvt:if>
        <mvt:item name="cssui_links" param="basket">Basket</mvt:item>
        |</span>

        <span class="style108">
        <mvt:if expr="g.Screen EQ 'LOGN' OR
        g.Screen EQ 'AFCL' OR
        g.Screen EQ 'ACED' OR
        g.Screen EQ 'ACAD' OR
        ((g.Error_Message_Count GT 0) AND (g.Screen EQ 'SFNT'))">

        <mvt:else>
        </mvt:if>

        <mvt:if expr="g.Basket:cust_id EQ 0">
        <mvt:item name="cssui_links" param="customer_login">Account</mvt:item>
        |</span>
        <span class="style108">
        <mvt:else>
        </mvt:if>



        <mvt:if expr="g.Screen EQ 'SFNT' AND g.Error_Message_Count EQ 0"> </mvt:if>
        <mvt:if expr="g.Screen EQ 'SFNT' AND g.Error_Message_Count EQ 0">
        <mvt:else>
        </mvt:if>
        <mvt:item name="cssui_links" param="storefront">Home</mvt:item>
        </span>
        <mvt:item name="cssui_links" param="storefront"></mvt:item>
        <td width="7" valign="bottom" bgcolor="#999933">
        </tr>

        Comment

        Working...
        X