ERunActions: why php errors in an action called via touchUrl aren't logged?

Hi,

I have an action, say www.example.com/myController/myAction

First suppose there are no errors in the code.

I visit the url directly from my browser => everything gets logged (OK)

I touch the same url with ERunActions::touchUrl() => everything gets logged. (OK)

Now, if I have a php warning or notice caused by some code inside myAction, then the following happens:

I visit the url directly from my browser => I get the error page, and the error is also logged (OK)

I touch the same url with touchUrl() => NOTHING GETS LOGGED — WHY!!!

Any idea?

thanks

m.

I’ve just recalled this post of mine, and I’ll post a followup because I hate when I google for problems and I find the questions but not the answers.

Turns out it was a bug, which is now fixed: