Skip to content
This repository has been archived by the owner on Mar 30, 2022. It is now read-only.

Troubleshooting

Tim Davis edited this page Sep 2, 2018 · 1 revision

Troubleshooting

Composer 'Killed' error

This is due to the server not having any swap space, add swap space.

Certificate error when accessing SSL/TLS URLs

This is likely due to the server not trusting the Certificate Authority. If curl is enabled on the server, disable it. Otherwise, download the latest cacert.pem file provided by https://curl.haxx.se/docs/caextract.html, place it in a directory, and update the corresponding property to point to that path ('openssl.cafile=' or 'curl.cainfo=') in php.ini