magesuite / page-cache-warmer

5 stars 1 forks source link

Php 8.1 #5

Open deliodefeo opened 1 year ago

deliodefeo commented 1 year ago

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

Problem 1

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 commented 1 year ago

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

diwipl commented 1 year ago

Hi

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

ggm-dev commented 1 year ago

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!