Closed joostwaaijer closed 3 months ago
What version of PHP are you running?
I should note that with the version of SEOmatic that you're running, it's not necessary to generate the sitemap via CLI command anymore.
But that's parenthetical, I'd like to get to the bottom of this error, it looks like an incoming parameter isn't being set as expected.
Okay, I can reproduce it if I go in and set the Sitemap Page Size to "Single Page" -- is this what you have it set to?
Fixed in the above commits
Craft CMS 3:
You can try it now by setting your semver in your composer.json
to look like this:
"nystudio107/craft-seomatic": "dev-develop as 3.5.2”,
Then do a composer clear-cache && composer update
…..
Craft CMS 4:
You can try it now by setting your semver in your composer.json
to look like this:
"nystudio107/craft-seomatic": "dev-develop-v4 as 4.1.2”,
Then do a composer clear-cache && composer update
…..
Craft CMS 5:
You can try it now by setting your semver in your composer.json
to look like this:
"nystudio107/craft-seomatic": "dev-develop-v5 as 5.1.2”,
Then do a composer clear-cache && composer update
Thanks for the fix! I'll try it out!
Describe the bug
When running the Sitemap generation command, I'm running into a
To reproduce
Steps to reproduce the behaviour:
Expected behaviour
Expected to complete the commando without errors.
Screenshots
Versions