Quote:
Originally Posted by Boofo
The print standard errors works fine in the other hooks. Or is it just this hook it won't work in?
|
If you haven't noticed, QR is usually AJAX.
Quote:
Originally Posted by Boofo
You lost me on the extra variable. The only thing I saw in the files before that hook was $errors = array();
|
Add to the array:
PHP Code:
$errors[] = 'Some random error occured.';