Overview

During the Omeka S update process, the following error occurred.

Fatal error: Uncaught ArgumentCountError: Too few arguments to function Omeka\View\Renderer\ApiJsonRenderer::__construct(), 0 passed

This is a personal note on how to address this error.

Solution

The solution was found at the following link.

Specifically, uninstalling the Next module resolved the above issue.

Summary

I hope this serves as a useful reference for those encountering the same issue.