You can try the solution I posted in the previous thread, hope it helps.
I grabbed the development version and changed line 265 in the “JsonXml.js” file:
Where it was:
json += (name && ":") + """ + o.toString()+ """;
Becomes:
json += (name && ":") + o.toString();
And it fixed my problem, hope it helps someone else.
You probably have the same problem as I do:
/blog/?page_id=393/bugs/bug-importexport-configuration/
Don't have an answer yet.
Stay connected with us in your favorite flavor!
Copyright 2014 TriRand LtdAll Rights ReservedRSS