Rev 11086 | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
2977 | guerimand | 1 | !let wims_module_log=error: $error |
4503 | bpr | 2 | <span class="wims_warning">$wims_name_Error.</span> |
2977 | guerimand | 3 | |
4 | !if $error=no_download_sites |
||
17180 | bpr | 5 | One adresss given is not the address of a valid WIMS modules download center. The server with a problem is : $error_list.<br> |
3031 | guerimand | 6 | This can provide from |
7 | <ul> |
||
8 | <li>interruption of download center : wait server is on !</li> |
||
9 | <li>an error in the define file of the download center on your server : contact administrator of the download center to get a correct define file.</li> |
||
10 | </ul> |
||
11 | So the configuration has not been changed. |
||
2977 | guerimand | 12 | !exit |
2827 | bpr | 13 | !endif |
14 | |||
2977 | guerimand | 15 | !if $error=bad_mail |
2983 | bpr | 16 | Your message or your subject is empty. |
2977 | guerimand | 17 | !exit |
18 | !endif |
||
2983 | bpr | 19 | !if $error=bad_list |
20 | Forget to select the recipients ? |
||
21 | !exit |
||
22 | !endif |
||
2827 | bpr | 23 | |
8961 | bpr | 24 | !if $error iswordof noclass |
11086 | bpr | 25 | No class has been selected or its identifier is not valid. |
8961 | bpr | 26 | !exit |
27 | !endif |
||
11086 | bpr | 28 | !if $error iswordof classnotexists |
29 | The class to restore does not exist. |
||
30 | !exit |
||
31 | !endif |
||
8961 | bpr | 32 | !msg $error |