Importing template Error: XML: Cacti version does not exist.
Moderators: Developers, Moderators
Importing template Error: XML: Cacti version does not exist.
When I try to import a template, I get the following:
Error: XML: Cacti version does not exist.
Anyone know how I can change the XML file to enable to export from another old cacti version?
I'm using:
- Cacti Version 0.8.6g
- CentOS 4.2
- RRDtool 1.0.50
Error: XML: Cacti version does not exist.
Anyone know how I can change the XML file to enable to export from another old cacti version?
I'm using:
- Cacti Version 0.8.6g
- CentOS 4.2
- RRDtool 1.0.50
Sorry, I posted the issue on wrong thread http://forums.cacti.net/viewtopic.php?t ... highlight=
Re: Importing template Error: XML: Cacti version does not ex
My environments is same with yours and my php is:qhasxeem wrote:When I try to import a template, I get the following:
Error: XML: Cacti version does not exist.
Anyone know how I can change the XML file to enable to export from another old cacti version?
I'm using:
- Cacti Version 0.8.6g
- CentOS 4.2
- RRDtool 1.0.50
PHP 5.0.5 (cli) (built: Oct 12 2005 13:48:53)
Copyright (c) 1997-2004 The PHP Group
Zend Engine v2.0.5, Copyright (c) 1998-2004 Zend Technologies
Issue solved!
Just as The witness and rony said, The issue caused by config_array.php, Make it like below does:
$hash_version_codes = array(
"0.8.4" => "0000",
"0.8.5" => "0001",
"0.8.5a" => "0002",
"0.8.6" => "0003",
"0.8.6a" => "0004",
"0.8.6b" => "0005",
"0.8.6c" => "0006",
"0.8.6d" => "0007",
"0.8.6e" => "0008",
"0.8.6f" => "0009",
"0.8.6g" => "0010"
);
Just as The witness and rony said, The issue caused by config_array.php, Make it like below does:
$hash_version_codes = array(
"0.8.4" => "0000",
"0.8.5" => "0001",
"0.8.5a" => "0002",
"0.8.6" => "0003",
"0.8.6a" => "0004",
"0.8.6b" => "0005",
"0.8.6c" => "0006",
"0.8.6d" => "0007",
"0.8.6e" => "0008",
"0.8.6f" => "0009",
"0.8.6g" => "0010"
);
Who is online
Users browsing this forum: No registered users and 4 guests