News:

Looking for documentation? Take a look on our wiki

Main Menu

Custom Field Error

Started by bmw2182, January 12, 2015, 20:04:14 PM

Previous topic - Next topic

bmw2182

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?




GJC Web Design

upgrade to 3.0.3 - this is in about 5 other posts on here
GJC Web Design
VirtueMart and Joomla Developers - php developers https://www.gjcwebdesign.com
VM4 AusPost Shipping Plugin - e-go Shipping Plugin - VM4 Postcode Shipping Plugin - Radius Shipping Plugin - VM4 NZ Post Shipping Plugin - AusPost Estimator
Samport Payment Plugin - EcomMerchant Payment Plugin - ccBill payment Plugin
VM2 Product Lock Extension - VM2 Preconfig Adresses Extension - TaxCloud USA Taxes Plugin - Virtuemart  Product Review Component
https://extensions.joomla.org/profile/profile/details/67210
Contact for any VirtueMart or Joomla development & customisation

bmw2182

Thank you, I will do that.  I did a search prior to posting and didn't have any luck finding this.