After moving a site from Pantheon to shared hosting, I had an error message under “Install new modules”.
- "Encountered an error when trying to fetch results from Backdrop. Error 0 : Error opening socket ssl://projects.backdropcms.org:443"
I fixed the error by adding the following to my php.ini file.
- extension_dir = "ext"
- extension=php_openssl
With this, I was able to view and install a module.
Recent comments
What about Ubercart, Rules and Membership Entity? (theoretically, haven't tried it myself)
Suggest for - Backdrop Commerce
Just edit .htaccess in /files folder remove "-ExecCGI -Includes" in string "Options -Indexes -ExecCGI -Includes"
CSS and JS aggregation not working
This comment has been removed by myself.
Suggest for - Backdrop Commerce
This appears to be coming to fruition with the successes recently noted with https://github.com/backdrop-contrib/domain module.
Domain Access equivalent
This appears to be coming to fruition with the successes recently noted with https://github.com/backdrop-contrib/domain module.
Does Backdrop have some functionality similar to Domain Access module?