seo icon indicating copy to clipboard operation
seo copied to clipboard

Error migration m201207_124200_add_product_types_to_sitemap::dropCheck()

Open gmonseur opened this issue 4 months ago • 3 comments

Hi everyone,

Description

I get this error when upgrading from craft 3 to 4 with seo 4.0 plugin. Can you help me please ?

applying m201207_124200_add_product_types_to_sitemap
PHP Compile Error 'yii\base\ErrorException' with message 'Access level to ether\seo\migrations\m201207_124200_add_product_types_to_sitemap::dropCheck() must be public (as in class yii\db\Migration)'

in /media/DATA/www/.../vendor/ether/seo/src/migrations/m201207_124200_add_product_types_to_sitemap.php:39

Steps to reproduce

  1. requires craftcms/cms ^4.0 (4.12.5) ether/seo 4.0.0 (4.0.0)

  2. composer install (Composer version 2.5.2 2023-02-04 14:33:22)

Additional info

  • Craft version: 4.12.5
  • SEO version: 4.0.0
  • PHP version: 8.2
  • Database driver & version: 10.6.18-MariaDB-0ubuntu0.22.04.1 - Ubuntu 22.04
  • Other Plugins: "clubstudioltd/craft-asset-rev": "^7.0", "craftcms/cms": "^4.0", "craftcms/contact-form": "^3.1.0", "craftcms/contact-form-honeypot": "^2.1.0", "craftcms/redactor": "^3.0", "ether/seo": "4.0.0", "la-haute-societe/craft-google-tag-manager": "^2.0", "nystudio107/craft-imageoptimize": "^4.0", "nystudio107/craft-minify": "^4.0", "nystudio107/craft-templatecomments": "^4.0", "topshelfcraft/environment-label": "^4.0", "verbb/navigation": "^2.0", "verbb/super-table": "^3.0", "vlucas/phpdotenv": "5.4.0", "wbrowar/craft-admin-bar": "^3.0.3", "wrav/oembed": "^3.1.1"

gmonseur avatar Oct 07 '24 15:10 gmonseur