Announcement

Collapse
No announcement yet.

Miva Merchant 5.5 PR7 (Wombat) Bugs/Issues

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    #76
    Re: Miva Merchant 5.5 PR7 (Wombat) Bugs/Issues

    Let me do some testing to see if there's a reasonable work around, otherwise we'll make this a priority.
    Thanks,

    Rick Wilson
    CEO
    Miva, Inc.
    [email protected]
    https://www.miva.com

    Comment


      #77
      Re: Miva Merchant 5.5 PR7 (Wombat) Bugs/Issues

      Shortcut Launchpad Issue:

      Im not sure if this issue is due to PR7 but it's new today to me. I tried to change 1 of the shortcut items using the dropdown box of available links and chose system:Phone Order Manager. Miva Admin reported back some nasty looking error code when I hit the update button. That code follows:

      Runtime error in lib/db.mvc @ [000001f0:00000034]: lib/dbprim/storemodules.mv: Line 111: MvOPENVIEW: mysql_stmt_prepare: Table 'sterishoe_mm5.StoreModules' doesn't exist Runtime error in lib/db.mvc @ [000001f2:0000002e]: lib/dbprim/storemodules.mv: Line 158: MvQUERY: mysql_stmt_prepare: Table 'sterishoe_mm5.StoreModules' doesn't exist Runtime error in /mm5/5.00/modules/system/BROK_PHONEORDERS5.mvc @ [00000015:00000084]: C:dev_mivacompile2BROK_PHONEORDERS5.mv.ppw: Line 1012: MvQUERY: mysql_execute: Unknown table 'BrokPhone_settings' Runtime error in /mm5/5.00/modules/system/BROK_PHONEORDERS5.mvc @ [00000015:000000ae]: C:dev_mivacompile2BROK_PHONEORDERS5.mv.ppw: Line 1015: MvQUERY: mysql_execute: Unknown table 'BrokPhone_settings2' Runtime error in /mm5/5.00/features/tui/tui_db.mvc @ [00000019:00000056]: Line 695: MvOPENVIEW: mysql_stmt_prepare: Table 'sterishoe_mm5.Items' doesn't exist Runtime error in /mm5/5.00/features/tui/tui_db.mvc @ [00000019:00000056]: Line 695: MvOPENVIEW: mysql_stmt_prepare: Table 'sterishoe_mm5.Items' doesn't exist Runtime error in /mm5/5.00/features/tui/tui_db.mvc @ [00000019:00000056]: Line 695: MvOPENVIEW: mysql_stmt_prepare: Table 'sterishoe_mm5.Items' doesn't exist Runtime error in /mm5/5.00/features/tui/tui_db.mvc @ [00000009:0000002e]: Line 370: MvOPENVIEW: mysql_stmt_prepare: Table 'sterishoe_mm5.Pages' doesn't exist Runtime error in /mm5/5.00/features/tui/tui_db.mvc @ [00000009:0000002e]: Line 370: MvOPENVIEW: mysql_stmt_prepare: Table 'sterishoe_mm5.Pages' doesn't exist Runtime error in /mm5/5.00/features/tui/tui_db.mvc @ [00000009:0000002e]: Line 370: MvOPENVIEW: mysql_stmt_prepare: Table 'sterishoe_mm5.Pages' doesn't exist


      Should I open an official Miva ticket?

      Comment


        #78
        Re: Miva Merchant 5.5 PR7 (Wombat) Bugs/Issues

        That along with some other issues you've been having suggest either a problem in your hosting environment or database issues, so yeah I would open a ticket.
        Last edited by Rick Wilson; 05-13-10, 06:05 PM.
        Thanks,

        Rick Wilson
        CEO
        Miva, Inc.
        [email protected]
        https://www.miva.com

        Comment


          #79
          Re: Miva Merchant 5.5 PR7 (Wombat) Bugs/Issues

          Originally posted by oldsportbiker View Post
          Login/Logout issues:


          I upgraded yesterday, the installation seemed to work ok with no error messages or interruptions. However , I have 4 issues all related to Login and/or Logout. Without getting into the specific details of each Login/Logout issue, I'm thinking they are related to 1 or 2 root causes. Is there an area in particular I should look at? The issues are experienced in my public website frontend, not the Miva Admin backend. I thought at first it was replacing the

          <a href="&mvt:global:sessionurl;...

          with

          <a href="&mvt:global:secure_sessionurl...

          but that seemed to go only part way. It happens in the BASK, OSEL, and OPAY screens. I'll get logged out when moving from 1 screen to another, and interestingly at some point my Logout button no longer works.

          I have sorted this out and got it working. I had a few links that did not use secure_sessionurl as well as a few other things. Long story short it's working. Thanks for the suggestions

          Comment


            #80
            Re: Miva Merchant 5.5 PR7 (Wombat) Bugs/Issues

            I have several utility categories that are "hidden" as subcategories to an in-active parent category - About Us, Policies etc.. These categories are now displaying in the category tree when I click on any of these categories. Hmm?

            I don't have this problem on my old wombat dev store that still is on a beta version RC2. I also don't recall this being a problem before the upgrade to PR7?
            ************
            Sam Pol
            www.aquabuys.com
            Easy Aquarium Shopping

            Comment


              #81
              Re: Miva Merchant 5.5 PR7 (Wombat) Bugs/Issues

              The default code in "View Order Layout" on the ORDS page is missing "</td></tr></table>" at the end.
              Last edited by NineNine; 05-13-10, 09:24 PM.

              Comment


                #82
                Re: Miva Merchant 5.5 PR7 (Wombat) Bugs/Issues

                Sam,

                Nothing should have changed on that front, double check all your settings and if you can't figure it out check with support.
                Thanks,

                Rick Wilson
                CEO
                Miva, Inc.
                [email protected]
                https://www.miva.com

                Comment


                  #83
                  Re: Miva Merchant 5.5 PR7 (Wombat) Bugs/Issues

                  We're having an issue similar to OldSportBiker. I am trying to find out what changed with the actions LOGO and LOGN for wombat so that I can make our customizations work. We have account login/logout as part of our navbar. Here are the issues:

                  Login:
                  Say a user starts by logging in on a secure page like Checkout - Customer Information. If they then browse around and eventually click checkout everything works great. They stay logged in all the way to the invoice.

                  But if the user logs in on an insecure page like PROD or CTGY, they can still browse around fine and see the price group pricing appropriate to their account. But, when they click checkout they get logged out and directed to the Login page.

                  Logout:
                  Same basic situation. If the user logged in on a secure page, our navbar logout works on all pages. If the user logged in on an insecure page, navbar logout fails on all subsequent pages.

                  I had a few links that did not use secure_sessionurl as well as a few other things. Long story short it's working.
                  oldsportbiker, i'd love to know the other things.

                  I'm still combing the forums for all the info about the wombat transition. I love the blog post Miva Merchant: A Store Morph Technology Mini-Primer. It would be so great to see a post at this level and style that helps us customizers transition to Wombat.

                  Thanks!
                  Jamie B.

                  Comment


                    #84
                    Re: Miva Merchant 5.5 PR7 (Wombat) Bugs/Issues

                    Originally posted by Rick Wilson View Post
                    Sorry I missed that post. That is certainly weird and implies the VC FedEx module doesn't like something. Have you checked to see if they have an update?
                    The error is peculiar. I initially assumed that it must indicate that the function mentioned in the error Order_Recalculate_Charges is missing from the shipping module but I don't see anything in the LSK that shows that shipping modules are expected to have this function (none of Merchant's stock modules do).

                    On a related note, is there a list of Wombat compatible module functions other than what is in the LSK?
                    Michael Brock
                    a viking, home port:
                    =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
                    http://www.vikingcoders.com
                    =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=

                    Comment


                      #85
                      Re: Miva Merchant 5.5 PR7 (Wombat) Bugs/Issues

                      I got two problems.
                      For some reason, customer can't log out.
                      Also, when trying to view "My account" it keeps asking for a log in.


                      *GOT IT TO WORK
                      Last edited by Anatoly; 05-14-10, 12:17 PM.

                      Comment


                        #86
                        Re: Miva Merchant 5.5 PR7 (Wombat) Bugs/Issues

                        Originally posted by MichaelBrock View Post
                        The error is peculiar. I initially assumed that it must indicate that the function mentioned in the error Order_Recalculate_Charges is missing from the shipping module but I don't see anything in the LSK that shows that shipping modules are expected to have this function (none of Merchant's stock modules do).
                        There is no function Order_Recalculate_Charges in in either direction in the API. So this is not an issue of the function missing from the shipping module. We do use Order_Recalculate_Charges as part of our AJAX communication. Perhaps there is some kind of JavaScript conflict?

                        Originally posted by MichaelBrock View Post
                        On a related note, is there a list of Wombat compatible module functions other than what is in the LSK?
                        No the SDK and our recently provided module documentations is it.
                        Mark Johnson
                        Vice President Development
                        Miva Merchant
                        [email protected]
                        http://www.mivamerchant.com

                        Comment


                          #87
                          Re: Miva Merchant 5.5 PR7 (Wombat) Bugs/Issues

                          Couple problems.
                          Miva don't recognize price groups when you trying to create new order through "Manage Orders"
                          Also, doesn't want to insert shipping charge. ( When I select shipping "Ground $8.00" for example and click save, it doesn't add to the order, additional fees don't work either ).

                          Comment


                            #88
                            Re: Miva Merchant 5.5 PR7 (Wombat) Bugs/Issues

                            Michael,

                            Have you looked at this: https://www.mivamerchant.com/support...nical/API.html

                            Those are only a couple months old and more thorough than our previous API Docs.
                            Thanks,

                            Rick Wilson
                            CEO
                            Miva, Inc.
                            [email protected]
                            https://www.miva.com

                            Comment


                              #89
                              Re: Miva Merchant 5.5 PR7 (Wombat) Bugs/Issues

                              Originally posted by Mark Johnson View Post
                              There is no function Order_Recalculate_Charges in in either direction in the API. So this is not an issue of the function missing from the shipping module. We do use Order_Recalculate_Charges as part of our AJAX communication. Perhaps there is some kind of JavaScript conflict?
                              I suppose it's possible. Of course the module's ShippingModule_Shipping_Methods and ShippingModule_Calculate_Basket functions have no javascript in them though.

                              Have you looked at this: https://www.mivamerchant.com/support...nical/API.html

                              Those are only a couple months old and more thorough than our previous API Docs.
                              Thanks Rick! I had that link but somewhere along the way lost track of it.
                              Last edited by MichaelBrock; 05-14-10, 01:30 PM.
                              Michael Brock
                              a viking, home port:
                              =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
                              http://www.vikingcoders.com
                              =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=

                              Comment


                                #90
                                Re: Miva Merchant 5.5 PR7 (Wombat) Bugs/Issues

                                JamieB,

                                These two links should help you:

                                http://extranet.mivamerchant.com/for...914#post355914

                                http://extranet.mivamerchant.com/for...913#post355913
                                Thanks,

                                Rick Wilson
                                CEO
                                Miva, Inc.
                                [email protected]
                                https://www.miva.com

                                Comment

                                Working...
                                X