add plugins error

add plugins error

by Yusra Mohammed -
Number of replies: 7

Hi everybody,

 

When I try to add new plugins, this error appears to me.

Is there any solution for that???

 

 

 

Debug info:
Error code: err_curl_exec
$a contents: Array
(
[url] => https://download.moodle.org/api/1.2/pluginfo.php?format=json&plugin=block_quickmail%402013062611
[errno] => 7
[error] => Failed connect to download.moodle.org:443; No error
)

Stack trace:

  • line 93 of \admin\tool\installaddon\classes\pluginfo_client.php: tool_installaddon_pluginfo_exception thrown
  • line 56 of \admin\tool\installaddon\classes\pluginfo_client.php: call to tool_installaddon_pluginfo_client->call_service()
  • line 306 of \admin\tool\installaddon\classes\installer.php: call to tool_installaddon_pluginfo_client->get_pluginfo()
  • line 44 of \admin\tool\installaddon\index.php: call to tool_installaddon_installer->handle_remote_request()
Average of ratings: -
In reply to Yusra Mohammed

Re: add plugins error

by Emma Richardson -
Picture of Documentation writers Picture of Particularly helpful Moodlers Picture of Plugin developers

Do you have the curl extension installed in your php installation?

In reply to Emma Richardson

إعادة: Re: add plugins error

by Yusra Mohammed -

I tried this link: http://docs.moodle.org/25/en/admin/environment/php_extension/curl

and reinstall the Moodle again 

but it's still the not working the add-on

 

Is their any other issue in this 

 

Thanx

In reply to Yusra Mohammed

Re: إعادة: Re: add plugins error

by Emma Richardson -
Picture of Documentation writers Picture of Particularly helpful Moodlers Picture of Plugin developers

Firewall issue maybe?  Is port 443 blocked?

In reply to Emma Richardson

إعادة: Re: إعادة: Re: add plugins error

by Yusra Mohammed -

Finally it solved

That was because of the blocked port in the university

 

Thanx Emma

In reply to Yusra Mohammed

Re: إعادة: Re: إعادة: Re: add plugins error

by Emma Richardson -
Picture of Documentation writers Picture of Particularly helpful Moodlers Picture of Plugin developers

Good deal - have fun with the plugins now!