Closed (fixed)
Project:
Bibliography Module
Version:
6.x-1.9
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
13 Dec 2009 at 22:05 UTC
Updated:
3 Jan 2014 at 01:08 UTC
Jump to comment: Most recent
Comments
Comment #1
rjerome commentedThat should be lots of memory, it requires PHP5.1 or better and SimpleXML to function, so you might want to check that.
Do you have php error logging turned on in the php.ini file?
Ron.
Comment #2
Daniel A. Beilinson commentedThank you!
I just turned on simpleXML and now i have this error:
Comment #3
rjerome commentedThat appears to be a problem connecting to the pubmed web server rather than a problem with the code itself. If you just click on the URL in that message, it should return you an XML document with the following contents... (it does when I click on it). If it doesn't then there is some sort of network related (perhaps firewall) issue.
Comment #4
Daniel A. Beilinson commentedWith new version I just receive this message:
No data available for PubMed ID: 17802785Comment #5
rjerome commentedWhat happens if you click on this link?
It still seems like your webserver can't connect to the pubmed server.
Ron.
Comment #6
Daniel A. Beilinson commentedI see text!
What kind of firewall can destroy it in my webserver?
Comment #7
rjerome commentedCould you give me more details about your server (OS and PHP versions).
I see there is also this requirement for SimpleXML in the manual (http://www.php.net/manual/en/simplexml.requirements.php) which could well be the issue here as we are trying to open a URL.
Ron.
Comment #8
Daniel A. Beilinson commentedGreat!
It was because php's allow_url_fopen switched off!
Thank you, Ron!
Comment #9
rjerome commentedGood to hear.
You have a well secured php installation, as I believe "allow_url_fopen" is on by default, so someone would have had to deliberately turn it off.
Ron.
Comment #10
quito commentedHi Daniel and Ron,
just a heads up on the new URL for PubMed Central:
http://www.nlm.nih.gov/pubs/techbull/nd09/nd09_pmc_urls.html
Best,
Daniel Hinostroza
Comment #11
rjerome commentedThanks for the heads up on that, I'll make the appropriate changes in the code.
Ron.
Comment #12
rjerome commentedThanks for the heads up on that, I'll make the appropriate changes in the code.
Ron.
Comment #13
Daniel A. Beilinson commentedThank you!