mittwald / typo3-web2pdf

A TYPO3 extension for rendering content as PDF
GNU General Public License v2.0
18 stars 20 forks source link

#16 [HOTFIX] Add generatePdfLink to non-cacheable actions #17

Closed kpurrmann closed 9 years ago

kpurrmann commented 9 years ago

Weird bug, but could trace the error. Seems like the configurationManager of TYPO3 does not load whole configuration.

If you Clear all caches in Installation Tool configuration should be reloaded and everything works fine. With this hotfix the plugin is not cached at all and is inserted as USER_INT object.

Working on another fix, but for now it should solve the problem but could cause performance issues.