News:

Looking for documentation? Take a look on our wiki

Main Menu

USPS has error in XML install

Started by Stonedfury, October 22, 2013, 23:53:40 PM

Previous topic - Next topic

Stonedfury

Went to update the USPS by alatak and in the xml at the very bottom is extra code. It happens. Just delete after the first </install>

</install>
VirtueMart 2 » Plugins: Payment, Shipment and others&lt;/a&gt;"/>
        <param name="usps_licence" type="uspslabel" label="VMSHIPMENT_ALATAK_USPS_LICENSE" default="License"/>
    </params>
</install>
No such thing as a stupid question, only a stupid answer. I won't ask if I know the answer or found it using the search as you suggested.

teucg

I encountered the same problem and simply marked the lines out that was the culprit shortly before the end install brackets.


<!--</install>
VirtueMart 2 » Plugins: Payment, Shipment and others&lt;/a&gt;"/>
        <param name="usps_licence" type="uspslabel" label="VMSHIPMENT_ALATAK_USPS_LICENSE" default="License"/>
    </params>-->
</install>



And it works again.

alatak