Skip to content

[FIX] Slideshow: export to PDF

When exporting PDF files from Slideshow, the server crashed, making the export impossible. This malfunction came from reveal.js, the application which tried to read a file from the root, but was unable to find it, due to error handling under PHP 8.1, this situation caused a server crash.

Also we use version 3.9.2 of reveal.js and the current version is 5.1.0 (which brings modifications on the way of importing files). Nevertheless I believe that we must always manage it in Tiki to avoid possible errors.

Related task: Task

Edited by luci

Merge request reports