Hi everyone,
trying to migrate a Seaside application from Pharo4 to Pharo6 I get a problem with FLMaterializer.
An expression like
(FLMaterializer materializeFromFileNamed: aFileRefence)
results in
MessageNotUnderstood: FileReference>>convertToWithConverter:
The same file can be materialized in Pharo4 without problems.
Johannes