Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
3.11.9, 4.0.3, 4.1
Description
Attempting to export content from Moodle to a linked Mahara instance via the portfolio/mahara plugin fails on php8.
In PHP 8.0, openssl_pkey_new function returns an instance of OpenSSLAsymmetricKey class instead of OpenSSL key resources. This object is not serialisable (by design). However, the portfolio exporter relies on serialising data which includes these keys.
Attachments
Issue Links
- blocks
-
MDL-70889 XMLRPC to be or not to be
-
- Closed
-
- has a non-specific relationship to
-
MDL-70745 Prepare Moodle for PHP 8.0
-
- Closed
-
- has a QA test
-
MDLQA-314 A student can export data to Mahara
-
- Open
-
-
MDLQA-16840 CLONE - A student can export data to Mahara
-
- Passed
-
-
MDLQA-17455 CLONE - A student can export data to Mahara
-
- Passed
-