|
|
| Author |
Message |
steven_JP
Joined: 17 Oct 2006 Posts: 2
|
Posted: Tue Oct 17, 2006 9:52 pm Post subject: import the host template failed |
|
|
when i'm import the host template, i get "Error: XML parse error.". the cacti version 0.8.6i,.
Any ideas ? THANKS |
|
| Back to top |
|
 |
gandalf Developer
Joined: 02 Dec 2004 Posts: 12186 Location: Muenster, Germany
|
Posted: Fri Oct 20, 2006 10:49 am Post subject: |
|
|
Make sure, php.ini includes | Code: | grep upload php.ini
; Whether to allow HTTP file uploads.
file_uploads = On
; Temporary directory for HTTP uploaded files (will use system default if not
;upload_tmp_dir =
; Maximum allowed size for uploaded files.
upload_max_filesize = 2M
|
Reinhard |
|
| Back to top |
|
 |
|