Closed campaignupgrade closed 2 years ago
@campaignupgrade Sorry, I really don't have any ideas. It sounds like you covered everything I would have tried. Were you able to figure this out?
I never figured it out.
Two days later I ran it again and it's working fine. I had made no changes to my configuration.
This issue can be closed until I can make the issue repeatable.
Does Satispress store a local copy of which packages are available on a remote repo?
Or does it fetch that list fresh from the remote each time it's invoked?
@campaignupgrade Thanks for the update.
SatisPress stores a local copy of new releases as WordPress becomes aware of them. It doesn't deal with any remote repos except to download and cache new releases. Communication with remotes is still handled through the WordPress update API, SatisPress just hooks into the process to create the local repo.
composer require satispress/wp-all-import-pro
Result:
composer show satispress/advanced-ads-pro
workscomposer show satispress/wp-all-import-pro
fails, "[InvalidArgumentException] Package satispress/wp-all-import-pro not found"Any ideas what's going on?