You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[BUGFIX] Fix tempnam() E_NOTICE when using PlantUML binary renderer
When using the local PlantUML binary renderer (renderer="plantuml"),
the upstream PlantumlRenderer calls tempnam() with a subdirectory
that may not exist, triggering a PHP E_NOTICE that appears in the
rendered documentation output.
This adds a DecoratingPlantumlBinaryRenderer that ensures the temp
directory exists before delegating to the inner renderer, fixing
the issue without requiring upstream changes or global E_NOTICE
suppression.
Resolves: TYPO3-Documentation#1099
0 commit comments