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
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.
Thanks, so glad you know this stuff!