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
If you install the Devel module, you can easily enable "Theme debug" and then you can see where everything is coming from and also get hints for what to call a template in your theme to override...
How to reset the Image Library and display full filenames
Since I'm using a sub-theme of Snazzy, it would go in the sub-theme as a new file? Neither Snazzy or snazzytoys currently have this file - snazzytoys is set as the default theme in...
set no index for /user/password?
Thanks! I've done that and restored everything back to the original condition. I'm not sure I understand all that is in the snippet but I'll work on understanding what is happening...
How to reset the Image Library and display full filenames
This should be placed in your default theme script.js file. https://docs.backdropcms.org/creating-themes
set no index for /user/password?
Hi @ian If you go on the admin bar to Configuration > Development > Configuration manager > Single Import/Export > Import Then paste in this: { "_config_name": "views.view....
How to reset the Image Library and display full filenames