Describe the issue or problem
I’m updating our OJS 3.3.0.13 to 3.4.0.3 following this guide
How to Upgrade (sfu.ca)
Now I’m at the stage when I should check the version (point nr. 8 “Run the Upgrade”) with
php tools/upgrade.php check
command.
At first I got an error message
“Your Composer dependencies require a PHP version “>= 8.0.2”. You are running 7.4.33.”
after I set the php version from 7.4 to 8.2 on the server (hosted on Greengeeks) when I run the
php tools/upgrade.php check
I got nothing. No error, no any message…
What could be a problem? What to check? How to check?
Could you help me please?