PDA

View Full Version : util.mv error on upgrade from uncompiled to compiled


chucklasker
08-14-06, 01:38 AM
I'm upgrading a site from uncompiled to compiled. So far so good in a lot of ways, but there is an error (more than one, but they seem related) that comes up at different times. I can't find the source. The other oddity is Viking Coders Other Page Templates shows up in System Extension Configuration in admin, as it should, but ALSO in Order Fulfillment Configuration. Deleting and reinstalling does the same thing. Here's the errors I'm seeing:

When Adding a Product - Runtime error in lib/util.mvc @ [0000001b:00000064]: lib/util.mv: Line 816: MvDO: Unable to find function 'LogModule_Action_UpdateQuantity'

When click Continue on OINF - Runtime error in lib/util.mvc @ [0000001d:00000064]: lib/util.mv: Line 840: MvDO: Unable to find function 'LogModule_Action_Save_OrderInformation'

When Removing Prod from Basket - Runtime error in lib/util.mvc @ [0000001c:00000064]: lib/util.mv: Line 828: MvDO: Unable to find function 'LogModule_Action_RemoveProductFromBasket'

When Updating Prod on Basket - Runtime error in lib/util.mvc @ [0000001b:00000064]: lib/util.mv: Line 816: MvDO: Unable to find function 'LogModule_Action_UpdateQuantity'

And you can see it on any product or category page all the way at the bottom (under the </body> tag in fact), like:

http://www.mommasboyclothing.com/c-Girls-5.html

Did I do something wrong?

ILoveHostasaurus
08-14-06, 10:53 AM
I believe that's a third party module that is missing a required api function. OpenUI debug may reveal which one is causing that.

chucklasker
08-14-06, 05:54 PM
Working with Viking support, we discovered that Other page Templates installed incorrectly. Uninstalling and installing it fixed the problem.

Thanks!