Hi all
Thank you for all you efforts in developing cacti
I have a problem in enabling dashboard plugin
i have found an issue in setup.php
need to change the below line should be updated as TYPE is depriated.
(-)line 242 ) TYPE=MyISAM;";
(+)line 242 ) ENGINE=MyISAM;";
Still I cannot see the tab or console menu of the dash board but i can see the table is successfully created.
Thank you
userplugin:dashboard
Moderators: Developers, Moderators
-
- Posts: 4
- Joined: Fri Jan 04, 2013 7:53 am
Re: userplugin:dashboard
01/16/2013 11:23:08 AM - CMDPHP: Poller[0] ERROR: A DB Exec Failed!, Error:'1064', SQL:"CREATE TABLE dashboard_graphs ( id int(11) NOT NULL auto_increment, userid int(11) NOT NULL, local_graph_id mediumint(8) unsigned NOT NULL default '0', rra_id smallint(8) unsigned NOT NULL default '0', title varchar(255) default NULL, PRIMARY KEY (id) ) TYPE=MyISAM;'nareshbtech wrote:Hi all
Thank you for all you efforts in developing cacti
I have a problem in enabling dashboard plugin
i have found an issue in setup.php
need to change the below line should be updated as TYPE is depriated.
(-)line 242 ) TYPE=MyISAM;";
(+)line 242 ) ENGINE=MyISAM;";
Still I cannot see the tab or console menu of the dash board but i can see the table is successfully created.
Thank you
Who is online
Users browsing this forum: No registered users and 1 guest