Welcome to Pandora FMS Community › Forums › Community support › Advanced troubleshooting › things i can’t do
-
things i can’t do
Posted by suzdal on April 30, 2010 at 20:291- 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
Sancho replied 14 years, 4 months ago 2 Members · 3 Replies -
3 Replies
-
::
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:
If doesnt work, try this:
This 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
-
-