Re: Miva Merchant Empresa Bugs?
A bug has been filed and will most likely be fixed in the 5.24 engine. My bet is you will get that error for all the other continue/stop functions that exist.
Originally posted by RayYates
View Post
<mvt:comment> <mvt:if expr="NOT ('_Head' IN l.settings:item:name)"> <mvt:foreachcontinue /> </mvt:if> </mvt:comment>
<MIVA STANDARDOUTPUTLEVEL = ""> <MvASSIGN NAME = "l.duration" VALUE = "forever"> <MvASSIGN NAME = "l.type" VALUE = "outside"> <MvASSIGN NAME = "l.price" VALUE = "expensive"> <MvCALL METHOD = "PUT" ACTION = "http://localhost" FIELDS = "l.duration, l.type, l.price"> </MvCALL>
PUT / HTTP/1.1 Host: localhost Content-Type: text/plain Content-Length: 23 Connection: close foreveroutsideexpensive
Comment