Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support TYPO3 v11 #239

Closed
csidirop opened this issue Sep 27, 2023 · 4 comments
Closed

Support TYPO3 v11 #239

csidirop opened this issue Sep 27, 2023 · 4 comments
Labels
✔️ feature A new feature or enhancement.

Comments

@csidirop
Copy link
Contributor

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 beatrycze-volk added the ✔️ feature A new feature or enhancement. label Oct 18, 2023
@beatrycze-volk
Copy link
Contributor

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.

@beatrycze-volk beatrycze-volk added this to the DFG-Viewer 6.0.0 milestone Nov 21, 2023
@csidirop
Copy link
Contributor Author

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

There are a few steps needed:

  • DFG-Viewer: Set cms-core to ^11
  • slub-digitalcollections: Set cms-core to ^11
  • After setting TYPO3 up and installing the extensions via composer, the default pages where not shown. I had to do a vendor/bin/typo3cms extension:setup and then create a new page. This way the default page setup was shown again.

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:

  • TYPO3 v11.5.34-dev
  • PHP 7.4.1

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

@csidirop
Copy link
Contributor Author

csidirop commented Feb 1, 2024

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

@beatrycze-volk
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✔️ feature A new feature or enhancement.
Projects
None yet
Development

No branches or pull requests

2 participants