VirtueMart Forum

VirtueMart 2 + 3 + 4 => Virtuemart Development and bug reports => Topic started by: AntFantastic on November 13, 2014, 02:21:22 AM

Title: save VM 'configuration' error
Post by: AntFantastic on November 13, 2014, 02:21:22 AM
Just since upgrade today to 2.9.9.4 the following error shows when saving configuration option in VM , it saves fine, but this error is displayed

Thanks for your help





Warning: XMLReader::open() [xmlreader.open]: http:// wrapper is disabled in the server configuration by allow_url_fopen=0 in /home/sarahsco/public_html/libraries/joomla/feed/factory.php on line 44

Warning: XMLReader::open(http://extensions.virtuemart.net/?format=feed&type=rss) [xmlreader.open]: failed to open stream: no suitable wrapper could be found in /home/sarahsco/public_html/libraries/joomla/feed/factory.php on line 44

Warning: XMLReader::open() [xmlreader.open]: Unable to open source data in /home/sarahsco/public_html/libraries/joomla/feed/factory.php on line 44

Warning: XMLReader::open() [xmlreader.open]: http:// wrapper is disabled in the server configuration by allow_url_fopen=0 in /home/sarahsco/public_html/libraries/joomla/feed/factory.php on line 44

Warning: XMLReader::open(http://virtuemart.net/news/list-all-news?format=feed&type=rss) [xmlreader.open]: failed to open stream: no suitable wrapper could be found in /home/sarahsco/public_html/libraries/joomla/feed/factory.php on line 44

Warning: XMLReader::open() [xmlreader.open]: Unable to open source data in /home/sarahsco/public_html/libraries/joomla/feed/factory.php on line 44
Title: Re: save VM 'configuration' error
Post by: jenkinhill on November 13, 2014, 11:05:47 AM
Don't mistake PHP warnings & notices for actual errors. In this case you have the php.ini setting on the server, allow_url_fopen=0   This prevents retrieval of data from remote locations, like in reading an XML feed.
Title: Re: save VM 'configuration' error
Post by: AntFantastic on November 13, 2014, 11:36:11 AM
Thanks, so glad you know this stuff!