| 18 |
* $Id$ |
* $Id$ |
| 19 |
* ------------------------------------------------------------------------- |
* ------------------------------------------------------------------------- |
| 20 |
* $Log$ |
* $Log$ |
| 21 |
|
* Revision 1.14 2003/04/09 02:06:45 joko |
| 22 |
|
* errormessage now shown preformatted |
| 23 |
|
* |
| 24 |
* Revision 1.13 2003/04/04 17:38:03 joko |
* Revision 1.13 2003/04/04 17:38:03 joko |
| 25 |
* modifications regarding error-/exception-handling and -tracing |
* modifications regarding error-/exception-handling and -tracing |
| 26 |
* |
* |
| 563 |
$statusbox->add( html_span('boxlabel_yellow', "Connected:"), $status[connected], html_br() ); |
$statusbox->add( html_span('boxlabel_yellow', "Connected:"), $status[connected], html_br() ); |
| 564 |
$statusbox->add( html_span('boxlabel_yellow', "RPCSESSID:"), $status[RPCSESSID], html_br() ); |
$statusbox->add( html_span('boxlabel_yellow', "RPCSESSID:"), $status[RPCSESSID], html_br() ); |
| 565 |
foreach ($status[errors] as $error) { |
foreach ($status[errors] as $error) { |
| 566 |
$statusbox->add( html_span('boxlabel_yellow', "Error($error[code]):"), $error[message], html_br() ); |
$msg = html_pre($error[message]); |
| 567 |
|
$statusbox->add( html_span('boxlabel_yellow', "Error($error[code]):"), $msg ); |
| 568 |
} |
} |
| 569 |
|
|
| 570 |
$message = "Error while talking to remote side. Please check wire, socket or api."; |
$message = "Error while talking to remote side. Please check wire, socket or api."; |