Setup: Wampserver 3.3.7 on Windows 11
CollectiveAccess 2.0.5
When I select batch editing from sets I get a php error message:
( ! ) Fatal error: Uncaught TypeError: array_map(): Argument #2 ($array) must be of type array, null given in F:\wamp64\www\CA20rc1a\app\controllers\batch\EditorController.php on line 254
( ! ) TypeError: array_map(): Argument #2 ($array) must be of type array, null given in F:\wamp64\www\CA20rc1a\app\controllers\batch\EditorController.php on line 254
Call Stack
Time Memory Function Location
1 0.0002 450328 {main}( ) ...\index.php:0
2 0.1882 6187760 AppController->dispatch( $pb_dont_send_response = TRUE ) ...\index.php:137
3 0.1882 6187792 RequestDispatcher->dispatch( $pa_plugins = [0 => class PageFormat { private ${AppControllerPlugin}opo_request = class RequestHTTP { ... }; private ${AppControllerPlugin}opo_response = class ResponseHTTP { ... } }] ) ...\AppController.php:108
4 0.2084 7726360 EditorController->Edit( $pa_values = NULL, $options = ??? ) ...\RequestDispatcher.php:289
5 0.2084 7726360 EditorController->_initView( $options = NULL ) ...\EditorController.php:63
6 0.5576 12332520 array_map( $callback = class Closure { }, $array = NULL ) ...\EditorController.php:254
I have all local app>conf>local files disabled to make sure it is not caused by my specific configuration.
What could cause the error?