Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fatal error: Call to undefined function curl_init() #15

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

reinder
Copy link

@reinder reinder commented Feb 20, 2012

This morning I got the error mentioned above, because it failed to get the ini file. But on my server I haven't installed curl which results in a blank website for me.

@jonathaningram
Copy link
Contributor

This is a duplicate of #12 :) but you are correct, this needs to be fixed. I was in contact with the repo owner two weeks ago and he was eager to make changes, so perhaps he has been unavailable to make these changes.

@jonathaningram
Copy link
Contributor

Hmm not sure why I commented that above ^. I think it was meant to send to another issue.

@reinder
Copy link
Author

reinder commented May 7, 2012

@Krinkle

The problem is that in case of a failure of the selected method, the following method is used (the case has no break statements!) without checking if it is supported!

@quentin389
Copy link
Collaborator

It's such an old issue that probably nobody is interested in it any more, but nevertheless this have not been fixed.
The switch that tries out different remote fetch methods does not have any error handling whatsoever and will emit errors/notices when some fetch method is disabled or blocked.
To be fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants