latte icon indicating copy to clipboard operation
latte copied to clipboard

Template: fix "Failed to delete buffer" error

Open JanTvrdik opened this issue 3 years ago • 0 comments

  • bug fix: yes
  • BC break: no

This fixes error

ob_end_clean(): Failed to delete buffer. No buffer to delete

but I'm not sure if this is the best way to do it.

It happens with combination of

  • using Engine::renderToString()
  • having configured exception handler $latte->setExceptionHandler(fn(Throwable $e) => throw $e);
  • error happends inside {try}...{/try}

Latte 3.0.2, standalone usage

JanTvrdik avatar Jun 26 '22 07:06 JanTvrdik