You're using a 3.0,1 version after an upgrade, right ?. Both are two known bugs resulting of several problems in the upgrade. I'm sorry to hear that :(
For the first, one. Try this:
ALTER TABLE talert_templates ADD `id_group` mediumint(8) unsigned NULL default 0;
ALTER TABLE talert_actions ADD `id_group` mediumint(8) unsigned NULL default 0;
ALTER TABLE tplanned_downtime ADD `id_group` mediumint(8) unsigned NULL default 0;
For the second one, try to replace your gettext.php for this one:
https://pandora.svn.sourceforge.net/svnroot/pandora/branches/pandora_3.0/pandora_console/include/gettext.phpIf doesnt work, try this:
https://pandora.svn.sourceforge.net/svnroot/pandora/branches/pandora_2.x/pandora_console/include/gettext.phpThis a problem regarding 64bit plattforms, not well resolved yet :(
1- Can't create templates for alerts, alert list is empty, but i have 2.
2- Can't change language, both in bdd `pandora`.`tconfig` and setup (via pandora console), always is English. I tried this, thinking with a language problem, but this way goes bad, because i can't change it.
If i try via setup, value is not saved in the bdd, so i tried changed it in the bdd, but neither works.
Pandora FMS v3.0.1 - Build PC100212