Exception - Call to undefined function core\session\disk_free_space()

Exception - Call to undefined function core\session\disk_free_space()

от mohamadreza tavakoli -
Number of replies: 3

Hello
I'm installing moodle on a 2 GB host. during the installation, I faced this error:

Exception - Call to undefined function core\session\disk_free_space()

how can I fix it? Please help!

In reply to mohamadreza tavakoli

Ynt: Exception - Call to undefined function core\session\disk_free_space()

от Baris Demir -

I have the same problem with Moodle 4.0.4+. How should I solve that?

Could anyone help?

In reply to Baris Demir

Ynt: Exception - Call to undefined function core\session\disk_free_space()

от Baris Demir -
I found that this is because of the the error handling of the @ character which has been changed with PHP8. Thus, I changed php version to 7.4 and this fixed my problem.
This article helped me: https://github.com/nextcloud/server/issues/29748