Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Php 8.1 #5

Open
deliodefeo opened this issue Jan 4, 2023 · 3 comments
Open

Php 8.1 #5

deliodefeo opened this issue Jan 4, 2023 · 3 comments

Comments

@deliodefeo
Copy link

Hello,
is this module compatible with PHP 8.1?
I got these errors:

Problem 1
- creativestyle/magesuite-page-cache-warmer-crawl-worker[v1.0.0, ..., v1.0.5] require php ~7.1.0 -> your php version (8.1.13) does not satisfy that requirement.
- creativestyle/magesuite-page-cache-warmer-crawler[v1.0.0, ..., v1.0.8] require php ~7.1.0 -> your php version (8.1.13) does not satisfy that requirement.
- creativestyle/magesuite-page-cache-warmer-crawl-worker v1.0.6 requires php ~7.1.0|~7.2.0 -> your php version (8.1.13) does not satisfy that requirement.
- creativestyle/magesuite-page-cache-warmer-crawler v1.0.9 requires php ~7.1.0|~7.2.0 -> your php version (8.1.13) does not satisfy that requirement.
- creativestyle/magesuite-page-cache-warmer-crawl-worker v1.0.7 requires guzzlehttp/guzzle ~6.3 -> found guzzlehttp/guzzle[6.3.0, ..., 6.5.8] but the package is fixed to 7.5.0 (lock file version) by a partial update and that version does not match. Make sure you list it as an argument for the update command.
- creativestyle/magesuite-page-cache-warmer v1.2.0 requires magento/framework ^101.0.0|^102.0.0 -> found magento/framework[101.0.0, ..., 101.0.11, 102.0.0, ..., 102.0.7-p3] but the package is fixed to 103.0.5-p1 (lock file version) by a partial update and that version does not match. Make sure you list it as an argument for the update command.
- creativestyle/magesuite-page-cache-warmer[v1.2.1, ..., v1.2.3] require creativestyle/magesuite-page-cache-warmer-crawler ~1 -> satisfiable by creativestyle/magesuite-page-cache-warmer-crawler[v1.0.0, ..., v1.0.10].
- creativestyle/magesuite-page-cache-warmer-crawler v1.0.10 requires creativestyle/magesuite-page-cache-warmer-crawl-worker ^1.0.0 -> satisfiable by creativestyle/magesuite-page-cache-warmer-crawl-worker[v1.0.0, ..., v1.0.7].
- Root composer.json requires creativestyle/magesuite-page-cache-warmer ^1.2 -> satisfiable by creativestyle/magesuite-page-cache-warmer[v1.2.0, v1.2.1, v1.2.2, v1.2.3].

Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions.
You can also try re-running composer require with an explicit version constraint, e.g. "composer require creativestyle/magesuite-page-cache-warmer:*" to figure out if any version is installable, or "composer require creativestyle/magesuite-page-cache-warmer:^2.1" if you know which you need.

@ggm-dev
Copy link

ggm-dev commented Mar 16, 2023

I just ran into same issue trying to update to 2.4.5p2. Did you ever getting it working?

@diwipl
Copy link
Contributor

diwipl commented Mar 16, 2023

Hi

We're not supporting this module anymore, we decided to drop the FPC warmup concept.

@ggm-dev
Copy link

ggm-dev commented Mar 16, 2023

Thanks for fast response - I actually just tried it with '--with-all-dependencies' and it has installed without errors. I take it I should just remove from system if it won't be supported in the future?

Also - do you a db script handy to remove associated attributes?

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants