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

Update to latest version on a server with PHP<8 crashes site #128

Open
DESIGNfromWITHIN opened this issue Nov 15, 2024 · 1 comment
Open

Comments

@DESIGNfromWITHIN
Copy link

When I updated to latest version of SEO Suite on a server with PHP<8, it crashed crashed site and manager, locked out and see:

Composer detected issues in your platform: Your Composer dependencies require a PHP version ">= 8.0.0".

@dymitar
Copy link

dymitar commented Jan 9, 2025

This is really problematic behavior. The check should be done before the installation, not after.
Just for information, you can revert back to the previous version, following these steps:

  1. Edit the file core/components/seosuite/vendor/composer/platform_check.php and change the 80000 to 70400 for example
  2. Login to the manager, from the installer uninstall the version by selecting "Restore"
  3. After that press "Remove" to remove this version. The previous version should be back
  4. For safety I pressed "Reinstall" as well

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

2 participants