Localhost updates using Ampps

Hi guys

Up-and-running with Grav on my localhost, but I’m seeing some errors like this when trying to update:

Error while trying to download ‘https://github.com/getgrav/grav/releases/download/1.0.5/grav-update-v1.0.5.zip

Nothing appears in the PHP error logs.

Same with the plugins, BTW. Error like this …

“Error while trying to download ‘https://github.com/getgrav/grav-plugin-form/zipball/1.1.0’”

Maybe Ammps doesn’t have CURL support enabled by default? Or OpenSSL ? These are part of the Grav Requirements for GPM to function.

Probably just need to enable via Ammps control panel and restart.

Thanks. CURL is enabled by default. I enabled OpenSSL in the PHP configuration. I’ll keep looking.