Quote:
Originally Posted by Zelda-King
Strange that I seem to be the only one with this problem but when I try to import the plugin I get this error: XML Error: XML_WAR_UNKNOWN_VERSION at Line 63.
Running vB 3.7.0 Beta 4.
Got it to work manually though so clicking install. 
|
You weren't the only one with that error, took me a while to figure it out (by examining how other XML's were laid out) but...
For this error just replace.. (first line of code in the XML file.)
Code:
<?xml version="2.5" encoding="ISO-8859-1"?>
and change it to this
Code:
<?xml version="1.0" encoding="ISO-8859-1"?>