Quote:
XML Error: not well-formed (invalid token) at Line 41
|
I am running Version 1.5.8 on vB 3.6.4 and get this error on trying to import the vBookie add on XML file. Any ideas?
When I looked at line 41 it says
PHP Code:
<phpcode><![CDATA// check if the user's cash would be negative
Shouldn;t it be:
PHP Code:
<phpcode><![CDATA[// check if the user's cash would be negative
This fixed the problem for me.