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
Hello argiepiano. Thank you. It's not clear to me how to populate that global variable in the first instance. Any pointers on that, please?
Global variable
Hello trapeharde32. I'd create a custom token to output that global variable, use the module token filter to be able to include tokens in text fields, and insert the token in the desired node fields.
Global variable
I used "none" (no editor plugin) on D7. In Backdrop, I am using CKEditor. From the documentation, it looks like Backdrop (like D7) saves the line breaks without the HTML tags: Why doesn't Backdrop...
Editing nodes makes them lose formatting
@argiepiano - How do I get permission to edit that page? I think it would be good to also point to it from the "deep dive" page that I quoted up-thread.
Editing nodes makes them lose formatting
@stpaultim - Thank you! I just wish we knew what happened. :) Yes, that's what I recall. I probably have the emails with the responses (not mine but everyone else's). I could repost them here... but...
Is there a way to generate nodes from info in a spreadsheet?