@ken
What if I am not able to upgrade to 3.11 due to PHP policies of my university server that I am not able to bypass (due to security reasons it is impossible to downgrade PHP version)?
@ken
What if I am not able to upgrade to 3.11 due to PHP policies of my university server that I am not able to bypass (due to security reasons it is impossible to downgrade PHP version)?
"PHP version . The app requires PHP version later than 7.3 but earlier than 7.4.999. Your PHP is 8.2.19. If PHP is not available, ensure that the PHP support is selected for the domain."
That looks like a response one would get for a server that had multiple versions of PHP which could be assigned to domains - remotely hosted. Hosting provider dropped older non-supported versions of PHP. So no one got a notice from provider? Maybe in your panel?
If you have command line access the recommended site backup doesn't require you do login to moodle to accomplish that (tar for code and minimal moodledata/filedir/ mysqldump of Moodle DB to an sql file.
You could then download those and restore to a site that had the older PHP version as well as ability to upgrade PHP. March the moodle upwards.
Then as Howard suggested, backup that site, and replace on server. And as Howard said ... not the best way ... but a way.
'SoS', Ken