Michael Hi, I've problems to install packages in the backend. when I try to install one I´ll get this message. "The configured cafile was not valid or could not be read" Can someone help?
mad Michael Hi there, that issue is probably caused by missing SSL certificates. Are you running it on a local machine? If yes, you will have to make sure that PHP is installed properly including a certificate bundle.
mad Michael The error message you posted above is passed on by PHP to the dashboard. As far as I know that error is thrown by PHP when cURL can't establish a secure connection due to a missing certificate. That can either happen when Composer is trying to download a package or already before when the dashboard tries to install Composer. There are many results on Google when searching for the exact error. Therefore I guess it has to do with the PHP installation itself. Maybe your hosting provider can help there out?
mad Michael I think the easiest would be to ask support of the hosting company for help. It shouldn't be a problem for them to help you out with this.