Uberspace / lab

The Uberlab provides various tutorials - written by you! - on how to run software and tools on Uberspace 7.
https://lab.uberspace.de
Other
316 stars 417 forks source link

[moodle] Check for new PHP version compatibility #1659

Closed noave closed 1 month ago

noave commented 11 months ago

PHP 8.0 is EOL and wont soon be available on Uberspace any longer.

Check if this guide works with PHP 8.2 (or at least 8.1) and update it accordingly. Otherwise, if you cannot fix it with the new versions mark the guide as broken like it is described here: https://github.com/Uberspace/lab/blob/main/BROKEN_GUIDES.md

(This issue has been created automatically, the guide might already be up to date, in this case you can just comment and close the issue here)

mickeyhub commented 4 months ago

I just tried to take all the Moodle Lab steps. In those steps, there isn't a "use PHP 8.0", step. Trying this myself uberspace tools version use php 8.0 did not work, as I received the reply PHP version 8.0 does not exist.

Not changing the PHP version, gives several errors in the first initialize step, opening the domain:

I tried running it, after setting my PHP version to 8.1, but I still received the following errors:

mickeyhub commented 4 months ago

Created a new issue, following the steps described in the original post: https://github.com/Uberspace/lab/issues/1779