Still trying out the php8.1 version of CollectiveAccess. Today, I got my first warning! So far I did not have any warnings, but then I got this one for just this one record:
Warnings:
Undefined array key "useRomanNumeralsForCenturies" [/home/museumweb/theoldtownmuseum.org/main/CollectiveAccess/app/lib/Parsers/TimeExpressionParser.php:4293]
My guess was that it had something to do with the date set to 20th century. Changing the date to 1900 indeed made the warning go away. However as I tried to put 20th century back in, I got even more warnings:
Warnings:
Undefined variable $vb_is_range [/home/museumweb/theoldtownmuseum.org/main/CollectiveAccess/app/lib/Parsers/TimeExpressionParser.php:1763]
Undefined variable $vb_is_range [/home/museumweb/theoldtownmuseum.org/main/CollectiveAccess/app/lib/Parsers/TimeExpressionParser.php:1771]
Undefined variable $vb_is_range [/home/museumweb/theoldtownmuseum.org/main/CollectiveAccess/app/lib/Parsers/TimeExpressionParser.php:1772]
Undefined array key "hours" [/home/museumweb/theoldtownmuseum.org/main/CollectiveAccess/app/lib/Parsers/TimeExpressionParser.php:2396]
Undefined array key "minutes" [/home/museumweb/theoldtownmuseum.org/main/CollectiveAccess/app/lib/Parsers/TimeExpressionParser.php:2397]
Undefined array key "seconds" [/home/museumweb/theoldtownmuseum.org/main/CollectiveAccess/app/lib/Parsers/TimeExpressionParser.php:2398]
Undefined array key "hours" [/home/museumweb/theoldtownmuseum.org/main/CollectiveAccess/app/lib/Parsers/TimeExpressionParser.php:2399]
Undefined array key "minutes" [/home/museumweb/theoldtownmuseum.org/main/CollectiveAccess/app/lib/Parsers/TimeExpressionParser.php:2400]
Undefined array key "seconds" [/home/museumweb/theoldtownmuseum.org/main/CollectiveAccess/app/lib/Parsers/TimeExpressionParser.php:2401]
Undefined array key "useRomanNumeralsForCenturies" [/home/museumweb/theoldtownmuseum.org/main/CollectiveAccess/app/lib/Parsers/TimeExpressionParser.php:4293]
Saving the record again made all but the last one of these warnings go away. Other records do not seem to be affected. It is just this one record for now.
Eisso