We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
After upgrading to Craft CMS 3.0.0, I get the following error when trying to install ethercreative/seo:
Undefined class constant 'Personal' in /app/vendor/ether/seo/src/Seo.php line 78: if ($craft->getEdition() !== \Craft::Personal) {
if ($craft->getEdition() !== \Craft::Personal) {
Might this have something to do with the fact that the free edition is now called "Solo"?
The text was updated successfully, but these errors were encountered:
Merge pull request #82 from andris-sevcenko/pull/fix-81
6545c9e
Fixed #81
243251b
No branches or pull requests
Description
After upgrading to Craft CMS 3.0.0, I get the following error when trying to install ethercreative/seo:
Undefined class constant 'Personal'
in /app/vendor/ether/seo/src/Seo.php
line 78:
if ($craft->getEdition() !== \Craft::Personal) {
Might this have something to do with the fact that the free edition is now called "Solo"?
Additional info
The text was updated successfully, but these errors were encountered: