When trying to download modules, I get the following message :
file_get_contents(): https:// wrapper is disabled in the server configuration by allow_url_fopen=0
What should I do next? Regards
Hi, it seems you have php configured improperly. Please find this line in your php.ini file or add it so it looks like this
allow_url_fopen=on
Thank you nnader, everything works fine now.
Great to hear that ? Closing this thread.