-1

When I try to download and install package, I get an empty window with "Failure" title, and download doesn't start. What's the problem?

Provider is default - http://rest.modx.com/extras/

Curl extension is enabled.

1 Answers1

0

Package Management requires cURL or PHP Sockets.

If you use cURL, make sure that the core/packages/ directory is writable by PHP.

To get cURL (and Package Manager) working on localhost with XAMPP, you may also have to modify your firewall and add an exception for the C:\xampp\php\ext\php_curl.dll file. [2]

Check the Troubleshooting Package Management page for more information.

Oriol
  • 11,660
  • 5
  • 35
  • 37
  • cURL is enabled. core/packages/ directory is writable by PHP. HTML cache is disabled. I still get "Failure" error. – Vladimir Kovalchuk Sep 08 '14 at 11:14
  • What do you see on ModX Error log? What version of ModX are you running and what type of installation (traditional/Advance)? – Oriol Sep 08 '14 at 21:38