I'm trying to install this rss reader into an Elgg system.
http://www.w3schools.com/php/php_ajax_rss_reader.asp
But I'm getting these error messages:
Warning: DOMDocument::load() [domdocument.load]: URL file-access is disabled in the server configuration in/home/www/mydomain.com/news/getrss.php on line 16
Warning: DOMDocument::load(http://search.popurls.com/rss/apple) [domdocument.load]: failed to open stream: no suitable wrapper could be found in /home/www/mydomain.com/news/getrss.php on line 16
Warning: DOMDocument::load() [domdocument.load]: I/O warning : failed to load external entity "http://search.popurls.com/rss/apple" in/home/www/mydomain.com/news/getrss.php on line 16
Fatal error: Call to a member function getElementsByTagName() on a non-object in/home/www/mydomain.com/news/getrss.php on line 20
Is that something anyone can help with, or am I not supplying you with enough information? Any help or comment is deeply appreciated. Thanks.