Ad blocker detected: Our website is made possible by displaying online advertisements to our visitors. Please consider supporting us by disabling your ad blocker on our website.
Warning: filesize(): Stat failed for C:\WINNT\TEMP\php6.tmp (errno=2 - No such file or directory) in D:\Cacti\templates_import.php on line 59
Warning: fread(): Length parameter must be greater than 0. in D:\Cacti\templates_import.php on line 59
Warning: Cannot modify header information - headers already sent by (output started at D:\Cacti\templates_import.php:59) in D:\Cacti\templates_import.php on line 67
When I go back to the Import Templates page I get the following error:
I haven't been able to use the "Import" file feature for FOREVER...all imports worked for me by pasting the contents of the files into the text box and importing.
That error is related to File Uploads being disabled in your PHP installation.
[size=117][i][b]Tony Roman[/b][/i][/size]
[size=84][i]Experience is what causes a person to make new mistakes instead of old ones.[/i][/size]
[size=84][i]There are only 3 way to complete a project: Good, Fast or Cheap, pick two.[/i][/size]
[size=84][i]With age comes wisdom, what you choose to do with it determines whether or not you are wise.[/i][/size]
;;;;;;;;;;;;;;;;
; File Uploads ;
;;;;;;;;;;;;;;;;
; Whether to allow HTTP file uploads.
file_uploads = On
; Temporary directory for HTTP uploaded files (will use system default if not
; specified).
;upload_tmp_dir =
; Maximum allowed size for uploaded files.
upload_max_filesize = 2M
[size=117][i][b]Tony Roman[/b][/i][/size]
[size=84][i]Experience is what causes a person to make new mistakes instead of old ones.[/i][/size]
[size=84][i]There are only 3 way to complete a project: Good, Fast or Cheap, pick two.[/i][/size]
[size=84][i]With age comes wisdom, what you choose to do with it determines whether or not you are wise.[/i][/size]
You will also need to allow the IUSR account R/W to the directory you specify in upload_tmp_dir. if you do not specify something there, make the ACL changes to the %windir%\temp directory.