it would be handy if users could sumbit error reports via a standard interface and that they will be prompted for standard issues regarding their configuration.
for example, when filing a bug, i have to submit:
* [must] version drupal
* [must] webserver (apache, iss)
* [must] php version
* [must] database (mysql, sequal,..)
* [must] OS (linux, bsd, windows)
* [opt] version webserver
* [opt] version OS
etc
(note the user might have reasons not to fill in the optionals for security reasons)
now it would be great if there was module of even a script in the drupal core that i could run to collect this data in a standard way. so all the enduser has to do is run ./show-ver.sh or surf towards http://foo.example.com/show-ver.php
i could paste this in a free form when filing a bug or to a mailinglist
and yes, it is like a sh ver for those who know cisco ios
(note, when having problems with php or webserver this wont work )
Comments
Comment #1
Mark Cheverton commentedOr even better, make a standard web service that returns this data then
just get the user to input the url of their site. If it can't find the
service it can just fall back to asking.
-Mark
Comment #2
chaska@blogger.com commentedAttempting to capture what was said on the dev mailing list:
Moshe Weitzman wrote:
Bert Boerland writes:
Comment #3
chaska@blogger.com commentedMy thinking was this:- A user of a Drupal-powered website encounters an error that appears to be Drupal-related.
- The user clicks on a link or choose a bookmark or type a URI that takes them to a Problem Report page at drupal.org.
- The user enters the URI of the website where the problem was found into a form input field on the Problem Report page and then clicks on the Submit button.
- The Problem Report page action send an XML RPC to the Get System Information RPC at the site.
- If RPC is successful, the Problem Report asks the user for a few additional details and comments, and then stores the problem report along with the System Information retrieved by the RPC.
- If the RPC fails, the user is asked for the System Information (e.g. web server, PHP version, etc.).
Comments? Suggestions?
--
Slavica
Comment #4
killes@www.drop.org commentedLots of talk, no code, nobody stepped forward for over half a year.
The project.module is quite usable, I mark this as "won't fix".