Is there any module provide function to allow users to easily report errors on the drupal page to the site admin.

thanks.

Comments

excell’s picture

I was just looking for this too! Would be handy...not a full blown issue reporting function. Just a form that would capture maybe the page they were viewing, error message received or difficulty experienced etc. just something simple. I have been looking at this form and really like it - it's the sort of thing I am looking to do...:)

http://www.kabissa.org/beta

adding - I'd just started putting together something with the webform module and now notice this page seems to be using it as well...just have to work out how to get the browser and prior url fields worked out...(I'm not a coder)

elbym’s picture

You can easily build such a Error Report form with "Webfrom" (http://drupal.org/project/webform) and "CCK" (http://drupal.org/project/cck).

Just make a Webform and add a textarea to descibe the error and add a textfield with the defautl value of "%server[HTTP_REFERER]" so you know on which page the error occured.