slub / dfg-viewer

The DFG Viewer is a free web service for browsing digitized books from remote library repositories in a rich and dynamic environment.
https://dfg-viewer.de
GNU General Public License v3.0
29 stars 26 forks source link

Support TYPO3 v11 #239

Closed csidirop closed 1 month ago

csidirop commented 10 months ago

Now that .presentation got support for TYPO3 v11 we need that support for the dfg-viewer (and your slub_digitalcollections).

I have tried a bit, it could be that the dfgviewer will work without major changes. It seams that the bare viewer is shown correctly: grafik

But trying to show a document throws an exception:

503
Oops, an error occurred!

Class 'TYPO3\CMS\Frontend\Page\PageRepository' not found | Error thrown in file /var/www/typo3/public/typo3/sysext/core/Classes/Utility/GeneralUtility.php in line 3218

Although I must admit I'm not sure if the problem isn't in .presentation after all. Because I could not test if the presentation viewer could show any documents.

beatrycze-volk commented 8 months ago

I have made small tests by myself and it looks that this problem is already solved in Kitodo.Presentation so feel free to make PR with your changes.

csidirop commented 8 months ago

I've redone my tests, and it looks very good.

There are a few steps needed:

I've tested most of what I'm using, and everything worked. I did not test the 3D-Viewer (an instruction is still warmly welcomed). I may do some more tests tomorrow.

System:

For an easy setup you can use my docker: https://github.com/csidirop/kitodo-presentation-docker/tree/typo3v11-test

csidirop commented 5 months ago

As soon as the digital collections have been updated , this can get closed.

beatrycze-volk commented 1 month ago

Digital Collections are updated. I'm closing the issue.