by Eloy Lafuente (stronk7).
Hi Richard,
and what happens if you execute the adhoc tasks from command line, with debugging enabled? Sort of:
php admin/tool/task/cli/adhoc_task.php --showsql --showdebugging --execute
Note that it's recommended to send all the output of that command to some file for later inspection (can be huge!)
Ciao