Any idea what would cause and how to fix the following Warnings?
Warning: file_get_contents() [<a href='function.file-get-contents'>function.file-get-contents</a>]: php_network_getaddresses: getaddrinfo failed: Name or service not known in /var/www/mediawiki-1.14.0/includes/HttpFunctions.php on line 116
Warning: file_get_contents(http://meta.wikimedia.org/w/index.php?title=Title_blacklist&action=raw) [<a href='function.file-get-contents'>function.file-get-contents</a>]: failed to open stream: Success in /var/www/mediawiki-1.14.0/includes/HttpFunctions.php on line 116
The warnings are triggered when I Edit a page.
Thanks Bill
I figured it out. The TitleBlacklist source file at ' http://meta.wikimedia.org/w/index.php?title=Title_blacklist&action=raw' wasn't being retrieved properly.
On Fri, Jul 31, 2009 at 11:43, Bill Traynor wmat@naoi.ca wrote:
Any idea what would cause and how to fix the following Warnings?
Warning: file_get_contents() [<a href='function.file-get-contents'>function.file-get-contents</a>]: php_network_getaddresses: getaddrinfo failed: Name or service not known in /var/www/mediawiki-1.14.0/includes/HttpFunctions.php on line 116
Warning: file_get_contents( http://meta.wikimedia.org/w/index.php?title=Title_blacklist&action=raw ) [<a href='function.file-get-contents'>function.file-get-contents</a>]: failed to open stream: Success in /var/www/mediawiki-1.14.0/includes/HttpFunctions.php on line 116
The warnings are triggered when I Edit a page.
Thanks Bill
mediawiki-l@lists.wikimedia.org