-
Bug
-
Resolution: Fixed
-
Major
-
3.10.4, 3.11
-
MOODLE_310_STABLE, MOODLE_311_STABLE
-
MOODLE_310_STABLE, MOODLE_311_STABLE
-
MDL-71741-master -
-
2
-
Internationals - 4.0 Sprint 1
portfolio_flickr stopped working on PHP 7.4 and upward due to the fatal error because we're trying to serialize CURLFile class, which does not allow anymore.
Unserialization of CURLFile instances is not allowed. As of PHP 7.4.0, serialization is forbidden in the first place. |
Refer: https://www.php.net/manual/en/class.curlfile.php
- blocks
-
MDL-71737 portfolio_flickr should use its own method to check the supported files
- Closed