- Issue created by @netgeek123
- Assigned to dangreenman
- 🇳🇿New Zealand dangreenman
Hi there. Thank you for your feedback.
Are you using drush or composer? It is recommended to use composer.It's odd that all your other modules are updating, and only this one is having trouble.
I think this may be a legacy feature used by drush, and I am not well familiar with it.
So if anybody else has experience or suggestions, please chime in with a comment.I searched the Internet for ideas, and this is what I found
(it seems your connectivity is ok, but I kept these suggestions in the list anyway):According to release updates.drupal.org, the module has release candidates for Drupal 10.x as per:
https://updates.drupal.org/release-history/commerce_license_content/current?site_key=BdxzqkewtPwHqDZVM_j282uQpl8asJkhovTvMtveld0&version=1.0.0-beta2&list=commerce_license_content%2Ccommerce_license_publish_content
So try the following suggestions:
- Make sure your IP is not blocked by going to https://updates.drupal.org/
- Make sure your Drush recognise your Drupal root as 10.x (check drush status) and whether Drush can access the above endpoint by:
- drush ev 'echo file_get_contents("https://updates.drupal.org/release-history/commerce_license_content/curr...")'
There could be a case that you are behind the firewall or corporate proxy, therefore the certificate could be not valid, so you'll have to configure your PHP's curl library either by importing the right certificate and mark it as trusted, ignoring it (not recommended) or use the non-secured connection to check for the new releases.
Please let us know if you are using composer or not, and how you get on. Thanks.
- 🇳🇿New Zealand dangreenman
We need to establish if this is a connectivity error or not at your end. I suspect the latter.
If you don't follow through with the instructions, and feed back with the results, I can't help.What was your result? Especially on that last bullet point.
I need your error messages.
You must feed back with as much resulting and helpful information as you can, or I can't diagnose your problem. It only seems to be happening to you.