Error when deleting a page: Notice: Array to string conversion in UnitOfWork.php

Has anyone received such an error before when deleting a page within a site? It seems to be happening on any of my Omeka S sites when I delete a page, though it still seems to get rid of the page. I get a white screen with this text instead of the normal confirmation:

Notice : Array to string conversion in /home/schaffer/jennifer.schafferlibrarycollections.org/vendor/doctrine/orm/lib/Doctrine/ORM/UnitOfWork.php on line 3051

It doesn’t happen when deleting items, only pages seemingly. I have never seen this error before and when I go to line 3051 I have no idea what it means:

$idHash = implode(’ ', (array) $id);

Anyone have any clue as to how to fix this?

Thanks!

Yes, we’ve had this problem reported to us and we’re looking into a solution.

1 Like

This topic was automatically closed 250 days after the last reply. New replies are no longer allowed.