I'm using Joomla 3.3.6 and Virtuemart 3.0.2. When trying to create custom fields I received the following errors when trying to go back in edit one that I just setup.
Warning: SimpleXMLElement::xpath() [simplexmlelement.xpath]: Unfinished literal in /home/trading/public_html/libraries/joomla/form/form.php on line 1545
Warning: SimpleXMLElement::xpath() [simplexmlelement.xpath]: xmlXPathEval: evaluation failed in /home/trading/public_html/libraries/joomla/form/form.php on line 1545
I pulled up that file and on line 1545 it reads... $fields = $this->xml->xpath('//field[@name="' . $name . '"]');
Any ideas how I can fix this?
upgrade to 3.0.3 - this is in about 5 other posts on here
Thank you, I will do that. I did a search prior to posting and didn't have any luck finding this.