BIDS-collaborative / brainspell

brainspell is a web platform to facilitate the creation of an open, human-curated, classification of the neuroimaging literature
https://gitter.im/BIDS-collaborative/brainspell
2 stars 6 forks source link

Issue with Blog #13

Closed anokhikastia closed 8 years ago

anokhikastia commented 8 years ago

When trying to click on Blog, I get the following error: Warning: file_get_contents(): php_network_getaddresses: getaddrinfo failed: Temporary failure in name resolution in /home/oski/brainspell/site/php/brainspell.php on line 330 Warning: file_get_contents(http://brainspell.org/php/blog.php): failed to open stream: php_network_getaddresses: getaddrinfo failed: Temporary failure in name resolution in /home/oski/brainspell/site/php/brainspell.php on line 330

Line 330: $blog=file_get_contents("http://brainspell.org/php/blog.php");

I haven't modified anything. When I switch to someone else's branch, I still get that error. Is something wrong with just my computer or there is an actual error in accessing this file?

jbpoline commented 8 years ago

I don't have the problem, Do you get an error if you go to http://brainspell.org/php/blog.php ?

r03ert0 commented 8 years ago

the blog link is just a link to a php script that takes from my blog (wordpress) only the posts tagged brainspell. There is some general information about updates, and a couple of videos (but overall, i don't post as often as i should...).

is there anything in particular you would like to do with the blog code, or you were just checking the links?

cheers, roberto

On Thursday, October 29, 2015, Jean-Baptiste Poline < notifications@github.com> wrote:

I don't have the problem, Do you get an error if you go to http://brainspell.org/php/blog.php ?

— Reply to this email directly or view it on GitHub https://github.com/BIDS-collaborative/brainspell/issues/13#issuecomment-152096078 .

anokhikastia commented 8 years ago

it's working now. didn't change anything.