WebentwicklerAt / typo3-scheduler_http

TYPO3: Scheduler via HTTP
https://forge.typo3.org/projects/extension-scheduler_http
GNU General Public License v2.0
5 stars 2 forks source link

[BUGFIX] Show error messages when debugging is enabled #1

Closed cweiske closed 11 years ago

cweiske commented 11 years ago

scheduler_http calls typo3/cli_dispatch.sh, captures its output and displays that output when debugging is enabled.

It does not catch messages on stderr, thus making it impossible to find out the reason for errors with the scheduler.

Fixes: #45288

cweiske commented 11 years ago

Anyone?

leitgab commented 11 years ago

Thx!