VirtueMart Forum

VirtueMart 2 + 3 + 4 => Virtuemart Development and bug reports => Topic started by: bmw2182 on January 12, 2015, 20:04:14 PM

Title: Custom Field Error
Post by: bmw2182 on January 12, 2015, 20:04:14 PM
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?



Title: Re: Custom Field Error
Post by: GJC Web Design on January 12, 2015, 21:21:09 PM
upgrade to 3.0.3 - this is in about 5 other posts on here
Title: Re: Custom Field Error
Post by: bmw2182 on January 14, 2015, 01:00:52 AM
Thank you, I will do that.  I did a search prior to posting and didn't have any luck finding this.