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

CP problem with upgrading from 1.4.10 to 1.5.6 in EE3 #37

Open
itelligence opened this issue Feb 19, 2019 · 0 comments
Open

CP problem with upgrading from 1.4.10 to 1.5.6 in EE3 #37

itelligence opened this issue Feb 19, 2019 · 0 comments

Comments

@itelligence
Copy link

When clicking on update button in EE3 plugins you will receive a MYSQL error related to ALTER TABLE statement.

This is caused by if statements comparing versions in upd.seo_lite.php file.

Currently it is:
if($current < '1.4.9') {
Should be:
if (version_compare($current, '1.4.9', '<'))

This goes for all if statements comparing versions.

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

1 participant